View Single Post
  #281  
Old 12-30-2004, 11:17 PM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

Quote:
Originally Posted by Jon
To put a continue shopping button, you can place this code on your skin1/customer/home_checkout.tpl where you want it to appear.

Code:
<div align="right"><p align="right"> Continue Shopping </p></div>

What I did for my emails was edit:

/skin1/mail/html/mail_header.tpl

and

/skin1/mail/html/signature.tpl

That puts information above and below the actual emails.[/code]

The continue shopping button is good if you just want to go back to the home page but what about if you have redirect to cart enabled and you want the continue shopping to go back to the product page you just came from? bearing in mind that you could just use a javascript history back but that would also show if you went to checkout and then had to create an account.
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote