Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Changing the Checkout Process

    I hoping that I can change the checkout process somewhat.

    We're a retail florist and an alarming number of customers either don't read or don't understand about the ship to address. I've changed the text on that page (checkout step 1 of 3) but that hasn't seemed to help - inevitably we need to contact customers to get correct recipient information

    So this is the checkout flow that I like -

    After the customer either logs in or sets up a new account, I'd like to take them straight to to the checkout_shipping_address page first so they can either enter the recipient or select from previously entered addresses, then resume the normal checkout process.

    Is there a simple way to change the steps to accomplish this?

    Thanks in advance!

    Doug
    www.broadwayfloral.com

    Zen Cart v1.3.8a - Patched
    Date Reminder Addon - modified
    Checkout modified for delivery date/time/occasion/gift card message
    (Both mods were done by a web design firm)

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Changing the Checkout Process

    Yes, you can simply change the links for checkout (in the header and on the shopping cart page) to point directly to the checkout_shipping_address page by editing your tpl_header and tpl_shopping_cart_default files and changing
    Code:
    zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')
    to
    Code:
    zen_href_link(FILENAME_CHECKOUT_SHIPPING_ADDRESS, '', 'SSL')
    If someone clicks on the checkout link before they are logged in, they will go to log in or create an account, and the cart should redirect them automatically to the checkout_shipping_address page on completion.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: Changing the Checkout Process

    Thanks for the reply.

    So changing the code in the locations indicated will result in a checkout flow like this:

    Customer hits checkout button
    Customer goes to Account Creation/Login
    Customer then taken to new shipping address screen with address book
    Customer either enters new address or selects one from address book
    Customer then taken to Checkout Step 1 and they Checkout normally, still being able to go back to the New Address screen

    The files to change are includes/templates/template_default/common/tpl_header.php
    and includes/templates/template_default/templates/tpl_checkout_shipping_default, correct?

    Thanks,
    Doug

  4. #4
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Changing the Checkout Process

    Quote Originally Posted by pdxdoug View Post
    Thanks for the reply.
    The files to change are includes/templates/template_default/common/tpl_header.php
    and includes/templates/template_default/templates/tpl_checkout_shipping_default, correct?
    You need to make copies of those files and save them as includes/templates/YOUR_TEMPLATE/common/tpl_header.php and includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php
    (note from my original reply that it should be the shopping_cart_default that you edit, not checkout_shipping_default)
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  5. #5
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: Changing the Checkout Process

    Neville,

    Thanks so much. It's just what I wanted. I changed the text on the new address page a bit and hopefully this will end confusion.

    Thanks again,
    Doug

 

 

Similar Threads

  1. v139h Changing the colour of text within step 2 of the payment process
    By Derek Bryant in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 02:51 PM
  2. In the checkout process...
    By joyjoy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Oct 2010, 01:31 AM
  3. The Checkout Process
    By McCrockett in forum General Questions
    Replies: 10
    Last Post: 25 Feb 2010, 04:39 PM
  4. Skipping the shipping step in the checkout process?
    By sllik in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 16 Feb 2007, 10:06 PM
  5. Can I change the order of items in the checkout process
    By dudeshouse in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Jan 2007, 04:41 PM

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