Inferno24 Posted April 3 Share Posted April 3 Hi Everyone is there any way to add a continue shopping button in the store? once products are selected they cant proceed and i would like to give the option to continue shopping. I have read this is limitation of the website itself? any help would be appreciated. thanks Link to comment
Inferno24 Posted April 18 Author Share Posted April 18 i would like it added any where here so that they can continue to shop https://www.artiva.ca/artiva-store/p/mamacita-cookies thanks Link to comment
tuanphan Posted April 22 Share Posted April 22 Hi, If you share link to a product, we can check & give you code to add continue shopping button Or you try adding this code to Settings > Advanced > Code Injection > Footer first <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<a href="/shop" class="continue-shopping">Continue Shopping</a>').appendTo('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }); </script> <style> a.continue-shopping { display: block; background-color: black; width: 200px; margin-top: 20px; color: white; font-family: brandon-grotesque; font-weight: 500; font-style: normal; text-transform: none; letter-spacing: .02em; -webkit-font-smoothing: antialiased; font-size: 1rem; line-height: normal; padding: .7em 1.169em; border-radius: 300px; text-align: center; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment