Add a View Cart section on Slide Cart
For the Slide Cart to show the “View Cart” as a "button" or “link” in the sliding cart. This is not visible by default but it can be accomplished with the custom HTML field (premium subscription required).
To do so, on the Shopify Admin > Go to Apps > Select Slide Cart by AMP > Settings > go to Features, then look for Custom HTML. You can add the following
1. For the button, we will add.
<a href="/cart" style="margin-top: 10px;">View Cart</a> |
Outcome:
2. For a link, we will add:
<a href="/cart" style="text-align: center; display: block; color: rgba(0,0,0,0.6); font-size: 14px; margin-top: 10px;">View Cart</a> |
Outcome:
Give it a try and if it doesn't work, don't hesitate to reach out.