Templates refactoring #26

Merged
nedimu merged 10 commits from package-template-refactoring into master 2018-10-04 13:21:17 +02:00
Showing only changes of commit f41252ea23 - Show all commits

View File

@@ -79,7 +79,7 @@ class Wiaas_Admin_Template_Selection {
WC_Product_Template::extract_template_product_categories($categories_form_template['hardware']));
$all_template_categories = array_merge($all_template_categories,
WC_Product_Template::extract_template_product_categories($categories_form_template['service']));
WC_Product_Template::extract_template_product_categories($categories_form_template['services']));
$all_template_categories = array_merge($all_template_categories,
WC_Product_Template::extract_template_product_categories($categories_form_template['installation']));