New Zenner
- Join Date:
- Jul 2007
- Posts:
- 50
- Plugin Contributions:
- 0
New Zenner
Totally Zenned
Starlyn:
My site has recently gone live and I believe the terms and conditions checkbox at the top of page two of the checkout process is too easy to skip over. This then causes frustration for the customer, who has to fill out the credit card information again after being reminded to check the box. I would like to move the checkbox and the text that goes with it to the bottom of the page right before you click the button to continue with check out. Any help with this would be great. Thanks.
Totally Zenned
haredo:
St,
includes/ templates/ template_default/ tpl_checkout_payment_default.php
1. save this file in your override folder
2. Look for:
3. <?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
}
?>
New Zenner
Totally Zenned
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.