Connected template category to product in bundle product search #43

Merged
nedimu merged 3 commits from template-category-in-simple-product-search into master 2018-10-26 09:41:58 +02:00
Showing only changes of commit ef020f57e5 - Show all commits

View File

@@ -83,7 +83,8 @@ class Wiaas_Template_Admin_Ajax {
$terms = get_terms(array(
'taxonomy' => 'template_category',
'name__like' => $term
'name__like' => $term,
'hide_empty' => false
));
foreach ($terms as $t) {