New Address - Ok Button

  • Posts: 242
  • Thank you received: 0
13 years 9 months ago #6069

This might be a template related problem but so far I haven't been able to find a solution. When using the New Address link in the checkout process, the popup iframe opens with horizontal and vertical scroll bars and the OK button is way off to the right. Is there any way to fix this in Hikashop?



Thanks,
Ed

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6071

You can remove the CSS below from the HikaShop CSS via the config under the tab display in the zone CSS:

div#hikashop_address_form_span_iframe input.hikashop_cart_input_button, div#hikashop_address_form_span_iframe a.hikashop_cart_button, div#hikashop_address_form_span_iframe a.hikashop_cart_rounded_button{
float:right;
}

That will put the button on the left.
The scrollbars are related to your template styling of component.php
You should seek advice with them.

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

  • Posts: 242
  • Thank you received: 0
13 years 9 months ago #6122

Thanks Nicolas,

I was trying to find a fix in the views files.

Ed

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

  • Posts: 37
  • Thank you received: 0
13 years 9 months ago #6130

Nicolas,

I understand that this issue relates to the templates way of displaying the default component and not directly linked to HikaShop - however, it seems that lots of users are seeing this 'problem'. Is there no way of bringing the display of this into the components own backend? Even just with a basic styling.

Or, is there another way to show the addresses instead of in a popup? Personally I'd like them to be directly on the page but I seem to remember this was discussed in another post and wasn't a possibility?

Simon

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6142

It must be something along those lines:
Your template has a min_width set in its CSS and loads that CSS file even for component.php
It's a good idea to load the CSS of the template in the component.php but the min_width shouldn't be set for it or set to a lower value.
It's probably possible to modify a bit you template to fix that with one or two lines of CSS.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum