• Resolved workspacemyselfrahat

    (@workspacemyselfrahat)


    Everything is ok in the portal, the issue shows up when I download the invoice, it does not show the custom currency or any currency symbol except top 3. It only shows top 3 symbol properly, other symbols are not showing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Stott

    (@mikemayhem3030)

    Hi there

    I’ve just tried with the FR (£) option which is the same as the GBP (£) so I suspect this is a font issue for the currency you’re choosing.

    If you go to the CRM settings locale tab (under /wp-admin/admin.php?page=zerobscrm-plugin-settings&tab=locale and install the font for the invoice PDF for the locale you’re using.

    Then you will need to modify your invoice template file /templates/invoices/invoice-pdf.html (you can use the templating system and make a copy, renaming it invoice-pdf-arabic.html for example).

    Some example CSS

         .item-description {
    font-family: NotoSansArabic, NotoSansGlobal, sans-serif;
    font-style: normal;
    font-weight: normal;
    }

    If you’ve already done that, can you let me know which currency symbol in particular isn’t working for you and I’ll test with that.

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there @workspacemyselfrahat,

    Do you have updates about that, do you still need help? We usually close inactive threads after one week of no movement, but we want to make sure we’re all set before marking it as solved. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.