All things Shopify and commerce
I have 50k products on my store I want to remove or hide base price and only display compare price for all of my products on store. I can't go for csv it will take a lot of time and energy anyone can help me with code or something?
link: Giga tech
Solved! Go to the solution
This is an accepted solution.
replace on this one.
span.badge.price__badge-sale.color-accent-2, .save__disoucnt, .price-item.price-item--regular {
display: none;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @HXtech001
Do you want to hide only on the prodcut page? If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
s.price-item.price-item--regular {
display: none;
}
And Save.
Result:
In my opinion, it's better to show the regular price so customers can always see how much they save if they buy it. This strategy can also encourage customers to make a purchase.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
it's showing sale tag and I want to remove it from whole website and remove that sale tag + % off showing
This is an accepted solution.
replace on this one.
span.badge.price__badge-sale.color-accent-2, .save__disoucnt, .price-item.price-item--regular {
display: none;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024