2013-05-31 72 views

回答

0

下面的代碼是在下面參考 http://www.magentocommerce.com/boards/viewthread/9223/#t33602

工作的偉大

<?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()); 
    }  

您可以詳細信息,或者您可以參考: How to auto fill shipping method Magento for onepagechekout