【发布时间】:2014-08-05 14:32:45
【问题描述】:
在 Magento 中,我为产品价格创建了一个属性为 my_price_attribute。
如果登录的客户属于特定组,那么我想在原价处显示 my_price_attribute 值并将 my_price_attribute 值用于购物车,否则我将不得不显示两个价格但使用原价到购物车。 我该怎么做?
【问题讨论】:
-
您是否也想在 addtocart 中显示此价格
-
是的,我想用那个价格作为产品价格。
-
它是使用 special_price 而不是 my_price_attribute,为了想法
-
抱歉有更新问题,如果人属于特定组,那么我必须显示 my_price_attribute 作为价格,否则显示两个价格但应用原价。
-
你的意思是特定组作为客户组?
标签: magento