devineone Posted August 10, 2015 Share Posted August 10, 2015 I don't want the price displayed on the section pages. In order to see the price, they must go to the product page. How can I hide this? or what should I remove in the productlist.tpl?Thanks Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted August 10, 2015 Share Posted August 10, 2015 I don't want the price displayed on the section pages. In order to see the price, they must go to the product page. How can I hide this? or what should I remove in the productlist.tpl? Thanks hello.. if you can not display the price then you can change the themes/your_themes/product-list.tpl file. all this {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} {/if} if you need. tanks. this price. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now