![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 38503
Website URL: www.fitliving.nl URL to page in question: www.fitliving.nl/shop When I am on the product details page, I can’t seem to get back to the parent category page just by clicking on de category title within the category widget on my sidebar. i.e. That category title is not clickable when I am in the category. My users would have to do this by the breadcrumb, which is not user friendly. How to solve this? |
#2
|
||||
|
||||
![]() Hi
Go here: The Factory > Your Store > VIEWS > WIDGETS > Categories > Category List template and replace this: HTML Code:
[category.if active='self'] <li> [category.name] [category.repeat] </li> [/category.if] HTML Code:
[category.if active='self'] <li> <a href="[category.link]" title="[category.name]">[category.name]</a> [category.repeat] </li> [/category.if] Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() I just did. But now the category is empty.
![]() I also added the 'sale items' to the category. I don't know if that caused the problem..? |
#4
|
||||
|
||||
![]()
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Hi,
I don't know if this is related to the solved problems above. But when I click SALE category from the shop front page, I nicely get into the category with all the sale items. But , when I am in a different category and go back to sale category. I don't get the sale items anymore. I get back into the parents category from where I was... ![]() What could this be? Last edited by daniel_28 : July 16th, 2012 at 05:07 AM. |
#6
|
||||
|
||||
![]() Hi
You need to add the full URL to the sales page in the code I provided in the other thread. The full URL is this: http://www.fitliving.nl/sale Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
When I click my Buy link, I'm redirected back to my homepage, not the merchant's site | Eric | Problems | 17 | February 19th, 2014 01:54 PM |
How to Automatically go back to first Category page, when changing Sort | jackrock | Questions | 2 | November 10th, 2011 05:39 PM |
Custom Product Details Page for a Specific Category? | kaje | Questions | 1 | April 25th, 2011 01:31 PM |