diff --git a/adm/ajax_products_list.php b/adm/ajax_products_list.php index 64415c49..1d75bf35 100644 --- a/adm/ajax_products_list.php +++ b/adm/ajax_products_list.php @@ -55,7 +55,7 @@ if ($excludeIds && $excludeIds != 'NaN') { // Excluding downloadable products from packs because download from pack is not supported $excludeVirtuals = (bool)Tools::getValue('excludeVirtuals', true); -$exclude_packs = (bool)Tools::getValue('exclude_packs', true); +// $exclude_packs = (bool)Tools::getValue('exclude_packs', true); $context = Context::getContext();