Modify placement of old / new price?

Solved

Modify placement of old / new price?

Nuevra
Tourist
6 1 2

Generic placement: old price & new price

Nuevra_0-1742458618346.png

I would like to reverse it or if possible ideally I want to copy this Amazon format. If possible just setting old price below the main price line. And potential ability to automatically show a percentage difference. Thank you! 😁

Nuevra_1-1742458673268.png

 

 

Accepted Solution (1)
Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @Nuevra 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.price__sale {
    display: flex !important;
    flex-flow: row-reverse !important;
    align-items: center !important;
}
</style>

RESULT:

Moeed_0-1742461838408.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7348 1992 2432

Hey @Nuevra 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Nuevra
Tourist
6 1 2

Thanks for the welcome and trying to help, here it is: PURSEGLOW 2.0 – Nuevra

Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @Nuevra 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.price__sale {
    display: flex !important;
    flex-flow: row-reverse !important;
    align-items: center !important;
}
</style>

RESULT:

Moeed_0-1742461838408.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications