Home Forums WoodMart support forum Issue with the cart

Issue with the cart

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #319127

    aram
    Participant

    Hi,

    When I add more than 30+ products they aren’t visible in the ajax cart (even when I scroll down in the cart) but are visible on the cart page?

    #319142

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please make the full backup of your site and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.

    Best Regards

    #319284

    aram
    Participant

    Yes, I have troubleshoot and find that on storefront it works fine but when I enable your theme the cart isn’t visible.

    #319297

    aram
    Participant

    Please see this video for clarity: https://share.vidyard.com/watch/cxcUamLRHDDRigRpbKhfQi?

    #319388

    Hello,

    Please find the file: woodmart/woocommerce/cart/mini-cart.php

    Then find this line:

    $items_to_show = 30;

    And replace for this line:

    $items_to_show = apply_filters( 'woodmart_mini_cart_items_to_show', 30 );

    Then add this code:

    add_action( 'woodmart_mini_cart_items_to_show', function() {
    	return 50;
    } );

    to the functions.php of the child theme.

    Best Regards

    #320087

    aram
    Participant

    Thank you very much.

    #320125

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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

The topic ‘Issue with the cart’ is closed to new replies.