![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi Eric,
Thanks for your help - that did the trick. I have another question - We don't send users to the product description view although we ARE using the product description view to enable likes on facebook. What I would really like to do, is if someone clicks a link from facebook, they will land on the product detail page - what I want to do is redirect them to the parent category instead. I understand that each product can have multiple categories but is there a shortcode that returns these categories? 1) I can modify the php file to check the referred field and not perform this redirect for facebook robot 2) On the category page, I will know which product the redirect came from and then scroll the user to that product and highlight it. Any help appreciated. Thanks! |
#2
|
||||
|
||||
![]() Hi
You can use the following PHP function to get the relative URL of the category page (substitute my category ID 591459 with yours): PHP Code:
/store/category/shoes/ Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Is there a similar function which will accept a productid and take me to (any of) the parent category?
|
#4
|
||||
|
||||
![]() Hi
If you have the product ID, you will already have the category ID to pass to that function. The product's category ID can be found using this variable: PHP Code:
Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cannot click back to parent category when on product details page... | daniel_28 | Problems | 5 | July 16th, 2012 06:47 AM |
How to redirect old product pages? | globalnet | Questions | 2 | April 5th, 2011 09:05 AM |
How Can I Get Certain Pages to Redirect | cashnow | Problems | 1 | March 16th, 2011 09:29 PM |
2 Parent Category Request | tkh378 | Feature Requests | 1 | March 2nd, 2011 04:50 PM |
How Can I One Category Parent Link to Product Listing? | cashnow | Questions | 3 | February 3rd, 2011 05:08 PM |