Sunday, December 29, 2013

How to maintain product information page in OsCommerce

This tutorial shows how to handle product information page content in osCommerce.


for example you wish to have to hide value or take away add to cart button from the product small print web page. Let’s see how this will be completed.


  1. access your osCommerce set up listing

  2. Open product_info.php file with your editor

All modifications must be performed in this file.


as an instance:


To take away price remark of delete:








1



<h2 class="worth"><?php echo '<b>'.worth. '</b>'.$products_price; ?></h2>




To eliminate product description delete:








1



<div class="desc desc_padd"><?php echo stripslashes($product_info['products_description']); ?></div>




To locate necessary blocks you should use browser developer instruments after which seek for the block category in the php file.



How to maintain product information page in OsCommerce

No comments:

Post a Comment