• Hi,

    Please update this plugin, it is very out of date and untested with latest woocommerce. There are a few bugs that need to be fixed !

    1. Woo products in store tabs only show 6 products and will not obey the amount I set in frontend manager / marketplace settings ?

    2. Missing default responsive header on mobile and ipad !?

    3. I want to disable Store pagination and infinite load products ?

    • This topic was modified 4 years, 3 months ago by marzmuso.
Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    1. Woo products in store tabs only show 6 products and will not obey the amount I set in frontend manager / marketplace settings ?

    – This works as per individual vendor’s setting – https://ibb.co/Wx3Yxdb

    If you want to override this globally for all vendors then use this snippet –

    add_filter( 'wcfmmp_store_ppp', function( $post_per_page ) {
    	$post_per_page = '50';
    	return $post_per_page;
    }, 50 );

    2. Missing default responsive header on mobile and ipad !?

    Have you created this header using Elementor?

    It’s not applying for store page? Then which header visible here?

    3. I want to disable Store pagination and infinite load products ?

    – Infinite loop will work if theme support this.

Viewing 1 replies (of 1 total)
  • The topic ‘Store Product Wrong and other bugs’ is closed to new replies.