woocommerce get order information html
-
I have a custom thankyou page. I redirect to it using woocommerce_thankyou action. The issue is I cannot display order information in that page.
I can get the order details and print all information using my own html.Also it won’t contain additional modifications done by other plugins or code using hooks.
$order = wc_get_order( $order_id );
Is there a way to get rendered content correctly so I can just append to that page ?
Something like this ?$order_html=get_order_html( $order_id );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘woocommerce get order information html’ is closed to new replies.