html 继续之后不显示magento运输信息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 继续之后不显示magento运输信息相关的知识,希望对你有一定的参考价值。

1) first check if guest checkout is disabled:
I think the solution to your problem is that you haven't allowed the guest checkout from your magento backend. To do this, go to 
system> configuration> checkout and set "Allow Guest Checkout" to "Yes" 


2) if step 1 does not work:
http://stackoverflow.com/questions/24566168/magento-shipping-information-the-continue-button-not-working


go to /app/design/frontend/base/default/template/checkout/onepage/payment.phtml 
in line 36:

change from :
<fieldset>
 <?php echo $this->getChildHtml('methods') ?>
</fieldset>


to:

<fieldset id="checkout-payment-method-load">
 <?php echo $this->getChildHtml('methods') ?>
</fieldset>

以上是关于html 继续之后不显示magento运输信息的主要内容,如果未能解决你的问题,请参考以下文章

Magento:更改现有订单的运输方式

Magento - 购买可下载产品时删除帐单和运输信息

Magento运输方式到产品页面

Magento 运输例外

Magento 获得选择的运输和计费方式地址字段

请问 Magento某产品库存无货如何在前台继续显示?