Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #391299

    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

    • This topic was modified 9 years, 9 months ago by Mariusz.
    #392242

    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

    #398159

    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…

    #398580

    Hey!

    feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/

    Cheers!
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.