一段PHP源代码 帮忙翻译一下 5
<tdclass="a-right"><spanclass="cart-price"><?phpif(Mage::helper('weee')->typeOfDispla...
<td class="a-right">
<span class="cart-price">
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
<?php else: ?>
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
<?php endif; ?>
</span>
</td>
这是一段magento调用价格的代码 我现在想做一个简单的计算 如上代码是a既是原价 还有一个B是现价 那么a-b得出的结果就是节省的价格 请问怎么搞呀 晕头了 展开
<span class="cart-price">
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
<?php else: ?>
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
<?php endif; ?>
</span>
</td>
这是一段magento调用价格的代码 我现在想做一个简单的计算 如上代码是a既是原价 还有一个B是现价 那么a-b得出的结果就是节省的价格 请问怎么搞呀 晕头了 展开
4个回答
展开全部
< td = \" a-right”类>
<跨度班= \" cart-price \" >
< ?php如果(法师:助手(“报废”)- > typeOfDisplay($ _item,数组(0、1,4),“销售”)&& - > getWeeeTaxAppliedAmount _item美元():? >
< ?php的呼应——美元帮助>(“结帐”)- > formatPrice($ _item - > getCalculationPrice()+ $ _item()- - - - - - - > getWeeeTaxAppliedAmount _item - > getWeeeTaxDisposition +美元();? >
< ?php别人:? >
< ?php的呼应——美元帮助>(“结帐”)- > formatPrice($ _item - > getCalculationPrice()? >
< ?php集中;? >
< /跨度>
< / td >
<跨度班= \" cart-price \" >
< ?php如果(法师:助手(“报废”)- > typeOfDisplay($ _item,数组(0、1,4),“销售”)&& - > getWeeeTaxAppliedAmount _item美元():? >
< ?php的呼应——美元帮助>(“结帐”)- > formatPrice($ _item - > getCalculationPrice()+ $ _item()- - - - - - - > getWeeeTaxAppliedAmount _item - > getWeeeTaxDisposition +美元();? >
< ?php别人:? >
< ?php的呼应——美元帮助>(“结帐”)- > formatPrice($ _item - > getCalculationPrice()? >
< ?php集中;? >
< /跨度>
< / td >
展开全部
$original = $_product->getPrice();
$final = $_product->getFinalPrice();
$save_num = $final -$original ;
$final = $_product->getFinalPrice();
$save_num = $final -$original ;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-11-01
展开全部
唉 我忘得一干二净了!!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
代码里哪有a和b啊?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询