14 Feb 2009, 12:02 PM
New Zenner
- Join Date:
- Sep 2006
- Posts:
- 80
- Plugin Contributions:
- 0
field name for post amount ?
i'm working on a payment modul and need the correct string for the hidden field amount ...
i need only for total amount without currency ...
zen_draw_hidden_field('amount', number_format(($order->info['total']) * $currencies->currencies['EUR']['value'], $currencies->currencies['EUR']['decimal_places'])) .