jarnobroekkamp Posted January 20 Posted January 20 How am i able to create product information next to the product instead of below. The first picture is my product page but i wan't to add the same information below the add to cart button as the picture on the right. Is this possible on Squarespace? Kind regards!
Solution tuanphan Posted January 21 Solution Posted January 21 To add Info under Add to Cart You can add it to Product Additional, then we can use code to move it under Add to Cart. You can add then share link to a product, we can check easier 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!)
tuanphan Posted September 30 Posted September 30 You can use this code to Website Tools > Code Injection > Footer to move Additional Info under Add to Cart. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('section.ProductItem-additional').appendTo('div.ProductItem-details-excerpt-below-add-to-cart'); }); </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!)
Juttas-Schmuckmeer Posted October 4 Posted October 4 Unfortunately this solution does not work for me. What can I do to solve this issue?
tuanphan Posted October 4 Posted October 4 7 hours ago, Juttas-Schmuckmeer said: Unfortunately this solution does not work for me. What can I do to solve this issue? You can share link to a product, I can check again easier 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment