X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Continue Button In Cart Mod (https://forum.x-cart.com/showthread.php?t=10325)

AJ-UKRS 11-11-2004 02:51 PM

Continue Button In Cart Mod
 
I searched and searched on the forums for this simple mod and eventually worked it out myself...

So i thought i would post it up to help others...

I'm a novice to this... but i hope this helps...

1. Create a tpl called cs.tpl with the following code

Code:

{include file="buttons/button.tpl" button_title="Continue Shopping"}

Put this file in the /buttons directory

2. Now open cart.tpl in /customer/main

and find:


and add this before:


Please replace your-shop-url.com with your shop url...

Hope this is ok...

eaglemobiles 01-01-2005 09:11 PM

Re: Continue Button In Cart Mod
 
Thank you very much

NightFire 10-31-2005 06:49 AM

Thanks. Great mod.

For x-cart 4.0.16 you have to find the following line:

Code:

{include file="buttons/button.tpl" button_title=$lng.lbl_checkout style="button"  href="cart.php?mode=checkout"}

anoack 10-31-2005 09:27 AM

What I did for our store is in cart.tpl I added the following:
Code:

{include file="buttons/button.tpl" button_title="Continue Shopping" style="button"  href="javascript: history.go(-1)"}

balinor 10-31-2005 01:05 PM

Might want to look at this thread too for other options:

http://forum.x-cart.com/viewtopic.php?t=1124


All times are GMT -8. The time now is 01:43 PM.

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