문제

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

Thanks a lot.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top