How to add text to Terms and Conditions

  • Posts: 12
  • Thank you received: 0
8 years 2 months ago #248835

-- HikaShop version -- : HikaShop Business 2.6.3 [1605112330]
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.4.45

During the checkout process and the bottom there is a place to check Agree to Terms and Conditions.
How can I add my terms and conditions text under that?

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
8 years 2 months ago #248836

Hello,

You'll just have to use the "Terms and Conditions" option via "Hikashop->System->Configuration->Checkout" which will enable you to choose a Joomla article to display through your term and conditions popup.

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

  • Posts: 12
  • Thank you received: 0
8 years 2 months ago #248941

Is there a way to just remove the Terms and Conditions checkbox option requirement?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
8 years 2 months ago #248945

Hi,

You can edit the corresponding view (checkout / terms) to replace the checkbox by an hidden input field which will force the value to "1" ; so HikaShop will think that the checkbox is always checked.

www.hikashop.com/support/documentation/1...ize-the-display.html

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: 12
  • Thank you received: 0
8 years 2 months ago #249204

Thank you for your help. Can you please give me a step by step instruction on where to do this?
I looked at the link you showed me but i am still not clear how to remove the checkbox for terms and conditions.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 2 months ago #249206

Hi,

You need to edit the file "terms" of the view "checkout", and change the code:

<input class="hikashop_checkout_terms_checkbox" id="hikashop_checkout_terms_checkbox" type="checkbox" name="hikashop_checkout_terms" value="1" <?php echo $this->terms_checked; ?> />
to:
<input class="hikashop_checkout_terms_checkbox" id="hikashop_checkout_terms_checkbox" type="hidden" name="hikashop_checkout_terms" value="1" />

The following user(s) said Thank You: seanm

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

Time to create page: 0.055 seconds
Powered by Kunena Forum