Product option help
Posted: Wed Nov 08, 2017 5:22 am
Hello guys, i'm a new user in the Forum and i'm developing a website using opencart and i'm wondering if you can help me with a problem.
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 " ;
but I don't know if is correct.
Can anyone help me?
Thanks,
J.D
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