Reply 173108 to: [etheme_products] for Tags

Avatar: Rose Tyler
Rose Tyler
Support staff
September 21, 2017 at 14:51

Hello,

I suppose it will be added in new theme update, so you may change this code
http://prntscr.com/gnxa4a to http://prntscr.com/gnxab8 in framework/shortcode.php file of your parent theme

$args['tax_query'][] = array(
    'relation' => 'OR',
    array(
       'taxonomy' => 'product_tag',
       'terms' => $categories,
       'operator' => 'IN',
       ),
    array(
       'taxonomy' => 'product_cat',
       'terms' => $categories,
       'operator' => 'IN',
       )
   );

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.