Hi All
I'm trying to add a couple of extra form fields to the checkout shipping page that should be carried over to the checkout payment page but it's not working. To find the source of the problem I've gone back to basics and inserted
to tpl_checkout_shipping_default.php just after the zen_draw_form.Code:Enter your name: <input type="text" name="name" />
Then I've added
to tpl_checkout_payment_default.php. This should be straightforward. What am i missing?Code:Welcome <?php echo $_POST["name"]; ?>.<br />
Thanks, Steve



