Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2012
    Posts
    2
    Plugin Contributions
    0

    Default Required Check box?

    Hey everybody. I am looking for a way to have a checkbox that the store users must check to indicate that they have read and understand the sizing instructions for products on my store. Is there anyway to do this so that they can not proceed onto the shopping cart until they have checked the box? Thanks in advance.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    1,939
    Plugin Contributions
    20

    Default Re: Required Check box?

    Assuming that you've got your sizing instructions defined within your conditions page's text (/includes/languages/english/html_includes/YOUR_TEMPLATE/define_conditions.php, or using your admin's Tools->Define Pages Editor and choose define_conditions.php), you could set your admin's Configuration->Regulations->Confirm Terms and Conditions During Checkout Procedure to 'true' to have the "agree to these conditions" checkbox shown on your checkout_payment page.

    You'll probably need to modify the file /includes/languages/english/YOUR_TEMPLATE/checkout_payment.php to change the text associated with the selection:
    Code:
    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>');

 

 

Similar Threads

  1. Replies: 1
    Last Post: 19 Sep 2012, 04:11 AM
  2. Miscellaneous payments box required
    By Sushigal in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 29 Jun 2010, 10:26 AM
  3. Check Box
    By mooncavecrystals in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 19 Feb 2010, 09:41 PM
  4. check box positioning
    By texp in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 29 Sep 2009, 09:26 PM
  5. Quantity box needed instead of check box.
    By chris112 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Apr 2008, 02:42 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
  •