<span class="price">...</span>
我怎样才能删除/关闭
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
在
<?php echo $_coreHelper->currency($_finalPrice, true, false) ?>
我将最后一个参数更改为 false 和 price print without<span class="price">...</span>
所以我想知道我该怎么做
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
我不想更改核心文件。谢谢帮助。