• Resolved sameermdesh

    (@sameermdesh)


    Need help in fixing trusted shop thank you page when the order checkout message doesn’t show order_total and order_summary values on trusted shop badge.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author vendidero

    (@vendidero)

    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

    Thread Starter sameermdesh

    (@sameermdesh)

    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

    Plugin Author vendidero

    (@vendidero)

    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.

    Thread Starter sameermdesh

    (@sameermdesh)

    Hello there,
    I am getting output after checkout https://prnt.sc/19wmznj.
    I am not sure where and what i need to change.

    Plugin Author vendidero

    (@vendidero)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trusted shop integration’ is closed to new replies.