【发布时间】:2015-12-31 15:11:58
【问题描述】:
【问题讨论】:
【问题讨论】:
要解决这个问题,您需要从哪个文件中找到该文件
在 Magento 中使用模板路径提示扩展
然后是这样的代码:
number_format('QTY-VARIABLE',2);
所以它只会添加 2 个零,如果你不想添加,那么在第二个参数中输入 0
让我知道你想了解更多
【讨论】:
您可以将 $v->getCustomoptionsQty() 编辑为 number_format($v->getCustomoptionsQty() , 0)
【讨论】: