admin管理员组文章数量:1122832
How to add a fixed shopping cart button at the bottom of every page, so that it becomes very easy for the mobile users to view the cart. I'm using woocommerce.
How to add a fixed shopping cart button at the bottom of every page, so that it becomes very easy for the mobile users to view the cart. I'm using woocommerce.
Share Improve this question asked Aug 8, 2017 at 16:01 Praveesh PPraveesh P 993 bronze badges1 Answer
Reset to default -1Add the below code in footer.php and it worked for me :
<div class="buttons" style="margin-top: 12%; float:right; position: relative; ">
<a href="http://sanchibags.com/index.php/cart/" title="Goto Cart" class="btn btn-primary btn-lg" style="position: fixed; right: 0; bottom: 0;">
<i class="fa fa-shopping-cart"></i> Goto Cart</a>
本文标签: woocommerce offtopicHow to add a fixed shopping cart button on the bottom of the page
版权声明:本文标题:woocommerce offtopic - How to add a fixed shopping cart button on the bottom of the page? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736300806a1930950.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论