View Single Post
  #5  
Old 03-07-2006, 11:32 AM
 
smartoption smartoption is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: York UK
Posts: 87
 

Default Re: Simple Continue Shopping Button

Quote:
Originally Posted by 2coolbaby
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:
<TD align="right">
{include file="buttons/button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout"}

Paste this code after the above code:

Quote:

{include file="buttons/button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}

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
Reply With Quote