• Resolved bcrigler

    (@bcrigler)


    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 email

    and 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,
    Brian

    https://www.ads-software.com/plugins/sendgrid-email-delivery-simplified/

Viewing 1 replies (of 1 total)
  • Anonymous User 12640152

    (@anonymized-12640152)

    Hi.

    We have tested this with the latest SendGrid Plugin version and we can’t reproduce it.
    We suspect some other plugin that you are using to create the email content might be causing this.
    You can easily test this by sending numbers via the test form in the settings page.

Viewing 1 replies (of 1 total)
  • The topic ‘Comma Issue’ is closed to new replies.