50 minut temu, D. Tengler napisał:Modified code for Prestashop 1.7.
In attachment.
Disable clicked values and change color to red.
Hi,
You are invaluable, thank you so much!
I have got just a question about disabled attributes. Is it possible to grey them out, but make still active? I need the option: let me know, when the product is available again.
P.S I fixed it:)
You have to change:
<li class="input-container" style="pointer-events: none; float: left !important;">
to
<li class="input-container" style="pointer-events: auto; float: left !important;">