Hi there,
please deactivate all plugins but WooCommerce and Germanized and activate a default theme? Does that fix the issue? Seems like a compatibility issue to me? Are you using the latest version?
Cheers
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
Not as far as I know – the template works just fine. You might need to check your browser console to see any errors of the rendered HTML/JS and analyze potentially missing values.
Hello there,
I am getting output after checkout https://prnt.sc/19wmznj.
I am not sure where and what i need to change.
Hi there,
seems like you’ve adjusted (or overridden) the original templates and the PHP is broken? Did you try to deactivate all plugins but Woo and Germanized and activate a default theme (explicitly not a child-theme) like TwentyX?
Cheers