Home Forums WoodMart support forum Variable product display out of stock product grid

Variable product display out of stock product grid

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #545801

    Javi24
    Participant

    Hello,

    1. How to display variable products in stock on the product grid if one variable is in stock?
    https://prnt.sc/V-8y9XN-HoQa
    https://prnt.sc/xYxptUU_1iCM
    2. Error for Rank Math breadcrumbs – if I use rank math breadcrumbs code:
    /**
    * Rank Math breadcrumbs
    */
    function woodmart_current_breadcrumbs( $type ) {
    if ( function_exists( ‘rank_math_the_breadcrumbs’ ) ) {
    rank_math_the_breadcrumbs();
    } else {
    $function = ( $type == ‘shop’ ) ? ‘woocommerce_breadcrumb’ : ‘woodmart_breadcrumbs’;
    $function();
    }
    }

    Then the product loading more button is not working.

    #545964

    Luke Nielsen
    Member

    Hello,

    Please send me access to the staging site: https://take.ms/h9iFk

    Thank you in advance.

    Kind Regards

    #545977

    Javi24
    Participant

    Access in private area

    #546043

    Luke Nielsen
    Member

    Hello,

    Thank you but I cannot access it due to some protection: https://take.ms/8UBa7

    If I use a VPN, I have such a message: https://take.ms/3xStX

    Thank you for your time.

    Kind Regards

    #546053

    Javi24
    Participant

    Send me your IP

    #546067

    Luke Nielsen
    Member

    My IP is 176.98.71.13

    Kind Regards

    #546068

    Javi24
    Participant

    try now

    #546239

    Luke Nielsen
    Member

    Hello,

    1. Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand whether it is our theme issue?

    2. While checking the second issue, It seems that the staging site stopped working: https://take.ms/dTwv2 , https://take.ms/YlrPK

    Thank you for your time.

    Kind Regards

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