• Resolved manojkb5

    (@manojkb5)


    Hello!

    Some interesting issue showing up;

    The Indian currency symbol ? is replaced with question mark on PDF files, except the Shipping amount. Shipping value is showing with ? and all other values with question mark. Absolutely no problem while printing. Could you please help.

    Thanks and Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter manojkb5

    (@manojkb5)

    I also tried it on your advise, but no luck. But the shipping amount shows the symbol correctly.

    I created new template and activated. It was working when mPDF add-on for PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels by WebToffee is not installed. Please try to create new invoice template and make it active. Hope it will work.

    • This reply was modified 3 years, 9 months ago by lubayna.
    • This reply was modified 3 years, 9 months ago by lubayna.
    Thread Starter manojkb5

    (@manojkb5)

    Hello
    I was trying follow your advise but unable to find the template similar to the present one. Two available templates, Classic and Standard, are different from the initial one and I wish to have the same template.
    Thank you for responding!

    Plugin Author WebToffee

    (@webtoffee)

    Hi @manojkb5,

    The old template designs are is now discontinued and therefore, while you still can keep using old ones, you won’t be able to create those designs anew. Let us know if the issue persists with the new templates.

    Hello @manojkb5

    This plugin has a filter to alter the currency format. I used it. The problem was solved.

    Please try the below code in your active theme’s functions.php

    
    add_filter('wt_pklist_change_currency_format','wt_alter_currency_format',10,10);
    
    function wt_alter_currency_format($result,$symbols,$wc_currency_symbol,$currency_pos,$decimal,$decimal_sep,$thousand_sep,$user_currency,$price,$order){
    	return '<span>'.$result.'</span>';
    }
    
    Thread Starter manojkb5

    (@manojkb5)

    Hello @lubayna
    Sorry for the delay in responding. Glad to let you know that the code worked for me too. Thanks a lot for the support.
    @webtoffee Truly speaking, loved the old template very much and wish to continue with that. Thank you for involving in this discussion.

    I have tried one indirect method and could succeed actually. Selected the Print Invoice options and on the Print window, selected the Save as PDF option as printer. Saved file was perfect ??

    Thanks and Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Indian Currency Symbol as Question Mart’ is closed to new replies.