Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hide The Add To Cart Button


jrcoleman

Recommended Posts

Posted

I need to temporarily hide the add to cart button on the product description pages, anyone know how I can do this easily?

 

Thanks.

 

John

Posted

around line 213 in the default installation the line:

 

<td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>

 

controls the add to cart button. Comment it out by adding <!-- at the beginning and //--> at the end

Archived

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

×
×
  • Create New...