Magento,如何更改 PayPal/Express/Review 页面

Posted

技术标签:

【中文标题】Magento,如何更改 PayPal/Express/Review 页面【英文标题】:Magento, how to change PayPal/Express/Review page 【发布时间】:2013-05-27 13:20:48 【问题描述】:

在我的 Magento 网站中,在 PayPal Express 的 Review 页面上,用户需要选择一种运输方式。

我的网站只有一种送货方式,即“免费送货”。

我怎样才能将“免费送货”设为默认?

【问题讨论】:

【参考方案1】:

下面的代码很好用

<?php foreach ($_rates as $_rate): ?>

    //  add checking for free shipping method and setting it as default
    <?php if ($_rate->getCode()=='freeshipping_freeshipping' && !$this->getAddress()->getShippingMethod()) 
        $this->getAddress()->setShippingMethod($_rate->getCode());
        

您可以详细了解以下参考资料 http://www.magentocommerce.com/boards/viewthread/9223/#t33602

或者你可以参考: How to auto fill shipping method Magento for onepagechekout

【讨论】:

以上是关于Magento,如何更改 PayPal/Express/Review 页面的主要内容,如果未能解决你的问题,请参考以下文章

Magento,如何更改 PayPal/Express/Review 页面

我们如何在 Magento2 中更改属性 Swatch 图像的大小

Magento 2:如何在 Paypal Express 中即时更改付款方式

Magento 多语言 - 语言的双重变化导致 404(或如何在商店而不是视图中更改语言)

如何根据Magento可配置产品中的不同属性集更改产品图像?

如何在 Magento2 中更改主题