404 error in Woocommerce order-received/ page
-
Hi, I have last version of Woocommerce and all the plugins/Wordpress updated.
When someone buys in my website, I receive the order and the email but the visitor is redirected to a 404 page, for example this
https://www.MYWEBSITE.com/order-received/37020/?page_id=2789&key=wc_order_0B4FjK8AykNls&utm_nooverride=1
I regenerated permalinks, I tested this PHP code that someone recommended me
function flush_rules(){
flush_rewrite_rules();
}
add_action(‘init’,’flush_rules’);
I tried chaging the active theme and disabling ALL plugins (not the Woocommerce) and nothing, It still doesnt work.What could be the problem?
Thanks,Francisco
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘404 error in Woocommerce order-received/ page’ is closed to new replies.