Hi ...

I want to add one more button on product info page, but i need another function on stylesheet.css just to this button.

On my original stylesheet.css file i already have the function #cartAdd that manage the original button add to cart.

I already tried to create another function like #cartAdd2 on my styleshhet.css to manage the another button that i replicate on my tpl_product_info_display.php and change the call on tpl_product_info_display.php to <div id="cartAdd2"> but this call doesnt funtion, maybe is because there are another step that make that this new function #cartAdd2 be functional and i dont know how is...

Thanks in advance

Rafael