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.
- access your osCommerce set up listing
- 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:
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