How can I remove currency from invoice?

I know what file to edit, but I cannot understand how the price format works.



I have


<br />
{* $Id: price.tpl 10656 2010-09-16 11:33:58Z andyye $ *}<br />
{strip}<br />
{if $settings.General.alternative_currency == "Y"}<br />
	{$value|format_price:$currencies.$primary_currency:$span_id:$class}{if $secondary_currency != $primary_currency} ({$value|format_price:$currencies.$secondary_currency:$span_id:$class:true}){/if}<br />
{else}<br />
	{$value|format_price:$currencies.$secondary_currency:$span_id:$class:true}<br />
{/if}<br />
{/strip}<br />

```<br />
<br />
This is in skins/food/mail/common_templates<br />
<br />
How can I remove the currency from this? Currently it displays<br />
<br />
"100 my_currency". <br />
I just want it to display the amount.<br />
<br />
Thank you.

Hello CsssCart,



Please contact us via Customer Help Desk: http://helpdesk.cs-cart.com