Hello,
Thank you your response. I am using latest Germanized woocommerce version 3.5.1.
Any changes required to the Thank you php file?
<div id="trustedShopsCheckout" style="display: none;">
<span id="tsCheckoutOrderNr"><?php echo wc_ts_get_crud_data( $order, 'id' );?></span>
<span id="tsCheckoutBuyerEmail"><?php echo wc_ts_get_crud_data( $order, 'billing_email' ); ?></span>
<span id="tsCheckoutBuyerId"><?php echo wc_ts_get_crud_data( $order, 'user_id' ); ?></span>
<span id="tsCheckoutOrderAmount"><?php echo $order->get_total(); ?></span>
<span id="tsCheckoutOrderCurrency"><?php echo wc_ts_get_order_currency( $order ); ?></span>
<span id="tsCheckoutOrderPaymentType"><?php echo $order->get_payment_method_title(); ?></span>
<span id="tsCheckoutOrderEstDeliveryDate"></span>
Thanks
Sameer