• Resolved KoolPal

    (@koolpal)


    Hi,

    Your code is inserting Currency Code in Order Details – Total row

    Appears to come from:
    [path]\plugins\woo-thank-you-page-customizer\templates\thankyou.php
    Line 391-397

    How can this be disabled?

    Please guide.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author mytrinh

    (@mytrinh)

    Hello ,

    You can add the below CSS into ‘Custom CSS’ option to hide it

    .woocommerce-thank-you-page-order_details__order_total .woocommerce-thank-you-page-order_details-value > div:nth-child(1){
        display: none ;
    }

    Regards

    Thread Starter KoolPal

    (@koolpal)

    Hi,

    Thank you for your reply.

    Would it be possible to remove the hard coding in the next update and give it as an option?

    CSS is not an efficient approach for this.

    Take care, stay safe!

    Plugin Author mytrinh

    (@mytrinh)

    Hello,

    Sorry for late reply at the weekend.

    Unfortunately, this option is not available now

    Regards

    Thread Starter KoolPal

    (@koolpal)

    @mytrinh Thank you for your reply.

    Yes I am aware this option is not available now. I am requesting you to consider adding this option for the next plugin update.

    Thanks

    @koolpal We will consider to add an option if many users want it. Currently, we have not had any plan to add the feature as you want on our next update.

    Best regards,

    Thread Starter KoolPal

    (@koolpal)

    @rosenguyen Thank you for your reply.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Currency Code in Order Details – Total row’ is closed to new replies.