I am trying to add an additional field to my checkout_shipping, Not a problem it is added to the tpl_checkout_shipping_default.php and it appears on my form.
Now when I submit the page to go to ?main_page=checkout_payment I tried to read the $_POST['fieldname'] and nothing there.
I put this in the top of the template page and nothing for either the POST or GET.
print(<pre>);
print_r($_POST);
print(</pre>);
Can someone tell me how to pass from one page to another then to finally store into the DB?



