Magento结帐-删除“小计"和“发运&处理(固定费率-固定费率)" [英] Magento checkout - remove "Subtotal" and the "Shipping & Handling (Flat Rate - Fixed)"

查看:40
本文介绍了Magento结帐-删除“小计"和“发运&处理(固定费率-固定费率)"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Magento结帐页面(/checkout/onepage/)

我想删除小计"和运输和处理(固定费率-固定费率)"(我一直免费送货)行,而只在总计"下加上其他2个文本行.

我该怎么做?

请帮助,我已经尝试了2天!

谢谢.

解决方案

在基本模板文件中设置:app \ design \ frontend \ base \ default \ template \ checkout \ onepage \ reviews \ totals.phtml查找行

echo $this->renderTotals(null, $_colspan);

并删除它,您应该丢失小计和运费&处理一页结帐审查部分中的详细信息.

我正在使用1.5.1.0版

In Magento checkout page (/checkout/onepage/)

I want to remove "Subtotal" and the "Shipping & Handling (Flat Rate - Fixed)" (I have always free shipping) lines and let only "Grand Total" with 2 other text lines under it.

How can I do that ?

Please help, I have tried 2 days !

Thanks.

解决方案

In the base template files set: app\design\frontend\base\default\template\checkout\onepage\reviews\totals.phtml find the line

echo $this->renderTotals(null, $_colspan);

and remove this, and you should lose the subtotal and shipping & handling details from the onepage checkout review section.

I'm working with version 1.5.1.0

这篇关于Magento结帐-删除“小计"和“发运&处理(固定费率-固定费率)"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆