栏目:Magento 教程 , magento疑难解答
21 views
在magento购物结账页面 checkout/onepage 的“Proceed to Checkout”按钮下通常都有一个Checkout with Multiple Addresses 的链接,通常我们都不需要这个功能,可以有两种较简单的方法去掉这个链接: 方法一:登录magento后台,打开System => Configuration => Shipping Settings => Options,把“Allow Shipping to Multiple Addresses” 选成“NO” 方法二:打开app/design/frontend/default/yourthemes/layout/checkout.xml 编辑,搜索“checkout/multishipping_link”,注释那行的block,如: ?View Code XML1 <!–<block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>–>
