Jump to content

How to move additional product information block under add to cart button?

Recommended Posts

  • 3 weeks later...
  • 1 month later...
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?

image.thumb.png.62c2f0a3aa1d8a98d01f209bd384ee8d.png

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
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>

 

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
  • 4 months later...

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
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

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

image.thumb.png.fbd19efcd0806474fbdc58f0538fecdf.png

Link to comment
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

image.thumb.png.fbd19efcd0806474fbdc58f0538fecdf.png

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
On 9/4/2023 at 4:09 PM, Meghna said:

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>

 

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
  • 2 months later...

@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



Screenshot 2023-11-24 at 9.43.43 PM.png

Screenshot 2023-11-24 at 9.47.08 PM.png

Link to comment
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


 

Screenshot 2023-11-24 at 9.43.43 PM.png

Screenshot 2023-11-24 at 9.47.08 PM.png

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
  • 1 month later...
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

Screenshot 2024-01-17 at 2.55.26 PM.jpg

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
  • 2 months later...

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
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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.