Shopify themes, liquid, logos, and UX
Hello everyone, im searching for a solution which looks like on the screenshot.
or
waiting for your feedback.
thanks in advance
Solved! Go to the solution
This is an accepted solution.
You can use the available value in the product object to determine if you are using liquid
This is an accepted solution.
Basically, you have to determine the bit where you`ll need to paste the code (product-grid or summat like that, depending on the theme, and find the bit where the product image starts).
Then, use something like this:
{% unless product.available %}
<img src="red-circle.png" width="10px" height="10px"> Sold out
{% endunless %}
Use css to style it properly.
This is an accepted solution.
You can use the available value in the product object to determine if you are using liquid
This is an accepted solution.
Basically, you have to determine the bit where you`ll need to paste the code (product-grid or summat like that, depending on the theme, and find the bit where the product image starts).
Then, use something like this:
{% unless product.available %}
<img src="red-circle.png" width="10px" height="10px"> Sold out
{% endunless %}
Use css to style it properly.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024