Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    help question Pre-Order Terms Checkbox

    I'll be taking preorders for my product and want a terms box that they must press. The orders will not ship for 2 weeks and I want the customer to check that they understand this. Can this be done?

    Also, is it possible not to charge them until they ship?
    Thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Pre-Order Terms Checkbox

    R,
    admin panel/ configurations/ regulations / Confirm Terms and Conditions During Checkout Procedure

    1. change from false to true
    Now in:
    admin panel/ tools/ developers tool kit
    1. search for terms and conditions
    2. You will be able to change the wording on how the page is displayed.
    3. You will see this page on the checkout process

  3. #3

    customer issue Re: Pre-Order Terms Checkbox

    I would love the same mod as the stores I look after take preorders up to 2 months in advance.

    Also, because of that long time, is there any way to make it impossible to check out with a mixed items cart - so if you have in stock items and preorder ones you would not be allowed to check out?

    In addition, I how to restrict the ability to check out with preorders with the same month of delivery? Let's say we take preorders with May and June delivery dates and we don't want to have them mixed together on one order?

    Simple request not to mix preorders with in stock items is by default ignored.

  4. #4
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Pre-Order Terms Checkbox

    Quote Originally Posted by haredo View Post
    R,
    admin panel/ configurations/ regulations / Confirm Terms and Conditions During Checkout Procedure

    1. change from false to true
    Now in:
    admin panel/ tools/ developers tool kit
    1. search for terms and conditions
    2. You will be able to change the wording on how the page is displayed.
    3. You will see this page on the checkout process

    I changed the first part, but couldn't find the file to change the second. When I go into developers tool kit, it lists tons of places where "Terms and Conditions" are found, but I can't figure out where to make the changes to the wording.

    Thanks!

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Pre-Order Terms Checkbox

    I only show two files when I search for 'terms and conditions' - I think this is the one you want:

    includes/languages/english/checkout_payment.php

  6. #6
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Pre-Order Terms Checkbox

    Here's what's in the checkout_payment.php. Sorry, but I'm so confused!

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2006 Zen Cart Development Team

    * @copyright Portions Copyright 2003 osCommerce

    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    * @version $Id: J_Schilz for Integrated COWOA - 14 April 2007

    */

    if($_SESSION['COWOA']) $COWOA=TRUE;



    define('NAVBAR_TITLE_1', 'Checkout');

    define('NAVBAR_TITLE_2', 'Payment Method');



    if($COWOA)

    define('HEADING_TITLE', 'Step 3 of 5 - Payment Information');

    else

    define('HEADING_TITLE', 'Step 2 of 3 - Payment Information');



    define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');

    define('TEXT_SELECTED_BILLING_DESTINATION', 'Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the <em>Change Address</em> button.');

    define('TITLE_BILLING_ADDRESS', 'Billing Address:');



    define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method');

    define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');

    define('TITLE_PLEASE_SELECT', 'Please Select');

    define('TEXT_ENTER_PAYMENT_INFORMATION', '');

    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Order Comments');



    define('TITLE_NO_PAYMENT_OPTIONS_AVAILABLE', 'Not Available At This Time');

    define('TEXT_NO_PAYMENT_OPTIONS_AVAILABLE','<span class="alert">Sorry, we are not accepting payments from your region at this time.</span><br />Please contact us for alternate arrangements.');



    if($COWOA)

    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue to Step 4</strong>');

    else

    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue to Step 3</strong>');



    define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to confirm your order.');



    define('TABLE_HEADING_CONDITIONS', '<span class="termsconditions">Terms and Conditions</span>');

    define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">here</span></a>.');

    define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');



    define('TEXT_CHECKOUT_AMOUNT_DUE', 'Total Amount Due: ');

    define('TEXT_YOUR_TOTAL','Your Total');

    ?>

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Pre-Order Terms Checkbox

    To change the wording when they click Here

    admin panel/ tools/ define page editor/ define_conditions

    This is where the wording for the terms and conditions is stated

  8. #8
    Join Date
    Nov 2008
    Location
    Merseyside, England
    Posts
    9
    Plugin Contributions
    0

    Default Re: Pre-Order Terms Checkbox

    There is no configurations/ regulations in the admin panel ??????
    Please supply correct path.

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Pre-Order Terms Checkbox

    haredo did supply the correct path:

    Admin - Tools - Define Page Editor and select define_conditions.php from the dropdown.

  10. #10
    Join Date
    Nov 2009
    Posts
    56
    Plugin Contributions
    0

    Default Re: Pre-Order Terms Checkbox

    Quote Originally Posted by haredo View Post
    R,
    admin panel/ configurations/ regulations / Confirm Terms and Conditions During Checkout Procedure

    1. change from false to true
    Now in:
    admin panel/ tools/ developers tool kit
    1. search for terms and conditions
    2. You will be able to change the wording on how the page is displayed.
    3. You will see this page on the checkout process
    This has been a huge help, thank you!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Move Terms and Conditions Checkbox?
    By Starlyn in forum General Questions
    Replies: 4
    Last Post: 15 Mar 2008, 09:12 PM
  2. I need to add TERMS checkbox
    By zzzoom in forum General Questions
    Replies: 5
    Last Post: 6 Mar 2008, 02:20 PM
  3. Google Checkout Terms and Conditions checkbox
    By chachix in forum Addon Payment Modules
    Replies: 0
    Last Post: 18 Feb 2008, 07:17 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