Hi there,
Im currently building my own store with the supply theme and everything went great so far.
Today though, I stumbled upon my first problem.
My intention is to mark variants of a product which are not available (0 stock left) with an “*” for the user, to tell them the product is available on backorder.
However, i cant seem to find a bit of code that refers to those variant options. My goal was to have it frontend only, so only the user sees the concatenation with the “*”, because i do not want to mess anything up on Shopifys order fulfillment backend.
I find the option selectors where the variant name and its price get concatenated in the product-template.liquid, but not the select tag which is actually being displayed in the html (#productSelect-product-template-option-0). I also tried through the theme.liquid.js, but it also did not work, and it is also not my favorite way of achieving this, as stated above, because i dont want to mess up the form data.
Here a pic of the current state:
tldr i want the selectors above to have “38*”, etc.
Any help is really appreciated!
Link to my Shop is here (PW: taldoh)
TIA ![]()
