Magento移动网站注册按钮被禁用


Magento Mobile Website Register Button Disabled

在我的magento手机网站注册结帐按钮消失,但在桌面网站它出现。

我已禁用magento网站的来宾结帐功能。

我也试过放置按钮,它会影响默认步骤的工作。

我也尝试过默认magento,但我仍然得到相同的默认magento。

请建议。

检查按钮的Css属性。它可能隐藏在移动视图中。

在第104行之后添加下面的代码iphone app/设计/前端/违约//模板/持久/付款/onepage/login。

  <button id="onepage-guest-register-button" type="button" class="button" onclick="checkout.setMethod();"><span><span><?php echo $this->__('Continue') ?></span></span></button>
下面的

<input type="hidden" name="checkout_method" id="login:register" value="register" checked="checked" />

最后的代码看起来像这样

  <button id="onepage-guest-register-button" type="button" class="button" onclick="checkout.setMethod();"><span><span><?php echo $this->__('Continue') ?></span></span></button>