Checkout Billing Address Popup

  • Posts: 26
  • Thank you received: 3
11 years 3 months ago #116405

Hi,

When users register to my site they use a simplified registration form.
After they've been shopping and attempt to checkout - they get a popup that asks for the billing information. The popup isn't very nice looking.

If you close the popup - the billing address section has a button that just says "New" and then if clicked re-opens the popup.

Is it possible to have the users fill in this information on the base checkout page instead of having to open the popup?

If I need to keep the popup I can probably figure out some css to make it look nicer.

I've attached a couple of screenshots.

Attachments:
Last edit: 11 years 3 months ago by geekbyte.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #116419

Hi,

I think that you should customize your address pop-up with some CSS code because if you want your customer to "fill in this information on the base checkout page instead of having to open the popup", you'll need to apply some code customization and it would require some development skill.

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

  • Posts: 2
  • Thank you received: 0
11 years 2 months ago #119420

I have the same issue, when you try to access the site from a mobile device. The popup covers the entire screen and the user cant see the submit button etc.. Where is the source file to fix the sizing for the popup????

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

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 2 months ago #119424

You can edit the file "address_view" via the menu Display>Views and change the part size: {x: 450, y: 480} of the line:
<a id="hikashop_checkout_<?php echo $this->type;?>_address_new_link" rel="{handler: 'iframe', size: {x: 450, y: 480}}" href="<?php echo hikashop_completeLink('address&redirect=checkout&task=add&step='.$this->step.'&type='.$this->type.$url_itemid,true);?>" onclick="return hikashopEditAddress(this,<?php echo (int)$same_address; ?>,true);">

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

  • Posts: 2
  • Thank you received: 0
11 years 2 months ago #119428

tried that, and it didnt fix the popup

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #119488

Hi,

Are you sure that you have made the modifications in the view of the correct template ?

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

Time to create page: 0.096 seconds
Powered by Kunena Forum