Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Image Buttons


palswithtails

Recommended Posts

Posted

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'"/>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...