Get the order id on WooCommerce “Order received” Thankyou page
I will customize the thankyou page from my WoocCommerce shop. For this I added a blanc thankyou.php into the WooCommerce checkout directory. I tried this code function get_order($order_id) { echo $…