下午所有人,
我有一个问题,我从来没有遇到过通过opencart,版本2.0.2.0和注册的客户。当您注册并购买商品时,当您在结账时,输入地址后没有继续按钮时,问题就开始了。当你去客人结账的时候很好,
我们的网址是www.Vape-ashwors.co.uk谢谢
史蒂文
发布于 2015-07-01 21:13:43
您已经为包含按钮的div提供了clearfix类。卸下clearfix,它有display:none。
顺便说一句,同样的问题也适用于注册表。
<div class="buttons clearfix">
<div class="pull-right">I have read and agree to the <a href="http://www.vape-ashworths.co.uk/index.php?route=information/information/agree&information_id=3" class="agree"><b>Privacy Policy</b></a>
<input type="checkbox" name="agree" value="1">
<input type="button" value="Continue" id="button-register" data-loading-text="Loading..." class="btn btn-primary">
</div>
</div>从上面的代码中删除clearfix。
https://stackoverflow.com/questions/31160495
复制相似问题