Zen Cart Logo
Forums / General Questions / field name for post amount ?

field name for post amount ?

Locked

Views: 640

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
14 Feb 2009, 12:02 PM
#1
fulltilt avatar

fulltilt

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'])) .