Merge branch 'ticket/r13161-Fusion-Levest-Roykin' into dev
This commit is contained in:
commit
d795a8e236
@ -53,7 +53,7 @@ abstract class PaymentModule extends PaymentModuleCore
|
||||
if (preg_match('/^order_conf_product_list/', $template_name)===1) {
|
||||
|
||||
// antadis 13161 group products by brands, and get their brand
|
||||
$brands_summary = Cart::getBrandSummaryWithProducts($product_var_tpl_list, $this->context);
|
||||
$brands_summary = Cart::getBrandSummaryWithProducts($var, $this->context);
|
||||
// antadis 13161 end
|
||||
|
||||
$this->context->smarty->assign('category_brands', $brands_summary['category_brands']);
|
||||
|
Loading…
Reference in New Issue
Block a user