开发者

Magento - show prices only for particular customer group

开发者 https://www.devze.com 2023-02-04 05:10 出处:网络
how can I show the prices in Mage开发者_开发问答nto for only a particular group of customers. Thanks a lot.To get current customer\'s group id use:

how can I show the prices in Mage开发者_开发问答nto 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

0

精彩评论

暂无评论...
验证码 换一张
取 消