Connected template category to product in bundle product search
This commit is contained in:
@@ -92,7 +92,9 @@ function construct_template_products_class() {
|
||||
$template_category_object = new Wiaas_Template_Category_Object(
|
||||
$category_template_id,
|
||||
$cat,
|
||||
$item_data['quantity_max']);
|
||||
$item_data['quantity_max'],
|
||||
$item->get_id(),
|
||||
$item->get_title());
|
||||
$template_category_objects[$category_template_id] = $template_category_object;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user