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.