Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何仅在 Magento 中显示特定客户群的价格。
非常感谢。
要获取当前客户的组 ID,请使用:
Mage::getSingleton('customer/session')->getCustomerGroupId();
自定义Mage_Catelog_Block_Price并检查客户组的ID
Mage_Catelog_Block_Price