palswithtails Posted May 7, 2009 Posted May 7, 2009 I would like to use CSS buttons, instead of the image buttons that are coded now. Does anyone how to change the current code of the ADD TO CART: <?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif',IMAGE_BUTTON_IN_CART); ?> to use my CSS button: <input type="button" value="Add to Cart" class="btn" onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"/>
FIMBLE Posted May 7, 2009 Posted May 7, 2009 to save you time, have you seen the contributions for this? http://addons.oscommerce.com/category?search=css+buttons Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.