Terms and conditions floating.

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #110897

Hi,

I have a weird thing going on... when you proceed to checkout, I need people to agree with my Terms. problem is that they just move along with the screen but the checkbox is way on the bottom of my other page and not on the terms page. I know I can replace the checkbox but not even close to the terms. Also for some reason the checkbox checks itself...

If you copuld check my webshop you can see it. pottery4you.com. It's really the last thing and he's finished so any hand would be welcome!

Plus how can I change the color of the next button?

Thanks,

Glenn

Last edit: 11 years 4 months ago by Glenn.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 4 months ago #110907

Hi,

1. Can you show me exactly what do you want to do through some screenshots for example ?

2. I think that you'll be able to do it with some CSS code.

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #110911

I have to do it like this cause my printscreen button doesn't respond.

On the first pic you see this little bar on the screen that says please agree with terms and conditions. I would like this to be just on the normal page.
On the second pic you see that this little bar moves along with the screen. I scrolled down and there is the little checkbox already checked by itsefs.

So what I'd like is that this little bar dissapears and that everything is on one page.

Thanks for the quick response!!

Glenn

Last edit: 11 years 4 months ago by Glenn.

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #110912

photo's don't upload... :unsure: don't get it... can I mail them?

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
11 years 4 months ago #110928

That's a bug of your template CSS.
It has CSS to tranform all the elements with the class "modal" into a modal instead of only the divs with the class modal.
Edit the CSS of your template, and change the .modal definition to div.modal and that will fix the problem.

Regarding the color of the "next" button, you can add such CSS on your website:
input[name=next]{
color : red !important;
}

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #111263

Ok, I've put div infront of modal and it doesn't seem to work... I must admit that my coding skills are practically non existing...

Any chance of you taking a peek?

Glenn

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

  • Posts: 12953
  • Thank you received: 1778
11 years 4 months ago #111265

Sure, can you give me a link to your website ?

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #111267

thanks!

it's pottery4you.com

once you add an item to your cart and proceed to the ceckout you will see my terms and conditions floating around and the checkbox not even close.
I wil send you the login details in a private message.

thank you!

Last edit: 11 years 4 months ago by Glenn.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #111272

Thats because the class modal is applied on it to display the content in a popup.
But your template edit the class modal, you can correct that by adding some css properties to:

.hikashop_checkout_terms .modal{
position: relative !important;
top: auto !important;
left: auto !important;
width: 100% !important;
margin-left: 0px !important;
background-color: transparent !important;
border: 0 none !important;
border-radius: 0px !important;
box-shadow: 0px !important;
}

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #111273

ok Thanks!! But like I said this is the part where I lack the knowledge... So where exactley do I paste this?

thanks

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #111275

You can read that tutorial to see where to change/add a css property:
www.hikashop.com/fr/support/documentatio...ize-the-display.html

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #111284

ok, found it. i first changed it in element and it did what i wanted. ofcourse the I have to find it in the css of my template... I did but then it doesn't change a thing... :dry:

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #111286

Hi there,

If you add the code Xavier gave you at the end of the Hikashop front-end css file (in System>Configuration>Display>CSS) I think it should work.

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

  • Posts: 48
  • Thank you received: 1
11 years 4 months ago #111289

got it! thanks!!!

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

  • Posts: 29
  • Thank you received: 0
10 years 8 months ago #145238

Hi,
i have a similar problem with the terms of condition pop up. the terms will be display on the bottom left of the site.

How can i fix it?

thanks in advance

Zafer

Attachments:

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
10 years 8 months ago #145242

Hi,

Please do not use the "bootstrap popup" in your HikaShop configuration.
Your template is not compatible with Bootstrap popups, so you should use the "mootools" one.

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.
The following user(s) said Thank You: Zafer

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

  • Posts: 29
  • Thank you received: 0
10 years 8 months ago #145246

Thank You Jerome,

you are the best..

:) :) :)

Zafer

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

Time to create page: 0.123 seconds
Powered by Kunena Forum