View Single Post
  #4  
Old 10-02-2005, 05:49 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

Wambli,

Check the file: /buttons/add_to_cart.tpl - you will see it references: button.tpl and in that file, you see class="Button"

Either change all buttons by class or assign a different class or tpl for the button. Basically, you need to vall a different template, like button_add and then creat the template button_add.tpl and change the class in there.

That should get you started.

- Mike
__________________
4.1.9
Reply With Quote