Making T&Cs non compulsary

  • Posts: 272
  • Thank you received: 7
10 years 3 weeks ago #200291

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1

Hi there,

Is there any way I can stop forcing customers to check the T&Cs tick box in order to proceed? I want to show them the T&Cs so that they can read them if they want (click to open pop-up) but not force them to accept in order to continue with their order. How would I do this best?

Thanks guys

Please Log in or Create an account to join the conversation.

  • Posts: 26235
  • Thank you received: 4036
  • MODERATOR
10 years 3 weeks ago #200293

Hi,

The best for you will be to create a view override for the view "checkout | terms" and replace

<input class="hikashop_checkout_terms_checkbox" id="hikashop_checkout_terms_checkbox" type="checkbox" name="hikashop_checkout_terms" value="1" <?php echo $this->terms_checked; ?> />
Into
<input type="hidden" name="hikashop_checkout_terms" value="1" />
So you will remove the checkbox and make it like it is always checked.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 272
  • Thank you received: 7
10 years 3 weeks ago #200530

Thanks Jerome for your help here. I will try that out.

Please Log in or Create an account to join the conversation.

Time to create page: 0.043 seconds
Powered by Kunena Forum