price change symbol

Solved

price change symbol

sarpow
Tourist
27 0 2

is there any way to show a line through the original price and the new price in orange as seen in the photo? also the 'Save 50%' sign that is there as well.

 

thanks

Screenshot 2025-01-11 at 12.19.16 AM.png

Accepted Solution (1)
DaisyVo
Shopify Partner
2771 332 384

This is an accepted solution.

HI @sarpow 

 

In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>

 

{% if template.name == "product" %}
{% style %}
span.price-item.price-item--regular::before {
    content: "From";
}
.price__sale > span:nth-child(2) {
    display: none !important;
}
{% endstyle %}
{% endif %}


Here is the result: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 11 (11)

topnewyork
Astronaut
1028 140 175

Hello, @sarpow 
Please share "Store URL"
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
sarpow
Tourist
27 0 2

myglowpurse.com

pass: being

topnewyork
Astronaut
1028 140 175

First you need to enter these price as i show you on screen shot

image.png
Then I'll tell you how to change color
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
sarpow
Tourist
27 0 2

yes ive done that, i now see a number crossed out, a new number on the right of it, and then the wors 'sake' on the right of that. i just need to know how to change the colour of the new price to orange, and how to add a number% next to the word sale. 

 

thanks

topnewyork
Astronaut
1028 140 175

Hi
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.price>* {
    color: #ffbd59 !important;
}
</style>

If you find my advice helpful please remember to LIKE and accept as SOLUTION.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
sarpow
Tourist
27 0 2

thats perfect, thank you for your help. lastly, is there a way i can put as an example 'Save 10%' next to the price when buying 2? and then 'Save 20%' when buying 4? and so on?

topnewyork
Astronaut
1028 140 175

yes it's possible, but it has long proceducre so you can follow youtube video... This is will be really helpful for you 

If you find my advice helpful please remember to LIKE and accept as SOLUTION.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

DaisyVo
Shopify Partner
2771 332 384

HI @sarpow 

 

I noticed that in the Featured Collection, the product displays both the original price and the discounted price. However, on the Product Page, only one price is shown.

The default behavior of the Dawn Theme (when not edited) is to show both prices if there is a discount.

To proceed, you need to decide: Do you want to edit the card product in the collection view or do you want to edit the product page?

If you want to adjust the product page, please capture a screenshot of this specific section to check whether there have been any modifications made

 

image_720.png
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
sarpow
Tourist
27 0 2

ah yes daisy ive just realised that now that youve pointed it out, is there any way for it to just say 'From $27.99' under featured collections and the products page?

DaisyVo
Shopify Partner
2771 332 384

This is an accepted solution.

HI @sarpow 

 

In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>

 

{% if template.name == "product" %}
{% style %}
span.price-item.price-item--regular::before {
    content: "From";
}
.price__sale > span:nth-child(2) {
    display: none !important;
}
{% endstyle %}
{% endif %}


Here is the result: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
sarpow
Tourist
27 0 2

sorry daisy, thats not what i was after. I was asking whether it is possible, after changing it so that it shows the discounted price, if it is possible for it to only say 'From $27.99 AUD' as shown in the photo, and not '$55.99 AUD From $27.99 AUD', but still show the discounted price when you click onto the product.Screenshot 2025-01-11 at 11.24.23 AM.pngnot sure if this makes sense so let me know if it doesnt,

thanks