Jump to content
  • 0

Decimal point in email


Wira

Question

Hai..

 

Is there any way to modify the decimal point on email?

The decimal works on the PDF file, but seems not in the email. I attached the screenshot of both invoice on email and pdf.

Here is my email template..

 

Hi {contact.first_name},

An invoice has been created for your account and is attached to this email in PDF format.
{% for invoice in invoices %}


Invoice #: {invoice.id_code}

=============================

{% for line_items in invoice.line_items %}

Service: {line_items.description}
Quantity: {line_items.qty}
Price: {line_items.amount | currency_format transaction.currency}
 

{% endfor %}

=============================

{% endfor %}

 

Currently I'm using version 5.2.1

Thank you.

 

Regards,

Wira

Email.png

Pdf.png

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...