Jump to content

Moving Price in the store

Recommended Posts

Posted

Site URL: https://reindeer-sailfish-bkep.squarespace.com/config/design/product-items

Hi, 

I would like to move the price in the store, so that "From €64" shows below the "selection boxes" - and above the "purchase button".
I have had a lot of people in testing who say they don't see the price - because they don't scroll back up to the top. 
Does anyone have any code so that I could move this? 

Thank you. 
Beanie

973663961_Screenshot2020-11-27at10_56_55.thumb.png.e181a5681c0f2c9178041fe9659af483.png

  • 3 weeks later...
Posted
On 12/30/2020 at 10:13 PM, Beanie said:

Hi Tuanphan - sorry slow response, ideally under Quantity,
Thank you
Beanie

Add to Design > Custom CSS

.ProductItem-details-checkout {
    display: flex !important;
}
h1.ProductItem-details-title {
    order: 1;
}
.ProductItem-details-excerpt {
    order: 2 !important;
}
.product-variants {
    order: 3 !important;
}
.product-quantity-input {
    order: 4 !important;
}
.ProductItem-product-price {
    order: 5 !important;
}
.sqs-add-to-cart-button-wrapper {
    order: 6 !important;
}

 

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

  • 2 years later...
Posted

You don’t need to respond to this message, we just wanted to pass long our gratitude for the wonderful help! We used this code to help solve the same problem we were having with the product price placement, and it worked beautifully. A big thanks from all of us! 😊

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.