UnosPetStore Posted September 20, 2021 Share Posted September 20, 2021 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! 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.