Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone. New here and am using the new Dawn theme. With that this theme does not offer the " continue shopping" button on the cart page after you add an item to the cart. I have searched this forum, the youtubes of the world...nothing available for this new theme. I would like to add this feature, maybe above the checkout button or in that general area so it would redirect back to the Catalog page so a customer can keep shopping. Right now they have to click checkout then back track to the products area to keep shopping.
Thanks!
Hi @dabears
Good observation! You simply add the feature by following the instructions below.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Snippets folder, open the cart-drawer.liquid
3. Find the code <div class="cart__ctas" {{ block.shopify_attributes }}>, above the code, place the code below.
<a href="/collections/all" class="button button--full-width button--primary" style="margin-bottom: 1rem">Continue shopping</a>
See image for placement: