Cs-Cart Terms And Conditions Checked Automatically

Hi,

how can i have cs-cart terms and conditions checked automatically.

Now, when customer is on checkout, its needed to tick box terms and conditions before he can place the order.

I need this box to be ticked ON without client needed to tick it itself.

Any one any idea?

Thanks

Erol

Try in the following file

design/themes/responsive/templates/views/checkout/components/terms_and_conditions.tpl

after (in 2 lines)

 value="Y" 

add

 checked="checked" 

Then clear cache

(!) Not tested

Thanks,

I tryed, but this does not work on:

themes/responsive/templates/views/checkout/components/terms_and_conditions.tpl

I do have theme airy_mobile, so I wanted to try it maybe there, but there is no /terms_and_conditions.tpl file in that folder.

Any other idea?

Thanks

Erol

Thanks,

I tryed, but this does not work on:

themes/responsive/templates/views/checkout/components/terms_and_conditions.tpl

I do have theme airy_mobile, so I wanted to try it maybe there, but there is no /terms_and_conditions.tpl file in that folder.

Any other idea?

Thanks

Erol

Yes, 3rd party themes can override files from default responsive theme