• Resolved coroleu

    (@coroleu)


    Im trying to export products using custom query but this give me an error, Im trying to export brand taxonomy with name “colorescience”. Thanks

    'post_type'      => 'product',
    'tax_query' => array(
    array(
    'taxonomy' => 'product_brand',
    'field' => 'name',
    'terms' => 'colorescience',
    ) ),
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Trey

    (@ix3)

    Hey @coroleu,

    Im trying to export products using custom query but this give me an error

    That’s strange, I tried your query on my test site and it worked. Can you send me the error it gives you, and provide a screenshot of it?

    Plugin Author Trey

    (@ix3)

    Hi @coroleu,

    I’m marking this as resolved since we haven’t heard back. Feel free to follow up in this thread if you still have questions about this.

    Anyone else, please open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Brand query’ is closed to new replies.