View Single Post
  #2  
Old 07-18-2006, 10:41 PM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default

For this and any changes you want to make, start with Webmaster mode. That will show you the template you need to edit.

For this though, yes, it is product.tpl to start with if you want the product display page, although this by default has an Add to Cart button which I presume you meant, as the Checkout button appears in the checkout process.

If you were to follow the x-cart format, you would put the text in a language variable which you would have to create. But there are no rules, you can just add text straight into the template. Edit the page in a decent ftp program where you can put the page in layout mode and you will see that most of the page is just simple html tables. If you know html coding then just go for adding the text where you need it, probably under the code for:
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote