Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Jan 2007
    Posts
    50
    Plugin Contributions
    0

    Default changing shipping/billing address

    Ok when a user needs to change their shipping or billing address, a form is opened for them to them to do so. The file tpl_modules_checkout_new_address.php contains the form that is used in each case and it decides what to do with the data based on whether it is the billing or shipping address they are changing. Well I need a modified form for shipping, but the original form is fine for billing, so I need, based on whether they are changing the billing or shipping address to give them the right form. I looked at some of the "if" statements in tpl_modules_checkout_new_address.php and tried giving them the right form based on this:

    PHP Code:
    if ($_SESSION['billto']) {
       
    //orignal form
    } else if ($_SESSION['shipping']) {
      
    //modified shipping form

    It will give them the modified shipping form at first if they try to change shipping address at the very first and the original form if they try to change billing, but after that if they try to change the shipping address again at any point it gives them the original (billing) form, but the shipping address title and headings...how is this possible? If the shipping headings are still making it there, how would the check on the SESSION see it as billing and give them the original (billing) form? Is there a better logic to use to get them the proper form?


    hope I wasn't too confusing trying to explain that...
    Last edited by brycej2; 15 Aug 2007 at 10:32 PM.

 

 

Similar Threads

  1. Replies: 9
    Last Post: 7 May 2016, 06:39 PM
  2. Replies: 6
    Last Post: 8 Mar 2012, 06:36 PM
  3. My store is sending to PayPal the shipping address instead of billing address!
    By mondotex in forum PayPal Express Checkout support
    Replies: 17
    Last Post: 6 Jan 2012, 08:31 PM
  4. Changing shipping address also changes billing? [FEC]
    By lat9 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Jan 2010, 08:18 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