Results 1 to 10 of 34

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Adding additonal confirmation box 2 chkout

    I need to add two additional boxes to step 2 of the checkout process - Payment Information.

    There is already a box for cofirming the terms and conditions. I need to add a box for confirming that the customer has read the returns policy and a box that they understand how their credit card will be billed.

    I have found the .php page to change the wording. However, I am unable to get the new boxes to show.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding additonal confirmation box 2 chkout

    Why not include all of this in your terms and conditions and not make it yet another step for your customers to have to complete?

  3. #3
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Re: Adding additonal confirmation box 2 chkout

    This is being asked for from my processor. They want to make sure that the customer has been given every opportunity to read the policies and that they indicate that they have in order to minimize charge backs.
    Last edited by A-1 Electronics; 19 Jul 2007 at 10:42 PM.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding additonal confirmation box 2 chkout

    What does your code look like and what validation routine have you used?

  5. #5
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Re: Adding additonal confirmation box 2 chkout

    Here is the code from checkout_payment.php. I have altered the wording to include everything that the processor wanted in hopes that this will be sufficiant. If it is not, I will still need to add the additional check boxes.

    define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the Conditions of Use and Returns policies bound to this order by ticking the following box. You can view each of these policies by clicking <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">Conditions of Use</span></a> and <a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '"><span class="pseudolink">Returns</span></a>. You must also confirm that you understand that for your privacy, your credit card will be billed as A-1 Electronics.');
    define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the Conditions of Use and to the Returns Policy bound to this order. I am also stating that I understand that my credit card will be billed as A-1 Electronics.</span>');

    I don't think I have made any other mods to this file. The code begins around line 32.

    As far as validation routines.....HUH? I tried copying the last 'define' section for each addtional box that I wanted to add and change the wording. As you probablly already know, this doen't work.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding additonal confirmation box 2 chkout

    Have you defined these variables or are these the default defines?

    Code:
    TEXT_CONDITIONS_DESCRIPTION'
    (FILENAME_CONDITIONS, '', 'SSL'   
    FILENAME_RETURNS, '', 'SSL'
    TEXT_CONDITIONS_CONFIRM'
    As far as validation routines.....HUH?
    How do you determine that the check box has been checked?

 

 

Similar Threads

  1. Additonal Images Basenames
    By monkeyjr47906 in forum General Questions
    Replies: 2
    Last Post: 3 Feb 2011, 01:10 AM
  2. Additonal Image Uploader?
    By joyjoy in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 22 Oct 2010, 08:34 PM
  3. Create additonal category side box
    By mthem2003 in forum Basic Configuration
    Replies: 1
    Last Post: 5 Jun 2008, 12:57 AM
  4. Adding another box exactly like Categories box? Thanks for help!
    By marshall in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 8 Jun 2007, 09:41 PM
  5. Adding a link to right hand box and adding pages....Please help
    By Ivum in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Mar 2007, 11:45 AM

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