Jump to content

Remove currency symobl (€) from invoice


folkifoon

Recommended Posts

I try to remove all the € symbols in my invoice template. See screenshot, i marked them red.

If i look in code, example for the Total price the value is;

<td style="width: 17%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_paid_tax_incl}</td>


Can i change this code so the currency is being removed from the price?

thanks!

post-549805-0-76182000-1411315868_thumb.jpg

Link to comment
Share on other sites

Have you tried to delete symbol in Localization > Currencies (edit euro) ?  (Just put an empty spacebar or tab key there, because it is a required field) Just guessing, no warranty it will work...

 

Edited: that will remove euro symbol from everywhere in the shop.I have just realized that was not the effect you were looking for...

 

Have you tried to delete currency=$order->id_currency  in

 

 

<td style="width: 17%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_paid_tax_incl}</td>

 

 

Always backup any file before editing it.

 

Turn cache off to see the changes.

 

Then let us know the results.

Edited by nutxlago (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...