【发布时间】:2014-08-25 07:31:05
【问题描述】:
拜托,我需要你的帮助!
安装 magento 后,我试图(在本地)购买产品,但在结帐步骤,填写运输信息并单击“继续”后,没有任何反应。我尝试访问几乎所有有关此问题的在线资源并按照他们的建议进行操作,但仍然无法通过此步骤。请问有什么建议吗?这是我的 billing.phtml 文件的按钮容器内容:
<div class="buttons-set" id="billing-buttons-container">
<p class="required"><?php echo $this->__('* Required Fields') ?></p>
<button type="button" title="<?php echo $this->__('Continue') ?>" class="button" onclick="billing.save()"><span><span><?php echo $this->__('Continue') ?></span></span></button>
<span class="please-wait" id="billing-please-wait" style="display:none;">
<img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
</span>
</div>
【问题讨论】:
-
你能提供你网站的链接吗?
-
亲爱的 MTM,感谢您愿意帮助我。正如我在帖子中所写的那样,我在本地工作,所以无法提供链接。但是,我通过安装 Magento 1.8.0.0 而不是使用 v1.9 解决了这个问题。
-
如何在管理页面的缓存管理中清除 var/cache/* 并禁用缓存。 billing.phtml,它还在持久化文件夹中吗?
标签: magento checkout shipping php