To show tiered pricing to logged in visitors only, go to: app/design/frontend/default/default/template/catalog/product/view/tierprices.phtml
On this file, add this PHP function
On this file, add this PHP function
<?php if(Mage::getSingleton('customer/session')->isLoggedIn()): ?>
The above function should be added before the following piece of code
<?php if (count($_tierPrices) > 0): ?>
Then add this code at the end.
<?php endif; ?>
HOW TO INSTALL MAGENTO EXTENSION ???
ReplyDeleteMagento Hide Price
Please try extension http://bsscommerce.com/advanced-hide-price-for-magento-2.html?utm_source=forum&utm_medium=blog Flexibly hide price for specific customer groups, products and categories.
ReplyDelete