【发布时间】:2016-06-15 05:57:10
【问题描述】:
以下代码用于为简单产品设置自定义价格。根据需要在购物车中设置自定义价格,但是当我切换货币时,自定义价格值与当前货币符号保持一致。
$item->setCustomPrice($customPrice);
$item->setOriginalCustomPrice($customPrice);
$item->getProduct()->setIsSuperMode(true);
是否有任何方法可以设置与货币转换一起使用的自定义价格。
【问题讨论】: