• 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 1 replies (of 1 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.

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