folkifoon Posted September 21, 2014 Share Posted September 21, 2014 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! Link to comment Share on other sites More sharing options...
nutxlago Posted September 21, 2014 Share Posted September 21, 2014 (edited) 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 September 21, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
folkifoon Posted September 22, 2014 Author Share Posted September 22, 2014 With some other help i found it:{$order_invoice->total_paid_tax_inc} Link to comment Share on other sites More sharing options...
nutxlago Posted September 22, 2014 Share Posted September 22, 2014 Glad you solved your issue, Folkifoon! Link to comment Share on other sites More sharing options...
Recommended Posts