下午所有,
我有一个问题,我从未遇到过opencart,版本2.0.2.0和仅限注册的访客。注册和购买商品时会出现问题,在结账时,输入地址后没有继续按钮。当你去结账时,罚款,
我们的网址是www.vape-ashworths.co.uk谢谢
史蒂芬
答案 0 :(得分:0)
您已将clearfix
类提供给包含按钮的div。
移除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。