jrcoleman Posted January 8, 2005 Posted January 8, 2005 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
Simmy Posted January 8, 2005 Posted January 8, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.