X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Back button (https://forum.x-cart.com/showthread.php?t=9660)

Tonto 10-01-2004 06:19 AM

Back button
 
Hi,

Is there a way to place a back button on the 'details' page? I know you can click on the breadcrumbs to go back, but you know how it is - the more clicks the better.

shan 10-01-2004 08:17 AM

do a search in the forum for continue

cotc2001 10-01-2004 09:30 AM


Tonto 10-01-2004 10:08 AM

Back button
 
I like both recommendations, but where do I add it. i.e. cotc2001's version is more familiar to me, but is there a spot I can put it so that it's generated every time I create a new product?

Thanks

cotc2001 10-01-2004 10:16 AM

products.tpl, product.tpl, checkout.tpl

take your pick, use the webmaster mode to find the most suitable section for you.

Tonto 10-01-2004 11:18 AM

Back button
 
Thanks for that.

Can you be specific about placement of the code? I tried it in product.tpl and products.tpl and nothing happened.

Thanks

cotc2001 10-01-2004 02:41 PM

Hmmm i just tried it in 4.0.3 and it worked fine

products.tpl

Code:

section name=product loop=$products}
{assign var="discount" value=0}
<TABLE border="0" width="100%">
<TR><TD width="90" align="center" valign="top">

Go Back To The Previous Page

<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={



All times are GMT -8. The time now is 08:44 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.