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 - Sticky Cart Drawer app >> Settings >> look for Customer HTML. You can add the following

1. For the button, we will add.

<a href="/cart" style="margin-top: 10px;">View Cart</a>

Outcome:

https://d33v4339jhl8k0.cloudfront.net/inline/131707/5aa04ccd59f44ab1b63826f67e5010b3ca14d91d/5deb26dddda9cac0eb075ba4a01fed468a457641/716e3d93023c053bee1a50eb7b1c8e8b.png

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:

https://d33v4339jhl8k0.cloudfront.net/inline/131707/36efe11b56471e3b52db2fe1fa7bf813068aaee4/f5c61d82851538619b63a05da7c66c358976eb90/56696fe39f2c903389bfc8ddbb6946d2.png

Give it a try and if it doesn't work, don't hesitate to reach out.

Still need help? Contact Us Contact Us