So, the problem is with the Option Value for every product of the cart as i show in this image :

If i set a Product Option to "0" opencart won't show me the option but instead i want to disable them like this image :

I was thinking about adding something alike this inside "product.twig " ;
Code: Select all
{% if option.option_value_id == '0' %} disabled {% endif %}
Can anyone help me?
Thanks,
J.D