PrestaShop desable product combinations when out of stock

If   you want  desable   a  combination  when the  quantity  is equal  to  zero  you can  use  the  following  code. Open  the  file :  templates/catalog/_partials/product-variants.tpl Try  implement  the same  method  inside each  foreach  loop  you  want.   {foreach from=$group.attributes_quantity key=nka_id item=comb} {if… Read More