Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    99
    Plugin Contributions
    0

    Default Problem with forms. What's missing?

    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

    Code:
    Enter your name: <input type="text" name="name" />
    to tpl_checkout_shipping_default.php just after the zen_draw_form.

    Then I've added

    Code:
    Welcome <?php echo $_POST["name"]; ?>.<br />
    to tpl_checkout_payment_default.php. This should be straightforward. What am i missing?
    Thanks, Steve

  2. #2
    Join Date
    Sep 2008
    Posts
    99
    Plugin Contributions
    0

    Default Re: Problem with forms. What's missing?

    Got it. Followed the advice from the forum entry here

    http://www.zen-cart.com/forum
    /showthread.php?t=115909&highlight=_post


    I found the checkout_shipping header file here

    catalog/includes/modules/pages/checkout_shipping/header_php.php

    and inserted the following which copies the post array to the session before it's cleared.

    if (isset($_POST['name'])) {
    $_SESSION['name'] = $_POST['name']; }

    $_SESSION['name'] is then available to checkout_payment. Drop me a line if anyone needs this clarifying. I'm aware that I should be using an override but not sure how to for headers. Anyone?

    Steve

 

 

Similar Threads

  1. v139d Problem with missing Log In...
    By OnlySeaDoo in forum Managing Customers and Orders
    Replies: 9
    Last Post: 28 Apr 2012, 03:36 AM
  2. Problem with missing button
    By nitesh107 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 7 Jun 2011, 10:31 PM
  3. Strange Problem With Forms
    By apease11 in forum Installing on a Windows Server
    Replies: 2
    Last Post: 21 Sep 2010, 02:14 AM
  4. Layout problem with forms
    By Natural Tone in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 9 Feb 2009, 05:00 AM
  5. Replies: 2
    Last Post: 18 Dec 2006, 09:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR