View Single Post
  #1  
Old 04-26-2010, 07:22 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Modifying the Buy Now Button

I'm building a site for a guy that sells puppies. And the SKU name is the puppy's name. I figured out how to change the text of the button to say "Adopt", but I'd like it to say "Adopt Junior" Junior = SKU

Here's my code from the /customer/buttons/buy_now.tpl
Code:
{* $Id: buy_now.tpl,v 1.2 2009/05/29 13:19:08 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} {include file="customer/buttons/button.tpl" button_title="Adopt" additional_button_class=$additional_button_class|cat:' add-to-cart-button'}

I'd also like to do the same thing in the Details view.
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote