Woodmart product categories
-
When a variation is in an Owl slider, for example cross-sells in Cart, it throws an error in woodmart_product_categories() function.
An IF($TERMS) condition added to it fixes it from showing the error, but it should still show categories. Also variation in Owl carousel doesn’t show product image.
Woodmart 6.0.3 and all the latest plugins.
Attachments:
You must be
logged in to view attached files.
Hello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
if the problem remains, even after the plugins deactivated, please, provide your site admin access to the private area.
Please confirm the permit for us to deactivate the plugins not related to the theme and switch to the parent theme for the while of checking what may take up to 15 minutes.
Best Regards
$terms = get_the_terms( $product->get_id(), 'product_cat' );
(row 1023) in inc/integrations/woocommerce/template-tags.php results FALSE for a variation, so FOREACH following it will case an error.
Hello,
Our development theme is working under it and it will be fixed in our nearest update that is going to be released in the nearest couple of days.
Best Regards
Thank you for the answer. As you are looking into it, please check also the WC default image for variation in slider, it should fall back to the product image instead.
Hello,
Thank you. We will check that.
Best Regards