Jump to content

Edit History

Piter17

Piter17

50 minut temu, D. Tengler napisał:

Modified code for Prestashop 1.7.

In attachment.

Disable clicked values and change color to red.

product-variants.tpl 4.27 kB · 2 downloads

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;">

 

Piter17

Piter17

49 minut temu, D. Tengler napisał:

Modified code for Prestashop 1.7.

In attachment.

Disable clicked values and change color to red.

product-variants.tpl 4.27 kB · 2 downloads

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: auto; float: left !important;">

<li class="input-container" style="pointer-events: none; float: left !important;">

to

<li class="input-container" style="pointer-events: auto; float: left !important;">

 

Piter17

Piter17

42 minuty temu, D. Tengler napisał:

Modified code for Prestashop 1.7.

In attachment.

Disable clicked values and change color to red.

product-variants.tpl 4.27 kB · 2 downloads

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.

×
×
  • Create New...