| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Simple Continue Shopping Button | ||||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
Simple Continue Shopping Button
This is the mod for a simple Continue Shopping button in your cart. It returns the customer to the home page. There is another topic for those wanting much more control, but it seemed over complicated and troublesome. This is all I needed and I am sure others felt the same.
Open /customer/main/cart.tpl Find: Quote:
Paste this code after the above code: Quote:
__________________
Mary Lee ------------------- Dinner and a Murder Mystery Games http://www.dinnerandamurder.com x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template |
|||||||||
#2
|
|||||||
|
|||||||
FANTASTIC
most useful line in x-cart history
__________________
X-CART 4.0.4 (about to upgrade to 4.0.17) |
|||||||
#3
|
|||||||
|
|||||||
thanks that really helped me out.
__________________
X-Cart version 4.0.17 |
|||||||
#4
|
|||||||
|
|||||||
Kudos to you for this mod!... how simple but how awesome!! Thanks for such a usefull piece of code modification!
__________________
X-Cart Gold 4.6.3 Codero dedicated server |
|||||||
#5
|
|||||||
|
|||||||
Re: Simple Continue Shopping Button
Quote:
This is good, works fine. Do you know how to add a VIEW CART or CHECKOUT button on the page where you click ADD TO CART? I have set this up so that it just adds the product to the cart but does not redirect you anywhere, so, i would like the VIEW CART or/and CHECKOUT buttons to be on the page. Thanks
__________________
X-Cart Gold - Version 4.0.18 |
|||||||
#6
|
|||||||||
|
|||||||||
All of that should be on all your other pages of the shopping cart. Mine is in the upper right corner. This is standard in x-cart. They are not buttons but they are links.
__________________
Mary Lee ------------------- Dinner and a Murder Mystery Games http://www.dinnerandamurder.com x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template |
|||||||||
#7
|
|||||||
|
|||||||
Quote:
This is true...... but .... it looks good to have them as buttons aswell.
__________________
X-Cart Gold - Version 4.0.18 |
|||||||
#8
|
|||||||||
|
|||||||||
Well maybe someone else can help you. It took me 1/2 the day just to figure out the Continue Shopping button!
__________________
Mary Lee ------------------- Dinner and a Murder Mystery Games http://www.dinnerandamurder.com x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template |
|||||||||
#9
|
|||||||
|
|||||||
Quote:
lol, some days it all seams so easy, other days i just get brain mash. Thanks anyway.
__________________
X-Cart Gold - Version 4.0.18 |
|||||||
#10
|
|||||||
|
|||||||
Re: Simple Continue Shopping Button
Or for better button layout insert the following:
<TR> <TD colspan="2"> </TD> </TR> <TR> <TD> </TD> <TD align="right"> {include file="buttons/button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"} </TD> </TR> right after: <TD align="right"> {include file="buttons/button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout"} </TD> </TR>
__________________
4.0x - 4.5x |
|||||||
|
|||
X-Cart forums © 2001-2020
|