![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() First off - just want to congratulate the datafeedr team for all their hard work on the new version. Got my site up and running pretty much exactly how I envisioned with the new version.
Now on to the question - is it possible to pass query strings into the product pages? For example if i was doing a PPC campaign and sending traffic directly to a product page how would I send some tracking queries? Also, is it possible to put php code into the product title or description boxes or is that purely text only? Thanks. |
#2
|
||||
|
||||
![]() Hi
Yes, you can put PHP code in your <head> area for a product page. If you have some query string to append to the URL, you can do that too: site.com/store/product/product-name-12345/?q=123&foo=bar I have never tried to capture the variables in the URL so do test before going live with your changes. Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Thanks. I guess my second question wasn't really clear. If i was to send
site.com/store/product/product-name-12345/?word=test Could I show in the word test on the actual page with a <?php echo $_GET["word"]; ?> in the product description or title or are those strictly text only? |
#4
|
||||
|
||||
![]() You could use $_GET or you could use: [store.get param="foo"] which prints the GET param with the name "foo".
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Delete product detail page to send customers directly to merchant website? | lbuilta59 | Questions | 3 | January 29th, 2011 10:32 AM |
Query Filter excluding keyword | ayorofrance | Questions | 2 | January 16th, 2011 11:54 AM |