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

    Hello.
    I have a problem with my website.

    Everytime i add a product to the cart and proceeds to the checkout it ask for alternative address. If i say no there and continue this shows up -1

    Do you have an idea what to do. Can’t find anything when i google?

    • This topic was modified 10 years, 1 month ago by ajtj.
    #324172

    Hi Asger!

    Maybe there is a PHP memory problem.

    In wp-config before the following line:

    
    require_once(ABSPATH . 'wp-settings.php');
    

    try to put the following:

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

    If this does not work, check if memory ‘WP Memory Limit’ has been adjusted, otherwise you have to contact your hoster to increase php memory (128 MB minimum).

    Best regards,
    Günter

    #324956

    Hey Günter-
    I’ve increased the memory and deactivated some plugins, that made i all work!
    Thank you for your response.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Checkout won't work in woocommerce Any ideas?’ is closed to new replies.