Hi,
Working on our colossos dev site.
When someone selects a attribute option, the selected option code is displayed. I think it's this code that does this, so It must be using JS to update the text as the selected option changes.
Now is it possible to display the option prompt rather than the code in these instances, as for us the code is much less meaningful to the customer than the prompt.
Eg:
BLUEXL vs Blue XL
Thanks
Jake
Working on our colossos dev site.
When someone selects a attribute option, the selected option code is displayed. I think it's this code that does this, so It must be using JS to update the text as the selected option changes.
Code:
<span class="c-form-label u-block &mvt:required_attribute_classes;" title="&mvte:attribute:prompt;"> Selected Option: <span data-hook="update-selection-label"> </span> </span>
Eg:
BLUEXL vs Blue XL
Thanks
Jake
Comment