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 ...
Code:zen_draw_hidden_field('amount', number_format(($order->info['total']) * $currencies->currencies['EUR']['value'], $currencies->currencies['EUR']['decimal_places'])) .



