如何使用woocommerce将“查看购物车”部分添加到页面?

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>