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
Do you have an idea what to do. Can’t find anything when i google?
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
Hey Günter-
I’ve increased the memory and deactivated some plugins, that made i all work!
Thank you for your response.