Re: Wish to link from product page to category page?
HiKube,
Thanks for the code
It worked great but really wanted to have a button on the site for ease of use so I did this
in the skin1/customer/main/products.tpl
I added the following
<td>
{include file="buttons/go_back.tpl" style="button"}
</td>
I added this new go back button right next to the add to cart and a wish-list button I have on this page.
I have the three buttons lined up in a row the last one being the one that throws the visitor back to the category page.
I placed the code ( shown above) right after this line
{if ($login ne "" || $config.Wishlist.add2wl_unlogged_user eq 'Y') && $active_modules.Wishlist ne ""}
{include file="customer/add2wl.tpl"}
<td> </td>
I just put this on now but seems to work perfectly. It lets me go from the product page back to the catalog page. Hopefully it lets me help someone else out and start to payback all the help I have gotten from these forums.
Scott V
__________________
scott v
x cart version 4.1.8 (Unix)
|