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.