Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2005
    Location
    Portishead, UK
    Posts
    36
    Plugin Contributions
    0

    Default Can I change the order of items in the checkout process

    Hi,

    Is it possible to change the order of the sections in the checkout process?

    On Step 2 of 3 - Payment Information, the information is listed in the following order:
    Terms and Conditions
    Billing Address
    Your Total
    Payment Method
    Special Instructions or Order Comments
    Then the Continue Checkout button.

    What I want to know is whether I can move the Terms and Conditions section down to below the Payment Method. I find myself during testing filling in test credit card info, then hitting Continue without even noticing the Accept T&C checkbox, so want to move it down to be more noticeable.

    I'd also like to be able to change the default text in the T&C box.

    Any help would be greatly appreciated.

    Thanks,

    Glenn
    ...there is nothing worse than aggresive stupidity...

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can I change the order of items in the checkout process

    Grab the whole section for it:
    PHP Code:
    <?php
      
    if (DISPLAY_CONDITIONS_ON_CHECKOUT == 'true') {
    ?>
    <fieldset>
    <legend><?php echo TABLE_HEADING_CONDITIONS?></legend>
    <div><?php echo TEXT_CONDITIONS_DESCRIPTION;?></div>
    <?php echo  zen_draw_checkbox_field('conditions''1'false'id="conditions"');?>
    <label class="checkboxLabel" for="conditions"><?php echo TEXT_CONDITIONS_CONFIRM?></label>
    </fieldset>
    <?php
      
    }
    ?>
    As long as you are between the form tags you should be okay ...

    NOTE: be sure to use your templates and overrides directory for this ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Dec 2005
    Location
    Portishead, UK
    Posts
    36
    Plugin Contributions
    0

    Default Re: Can I change the order of items in the checkout process

    Works a treat... thanks...

    I've also found the answer to the second part of my question, ie how to change the text inside the T&C box. The file that needs to be edited and saved as an override is in includes/languages/english/checkout_payment.php

    Thanks again,

    Glenn
    ...there is nothing worse than aggresive stupidity...

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can I change the order of items in the checkout process

    Thanks for the update and glad that you have this working for you now ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Can I reduce the number of pages in checkout process?
    By huntleybill in forum General Questions
    Replies: 3
    Last Post: 10 Nov 2011, 05:31 PM
  2. Can I disable Shipping so it is completely skipped in the checkout process?
    By richardsnowstar in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 11 Jan 2011, 02:41 PM
  3. Customer Address not showing on order (or through the checkout process)
    By scamp in forum Managing Customers and Orders
    Replies: 8
    Last Post: 7 Feb 2010, 12:59 AM
  4. How can i extend the original order process
    By qindgfly in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Aug 2009, 11:41 AM
  5. SQL query logs for the checkout->order creation process
    By capybara74 in forum General Questions
    Replies: 0
    Last Post: 22 Jun 2009, 03:12 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