Shopify Theme Refresh - sold out pricing

Hi Everyone! I use the shopify theme refresh! I wanted my pricing to display when people were scrolling - I changed the code to remove this when I first started! Instead, I accidentally made price options show as “sold out” on the product information card! Thank you so much in advance for your help!

1 Like

Hey @lifeofperra

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

1 Like

Absolutely!!! it’S https://lafetegoods.com/

Thank you SO SO much!!

1 Like

Hey @lifeofperra

I’m not exactly sure if that’s what you want but I can see the price is appearing twice so I can provide you a guide on how to fix that.

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: none !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

2 Likes

Hey hey! So we aren’t wanting it to say sold out -would this help with that? Thank you SO much!