billing and shipping adress

  • Posts: 30
  • Thank you received: 1
10 years 11 months ago #137739

how i can get billing and shipping adress fields on one page displayed abreast?

update:
how i just get to this work??



i also buy your styles but it dont work..

i still get just this


i have "Show shipping 'same address' checkbox" set to yes but it just dont work..

Last edit: 10 years 11 months ago by adambako. Reason: add screenshots

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
10 years 11 months ago #137749

Hi,

The screenshot that you gave is the login view, not the address view. Enter your address information and click on the button at the bottom of the form and you will then get the address form with the "use the same address as billing" on your screen.

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

  • Posts: 30
  • Thank you received: 1
10 years 11 months ago #137753

hi nicolas

ok.. i change the checkout process to standard steps..

this is what i got on adress layout..



"Show shipping 'same address' checkbox" is still enabled

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

  • Posts: 30
  • Thank you received: 1
10 years 11 months ago #137758

ok.. i got this..

problem was that my products has not any weight..

now its all working ok..

i have question how i can change/translate word "new" under adresses. i found it in translate file as
;since version 1.4.5
HIKA_NEW=".."

but this is maybe using also on other places.. i just want to change "new" under adress
is there any way or i can use this HIKA_NEW=".."

also i want to know if i can ask for money refund of my order hikashop styles?? i was think i need it to solve the shipping adress issue.. i donwloaded it just one and i will never use it..

thanks a lot

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

  • Posts: 30
  • Thank you received: 1
10 years 11 months ago #137759

im sorry for so much updates but im working with this and i got another issue..

i try to make a order with different adresses for billing and shipping and all is working ok, but in the confirmation emails are the adresses the same.. its strange because at detailed view of order in backend are two different adresses..

this is how administration and also customer email look like:



its not good because when customer get email with wrong delivery adress he try to make another order..

(i dont do any changes to email templates)

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

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #138280

Hi,
1. So the solution will probably be to edit the "address_view" file of the "checkout" view of your front-end template through "Hikashop->Display->Views" and change this line :

  $html = $this->cart->displayButton(JText::_('HIKA_NEW'),'new',$this->params,'','var link = document.getElementById(\'hikashop_checkout_'. $this->type.'_address_new_link\'); if(link) return hikashopEditAddress(link,'.(int)$same_address.',true); return false;');
By:
$html = $this->cart->displayButton(JText::_('HIKA_ADDRESS_NEW'),'new',$this->params,'','var link = document.getElementById(\'hikashop_checkout_'. $this->type.'_address_new_link\'); if(link) return hikashopEditAddress(link,'.(int)$same_address.',true); return false;');

And add this line through your translation file :
HIKA_ADDRESS_NEW="Your translation"

2. Can you complete another order through your website with a billing address different than your shipping one, and check that you have different addresses through your email or your order configuration page ("Hikashop->Orders->YourOrder")

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

Time to create page: 0.081 seconds
Powered by Kunena Forum