How to make a prompt when "terms of service" isn't

  • Posts: 7
  • Thank you received: 0
11 years 6 months ago #135031

CHECKED

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- :bussines 222
-- Joomla version -- :32
-- PHP version -- : 54
-- Browser(s) name and version -- : ?
-- Error-message(debug-mod must be tuned on) -- : no

When you select a shipping address, and You want to proceed - without checking that accepts the rules - nothing happens,

shouldn't jump out information that in order to move forward you must accept the rules of procedure ? on red or something..

how to quick do that ? :)

Last edit: 11 years 6 months ago by rd.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #135078

Hi,
You probably don't have any error message because of your template. So you'll find the solution there :

HikaShop uses the core Joomla messaging system to display messages on your website so if you don't see any message when you don't enter correct information during the checkout process, that's probably because your Joomla template does not contain the tag to display Joomla messages: <jdoc:include type="message" />

Last edit: 11 years 6 months ago by Mohamed Thelji.

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

  • Posts: 7
  • Thank you received: 0
11 years 6 months ago #135090

All right its works fine - now.

I have one small question - how to move "terms of servise checkbox" up or down - I mean position in form to be on top?

And second small q - can I set up this checkbox to be checked from scratch - implicitly ?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #135135

Hi,
1. You'll just have to move the "terms and conditions" through your checkout workflow ("Hikahsop->System->Configuration->Checkout").

2. Sure you'll just have to edit the "Term" file of your "checkout" view of your front-end template through "Hikashop->Display->View" and change this line :

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

The following user(s) said Thank You: rd

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

Time to create page: 0.070 seconds
Powered by Kunena Forum