• Hi,

    I am trying to use “WooCommerce Payment Gateways per Product or Category”.

    When I try to open the setting page, it stopped… It doesn’t show all the setting.

    Other setting page is working fine.

    My site has 8000items and 120 categories.

    Too many items and categories to use?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Yes, it seems that the problem is in large number of products and categories (as module has to make full list of products and categories before displaying settings). This can be fixed by increasing WP memory. To do so please add to wp-config.php file:

    define( 'WP_MEMORY_LIMIT', '1024M' );
    define( 'WP_MAX_MEMORY_LIMIT', '1024M' );

    Best regards,
    Tom

    • This reply was modified 7 years, 10 months ago by Algoritmika.
    Thread Starter h.m

    (@hiromiwa)

    Thanks!

    It is working:)

    Happy to hear it worked! Please let me know if you have any more ideas/requests/bugs regarding the plugin.

    Best regards,
    Tom

    If you like Booster, please leave us a rating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem on WooCommerce Payment Gateways per Product or Category’ is closed to new replies.