Automatically check I accept the "Terms & Conditions"

Update file:
/skin/common_files/modules/One_Page_Checkout/opc_summary.tpl

Change 

<div class="terms_n_conditions">
<label for="accept_terms">
<input type="checkbox" name="accept_terms" id="accept_terms" value="Y" />
{$lng.txt_terms_and_conditions_note|substitute:"terms_url":"`$xcart_web_dir`/pages.php?alias=conditions":"privacy_url":"`$xcart_web_dir`/pages.php?alias=business"}
</label>
</div>

to

<div class="terms_n_conditions">
<label for="accept_terms">
<input type="checkbox" name="accept_terms" id="accept_terms" value="Y" checked />
{$lng.txt_terms_and_conditions_note|substitute:"terms_url":"`$xcart_web_dir`/pages.php?alias=conditions":"privacy_url":"`$xcart_web_dir`/pages.php?alias=business"}
</label>
</div>

Add
checked to
<input type="checkbox" name="accept_terms" id="accept_terms" value="Y" />

to make
<input type="checkbox" name="accept_terms" id="accept_terms" value="Y" checked />

Save, uoload, and clear template

  • 16 Users Found This Useful
Was this answer helpful?

Related Articles

How can I edit the welcome text on the home page?

The welcome text displayed on the X-Cart home page along with all other labels and messages used...

How can I upload images for use on X-Cart pages?

The built-in X-Cart WYSIWYG editors don't include an image upload function. They require you to...

What is "Blowfish"?

Security of sensitive data in your store database is ensured by the Blowfish encryption...

How can I change the Blowfish key?

It is quite safe to use X-Cart with the Blowfish key generated during installation; however, if...

I lost my admin password. How do I change or reset it?

If you can log in to your X-Cart admin area using another account, please do so, and reset/modify...

Powered by WHMCompleteSolution