Hello, I’m using minimal theme which offers a “sold out” circle over the product image. Instead, I’d like “sold out” text to appear after price, much like the simple theme. For example, price would appear as “$100 - Sold Out” when a product is sold out.
First time on shopify community board. Thanks for your help!
Hello @louisbicycle ,
I checked your post that you want to add sold-out text after price. It’s possible to add it. I’m a Shopify developer. I can customize any shopify themes. You can contact me with the below details.
Best Regards
SolverStaff
Hi @louisbicycle ,
Please follow the steps:
{% if sold_out and section.settings.show_sold_out_circle %}
- {{ ‘products.product.sold_out’ | t }}
{% endif %}