Hello,
We are having issues with woocommerce checkout page for like a month or so. Users sometimes see a blank page after they select payment method and press “Esita tellimus” (make an order) on checkout page.
We couldn’t reproduce the issue, and can’t find any useful info in server logs, but users sent us screenshots of blank page with “http://odavprint.ee/et/checkout” url in browser. There are no php errors, nor apache errors tracked by web server. We’ve also tried switching wordpress to debug mode but still there are only php notices, no errors at all. The only php notice which may be relevant is WC_Shortcode_Checkout->output was called with an argument that is <strong>deprecated</strong> since version 2.1! "order" is no longer used to pass an order ID. Use the order-pay or order-received endpoint instead. in /var/www/odavprint.ee/wp-includes/functions.php on line 3891
, but still that shouldn’t cause such a critical problem.