Does anyone know how to display, in the proper transaction currency, a hard-coded currency amount, like 0.00 (so, for a Euro Cash Sale, it should be €0,00 and for a GBP Cash Sale it should be £0.00) ? I have tried
${0?string.currency}
but that always displays $0.00 , no matter what currency the transaction is in.