Jump to content

Edit History

Brunobocas

Brunobocas

I think we can edit the code for this issue:
ps_facetedsearch/ps_facetedsearch.php (approx line 1423)

ON (sa.id_product_attribute = pac.id_product_attribute AND sa.quantity > 0)

Replace it with:
ON (sa.id_product_attribute = pac.id_product_attribute AND sa.quantity >= 0)

 

 

https://github.com/PrestaShop/PrestaShop/issues/12143

Brunobocas

Brunobocas

I think we can edit the code for this issue:
ps_facetedsearch/ps_facetedsearch.php (approx line 1423)

ON (sa.id_product_attribute = pac.id_product_attribute AND sa.quantity > 0)

Replace it with:
ON (sa.id_product_attribute = pac.id_product_attribute AND sa.quantity >= 0)

×
×
  • Create New...