Question

how can I show the prices in Magento for only a particular group of customers.

Thanks a lot.

Was it helpful?

Solution

To get current customer's group id use:

Mage::getSingleton('customer/session')->getCustomerGroupId();

Customize Mage_Catelog_Block_Price and check there id of customer's group

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top