Order received page showing prior order when placed within a few seconds
-
We had an issue where a customer got the wrong email order details, and found that was a caching issue. While testing though, we wanted to make sure we could handle orders coming in at the same time, the emails were correct, however the thank you page on my end was showing the prior purchase which we put in about 10sec earlier.
The odd part is my URL had the correct info: /checkout/order-received/1296/?key=wc_order_2QzlfmsP
But on the page, it showed the prior order data:Thank you. Your order has been received.
INVOICE: WC_ORDER_BFPLOHWR1EJDZORDER NUMBER:
1295
We turned off all cache for the website during this test, again the emails that were sent were correct, just this page was wrong. I have to assume Woocommerce can handle high volume orders is this a random bug or is there something I can look at to fix this?
- The topic ‘Order received page showing prior order when placed within a few seconds’ is closed to new replies.