JamessF Posted January 27, 2023 Share Posted January 27, 2023 Hello experts, Are there any ways to move the product additional information block under the add to cart button? Any help would be much appreciated!! Link to comment
tuanphan Posted January 28, 2023 Share Posted January 28, 2023 Hi, Can you share link to this 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!) Link to comment
JamessF Posted February 16, 2023 Author Share Posted February 16, 2023 Hi Tuanphan, Thanks I have solved this already!! Link to comment
Claire_auck Posted March 28, 2023 Share Posted March 28, 2023 Hi @tuanphan I am looking to do the same thing, are you able to help me? https://shockwatch.squarespace.com/shop/p/easy-cut-6000-safety-cutter pa33word Thank you so much! Claire. Link to comment
tuanphan Posted April 2, 2023 Share Posted April 2, 2023 On 3/29/2023 at 5:38 AM, Claire_auck said: Hi @tuanphan I am looking to do the same thing, are you able to help me? https://shockwatch.squarespace.com/shop/p/easy-cut-6000-safety-cutter pa33word Thank you so much! Claire. Move 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
Claire_auck Posted April 2, 2023 Share Posted April 2, 2023 Yes, that's right @tuanphan. Thanks so much Claire. Link to comment
tuanphan Posted April 5, 2023 Share Posted April 5, 2023 On 4/3/2023 at 3:17 AM, Claire_auck said: Yes, that's right @tuanphan. Thanks so much Claire. Add to Last Line in Code Injection > Footer <script> jQuery(document).ready(function($){ $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }) </script> <style> section.ProductItem-additional { order: 6; } </style> Molololol and Claire_auck 1 1 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
Claire_auck Posted April 5, 2023 Share Posted April 5, 2023 @tuanphan this works a treat, thank you!!!!! I doubt this is possible, but is there a way to move the additional information closer to the add to cart button. If we can't do that we can live with it. Link to comment
tuanphan Posted April 8, 2023 Share Posted April 8, 2023 Add this code under <style> section.ProductItem-additional { margin-top: 0px !important; } </style> 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
Meghna Posted September 1, 2023 Share Posted September 1, 2023 Hello I need help. I been trying to do the same thing. 1. how to move additional product information block under add to cart button. 2. have it fixed while scrolling down (just like add too cart and other details are fixed while scrolling) Thank you in Advance Link to comment
tuanphan Posted September 3, 2023 Share Posted September 3, 2023 On 9/1/2023 at 2:59 PM, Meghna said: Hello I need help. I been trying to do the same thing. 1. how to move additional product information block under add to cart button. 2. have it fixed while scrolling down (just like add too cart and other details are fixed while scrolling) Thank you in Advance Have you tried above code yet? If it doesn't work, can you share link to 1 product on your site? 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
Meghna Posted September 3, 2023 Share Posted September 3, 2023 Hello Thank you for your response. Yes did try the Code. It didn't work. It stays at the bottom of the page. 1. I would like it to be fixed like rest of the details on the page. 2. The layout of drop down (more info blocks like details, material and delivery) as Jacquemus below from another website https://www.jacquemus.com/en_fr/le-pantalon-ficelle/233PA064-1069-110.html?cgid=New_In_women_rtw Link to website I am working on https://leopard-tomato-dja8.squarespace.com/ password09 Link to comment
tuanphan Posted September 4, 2023 Share Posted September 4, 2023 22 hours ago, Meghna said: Hello Thank you for your response. Yes did try the Code. It didn't work. It stays at the bottom of the page. 1. I would like it to be fixed like rest of the details on the page. 2. The layout of drop down (more info blocks like details, material and delivery) as Jacquemus below from another website https://www.jacquemus.com/en_fr/le-pantalon-ficelle/233PA064-1069-110.html?cgid=New_In_women_rtw Link to website I am working on https://leopard-tomato-dja8.squarespace.com/ password09 Can you share link to an exact product where you use accordion? We can check code easier I can't find accordion on your site 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
Meghna Posted September 4, 2023 Share Posted September 4, 2023 Hi here is the link to the product https://leopard-tomato-dja8.squarespace.com/shop/p/green-ruched-gown-hjnwj-k8eds password09 Link to comment
tuanphan Posted September 6, 2023 Share Posted September 6, 2023 On 9/4/2023 at 4:09 PM, Meghna said: Hi here is the link to the product https://leopard-tomato-dja8.squarespace.com/shop/p/green-ruched-gown-hjnwj-k8eds password09 You missing a jQuery library, so the above code didn't work. Don't remove any code in your current code. Add this to top of Code Injection > Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> MagnusHenri 1 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
Meghna Posted September 11, 2023 Share Posted September 11, 2023 It worked 🙂 thank you so much. Link to comment
WhoAJ Posted November 24, 2023 Share Posted November 24, 2023 @tuanphan sorry to bother, but I have done the same thing and it has worked. my next question is how do I change the sizes? (length of items? I saw this store (https://www.iloveugly.co.nz/collections/black-friday-collection-2023/products/ripstop-shirt-off-white) and was wondering if its possible to have the same sized items. (see screenshot 2) I have looked everywhere and can't figure it out. my site is a trial one at the moment im not sure how to share it. it says login if you're owner if opened by anyone else Link to comment
MagnusHenri Posted November 24, 2023 Share Posted November 24, 2023 Hello @tuanphan Thank you for this. I have tried the code - and it works - but it messes up with the product add-on feature. Do you have an idea how to fix this? Example: https://www.henri.dk/gifts/p/two-classics-combo-gift-card Thank you in advance. Link to comment
tuanphan Posted November 26, 2023 Share Posted November 26, 2023 On 11/24/2023 at 3:49 PM, WhoAJ said: @tuanphan sorry to bother, but I have done the same thing and it has worked. my next question is how do I change the sizes? (length of items? I saw this store (https://www.iloveugly.co.nz/collections/black-friday-collection-2023/products/ripstop-shirt-off-white) and was wondering if its possible to have the same sized items. (see screenshot 2) I have looked everywhere and can't figure it out. my site is a trial one at the moment im not sure how to share it. it says login if you're owner if opened by anyone else You can follow this guide to share url On 11/24/2023 at 5:08 PM, MagnusHenri said: Hello @tuanphan Thank you for this. I have tried the code - and it works - but it messes up with the product add-on feature. Do you have an idea how to fix this? Example: https://www.henri.dk/gifts/p/two-classics-combo-gift-card Thank you in advance. What problem with Product Addon? 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
WhoAJ Posted November 26, 2023 Share Posted November 26, 2023 @tuanphanthanks i already sorted it earlier today 🙂 Link to comment
NHP97 Posted January 17 Share Posted January 17 Hi @tuanphan Please may I ask for your help turning off the add to cart button and moving the Additional Info button block to where the current "Add to cart (Enquire about this photograph) " button is? https://www.nickhallprints.com/galleries/p/country-feast-set-3nybt-sp23w-ljdea-8btmh-48llk-padjx-am4ne-2n6mg-wbh2p-zlced-6ns39 Thanks, Nick Link to comment
tuanphan Posted January 19 Share Posted January 19 On 1/18/2024 at 5:58 AM, NHP97 said: Hi @tuanphan Please may I ask for your help turning off the add to cart button and moving the Additional Info button block to where the current "Add to cart (Enquire about this photograph) " button is? https://www.nickhallprints.com/galleries/p/country-feast-set-3nybt-sp23w-ljdea-8btmh-48llk-padjx-am4ne-2n6mg-wbh2p-zlced-6ns39 Thanks, Nick Can you check again? I don't see button in Additional Info 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
BeeCookiez Posted April 14 Share Posted April 14 I know this is an old thread but I also need help moving the additional info closer to the "add to cart" button. I was able to configure it for the media screen but I cannot for the life of me do it for desktop. It keeps giving me a syntax error. Thank you! Link to comment
tuanphan Posted April 18 Share Posted April 18 On 4/15/2024 at 2:23 AM, BeeCookiez said: I know this is an old thread but I also need help moving the additional info closer to the "add to cart" button. I was able to configure it for the media screen but I cannot for the life of me do it for desktop. It keeps giving me a syntax error. Thank you! Syntax error because you added code to Custom CSS box. But you need to move the code to Website > Website Tools > Code Injection > Footer BeeCookiez 1 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
BeeCookiez Posted April 19 Share Posted April 19 That worked perfectly - human error! Thank you tuanphan tuanphan 1 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