[insert_php]
switch_to_blog(‘2’);
$order = wc_get_order( 11881);
wc_get_template( ‘checkout/thankyou.php’, array( ‘order’ => $order) );