I would like to make a section at the top of my page for customers to be able to access their cart. Is there a way of doing this?
Thanks
I would like to make a section at the top of my page for customers to be able to access their cart. Is there a way of doing this?
Thanks
收起
You can add view cart button anywhere you want, here is the simple html :
<div style="text-align: right;">
<p>
<a href="http://site_name/shop/cart/" class="button">View Cart
<a href="http://site_name/shop/checkout/" class="button checkout">Checkout
</p>
</div>
报告相同问题?