![]() |
On cart page, add link to items referencing their product details page
When I add a item to my cart, on the cart page if I try to click on the item/thumbnail their is no link available that can reference me back to the product details page. Can someone help me apply this.
> For items on the cart page. Add a reference link to the item/& thumbnail that will reference to the product details page. |
Re: On cart page, add link to items referencing their product details page
Just open up customer/main/cart.tpl and copy the link from the product title to the thumbnail.
|
Re: On cart page, add link to items referencing their product details page
I found the link from the cart page (see below) and applied it to the thumbnail:
code: <A href="{pages_url var="product" pid=$products[product].productid}"> </a> < but, I when I clicked on the thumbnail I just got referenced back to the home.php page ? |
Re: On cart page, add link to items referencing their product details page
Not sure where you are getting that code, but the correct link is this:
<A href="product.php?productid={$products[product].productid}">thumbnail code</a> |
All times are GMT -8. The time now is 02:21 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.