Hi,
Is there a short way to have a possibility to choose taxonomy in Product Grid module?
That’s maybe a way to change it in functions.php of the child theme…
Now it only supports ‘product_cat’ taxonomy.
Thanks
M
Hey Mariusz!
please refer to this post: https://kriesi.at/support/topic/woocommerce-product-grid-with-tags-instead-if-categories/#post-226597
this one may helps as well: https://kriesi.at/support/topic/custom-taxonomy-in-portfolio-grid/#post-213638
Cheers!
Andy
Thanks
It would be nice to have an additional select for products (just like it is in categories) to add in:
\config-templatebuilder\avia-shortcodes\product_grid.php
array(
"name" => __("Which Entries?", 'avia_framework' ),
"desc" => __("Select which entries should be displayed by selecting a taxonomy", 'avia_framework' ),
"id" => "categories",
"type" => "select",
"taxonomy" => array("product_cat","othertaxonomyname","yetanothertaxonomyname"),
"subtype" => "cat",
"multiple" => 6
),
Thanks…
Hey!
feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Cheers!
Andy