Comma Issue
-
Commas in strings break the string in the email from this plugin. I’m trying to send a Total price as a receipt for a product purchase and if we hit the thousands and it has the comma it breaks. So for instance:
“1,500” – only sends a 1 in the email
“10,500” – only sends a 10 in the email
“100,500” – only sends a 100 in the emailand so on…
I have tried calling addslashes() on the string but that doesn’t help.
The best I can do is remove the comma. Can you please either offer a way around this or alternatively update the plugin to account for comma escaping/encoding?
Thanks,
Brianhttps://www.ads-software.com/plugins/sendgrid-email-delivery-simplified/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Comma Issue’ is closed to new replies.