Home Forums WoodMart support forum Mini Cart is not showing the products

Mini Cart is not showing the products

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #458471

    gewe
    Participant

    Hello

    After adding a product to the shopping cart, the sidebar opens, but there is just a white page.

    I recently added this code to functions.php:
    function kb_hide_shipping_when_free_is_available( $rates ) {
    $free = array();
    foreach ( $rates as $rate_id => $rate ) {
    if ( ‘free_shipping’ === $rate->method_id ) {
    $free[ $rate_id ] = $rate;
    break;
    }
    }
    return ! empty( $free ) ? $free : $rates;
    }
    add_filter( ‘woocommerce_package_rates’, ‘kb_hide_shipping_when_free_is_available’, 100 );

    But now i deleted it again because of this issue. The Shopping cart Products are still not showing up.

    Thanks for your help.

    Attachments:
    You must be logged in to view attached files.
    #458497

    iamfahrig
    Participant

    If you are using Elementor Pro I suggest you update to version 3.12.2 - 2023-04-09
    Mini cart problem solved with update.

    #458620

    Hello,

    Yes, you guessed it right. It was an issue with the recent Elementor Pro update not an issue at the Theme end.

    We are glad to hear that Elementor Pro has now resolved this concern with their further recent update and thanks for sharing the info here for others.

    Feel free to contact us, if you need any further assistance. We are always there for your help.

    Thanks for contacting us.
    Have a great day !

    Topic Closed.
    Best Regards

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

The topic ‘Mini Cart is not showing the products’ is closed to new replies.