Jump to content

Moving Price Down in Product

Recommended Posts

  • Replies 14
  • Views 1.5k
  • Created
  • Last Reply
On 6/24/2020 at 7:00 AM, IndigoBolt11 said:

You mean move price under add to cart, like this?

image.thumb.png.c7fde289512b8c52ca53f1c5d722024e.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
15 hours ago, IndigoBolt11 said:

Yes but right above the add to cart button, not below @tuanphan

Hi. Did you solve? The above url doesnt exist.

https://www.thehappyplaceschool.com/payment123/forest-pre-k-tuition-monthly-payment

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

Sorry for the delay. My laptop was broken a few days ago.

Add to Home > Design > Custom CSS

@media screen and (min-width:768px) {
.ProductItem-details .ProductItem-details-checkout {
    display: flex;
}
.ProductItem-product-price {
    order: 3 !Important;
}
.ProductItem-details-excerpt {
    order: 1 !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!)

Link to comment
3 hours ago, tuanphan said:

Sorry for the delay. My laptop was broken a few days ago.

Add to Home > Design > Custom CSS


@media screen and (min-width:768px) {
.ProductItem-details .ProductItem-details-checkout {
    display: flex;
}
.ProductItem-product-price {
    order: 3 !Important;
}
.ProductItem-details-excerpt {
    order: 1 !important;
}
}

 

@tuanphan thank you so much I so appreciate you! Glad your computer is back up and running 

Link to comment
  • 4 months later...

@tuanphan Your answers are always so helpful! I have basically the same question, but in 7.0 Bedford. Here's a product page as an example: https://santafearttours.com/art-shop/venuses-mug. Password is artshop1 if you need it. I'm wanting to move price down so they can see it change based on their selection. Ideally, it would be between Size and Quantity with a similar heading, i.e. "Price:"

Thanks in advance for any help you can provide!

Link to comment
  • 2 weeks later...
On 11/25/2020 at 2:47 AM, lainer said:

@tuanphan Your answers are always so helpful! I have basically the same question, but in 7.0 Bedford. Here's a product page as an example: https://santafearttours.com/art-shop/venuses-mug. Password is artshop1 if you need it. I'm wanting to move price down so they can see it change based on their selection. Ideally, it would be between Size and Quantity with a similar heading, i.e. "Price:"

Thanks in advance for any help you can provide!

The url doesn't exist.

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 12/10/2020 at 11:00 PM, lainer said:

@tuanphan Oh, yes, that has changed since I posted! Here it is: https://santafearttours.com/artshop/venuses-mug

It's actually not a super pressing issue now, as I was able to change the price color so it's more noticeable. But I would still love to know how to move it down if I decide to do that!

Thank you in advance!

Add to Home  > Design > Custom CSS

div#productDetails {
    display: flex;
    flex-direction: column;
}
h1.product-title {
    order: 1;
}
.product-excerpt {
    order: 2;
}
.product-variants {
    order: 3;
}
.product-price {
    order: 4;
}
.product-quantity-input {
    order: 5;
}
.sqs-add-to-cart-button-wrapper {
    order: 6;
}
.product-sharing {
    order: 7;
}

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.