UnosPetStore Posted September 20, 2021 Share Posted September 20, 2021 (edited) Site URL: https://unospetstore.com Having difficulty linking the cart in my header with the shopping bag that's in the footer. I've found that it's an ecwid shopping bag in the footer, I've removed the cart element in squarespace settings. Does anyone know how I can copy the bag button/location from my footer to my header please? Thanks in advance! Edited September 20, 2021 by UnosPetStore Problem changed Link to comment
tuanphan Posted September 22, 2021 Share Posted September 22, 2021 On 9/20/2021 at 3:43 PM, UnosPetStore said: Site URL: https://unospetstore.com Having difficulty linking the cart in my header with the shopping bag that's in the footer. I've found that it's an ecwid shopping bag in the footer, I've removed the cart element in squarespace settings. Does anyone know how I can copy the bag button/location from my footer to my header please? Thanks in advance! Hi, I don't see bag in footer. Can you share link to a page where I can see this? 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
UnosPetStore Posted September 22, 2021 Author Share Posted September 22, 2021 https://www.unospetstore.com/ Under the stock, you'll be the shopping bag icon. I've struggled to find this in the custom code, I want to copy that and put it in the header so the basket is at the top of the page 🙄 Thank you Link to comment
tuanphan Posted September 26, 2021 Share Posted September 26, 2021 Try adding this to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('a.ec-footer__link.ec-link.ec-link--muted.link--icon-top.footer__link--shopping-cart.footer__link--empty').insertBefore('.ec-store.ec-store__category-page.ec-store__category-page--0.ec-store--medium-category-images.ec-store--medium-product-images'); }); </script> 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