Saturday, June 2, 2012

Remove 'Add to Cart ' Button from Product Description in osCommerce

To remove 'Add to Cart' Button  from Product Description in osCommerce v2.3.1
Open File 'Product_info.php' and comment out the echo statement at around line no. 194 as below.



<?php //echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?>

No comments:

Post a Comment