• Resolved nangttt

    (@nangttt)


    Hi.

    When we tried to import 5479 coupon with csv file, it can import only 689 coupons and still shows loading bar and nothing import coupons. When tried with another website, it can import only 499 coupons

    What i need to change configuration or limit coupons to import?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @nangttt,

    There are no limits in the number of coupons that can be imported using the plugin. The issue you are facing might be due to WP memory limit exhausting and execution timeout.

    Please try increasing WP meomory limit and execution timeout by adding below line in the wp-config.php before require_once(ABSPATH . ‘wp-settings.php’);

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

    If the issue still persists, please reach us via support.

    Thread Starter nangttt

    (@nangttt)

    Thanks for your support. But i got still issue. I already asked in support. Please help me to check.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nangttt,

    We have received your support ticket. Our support team will follow you up from there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import Coupon Loading’ is closed to new replies.