Home Forums WoodMart support forum Woodmart product categories

Woodmart product categories

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286244

    Inzman
    Participant

    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.
    #286295

    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

    #286332

    Inzman
    Participant

    $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.

    #286705

    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

    #286712

    Inzman
    Participant

    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.

    #286933

    Hello,

    Thank you. We will check that.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)