- Posts: 47
- Thank you received: 0
Shipping and billing addresses
Might you need a FTP login as well please let me know and i will send it.
Also note that i have upgraded from the 1.4.9 version, should not be a problem but who knows
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
php_flag display_errors on
Please Log in or Create an account to join the conversation.
You need to change the line:
if(obj.href.indexOf('?')){ nextChar='&'; }
to:
if(obj.href.indexOf('?')!='-1'){ nextChar='&'; }
in the file components/com_hikashop/views/checkout/view.html.php to fix the problem.
Please Log in or Create an account to join the conversation.
Indeed, no empty popup anymore.. however: unticking the box, editing address, now clicking OK and the checkbox is checked again and the billing address is modified..
Replaced my modified files back (which really just removes the checkbox) now editing the shipping address also edits both addresses like with the originals (like before).
Creating a new address still works, also gets selected as shipping address, however it also still gets selected as billing address.
So we're not really advancing here unfortunately..
If i could just get the (first) billing address to stay selected after creating a new shipping address that would be enough really..
Any clues?
Please Log in or Create an account to join the conversation.
When trying on our end with the SEF and the same settings it works... We'll have to investigate further tomorrow. Would it be possible for you to provide an FTP access ? That would help for the debugging process.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Could you tell me which version of hikashop has the changes related to shipping and billing address issue discussed in this thread?
And is there a page/thread where I could see a list of changes per release?
Cheers.
Please Log in or Create an account to join the conversation.
@Irazov: It's in the latest version : 1.5.2
The change log of HikaShop is available on that page: www.hikashop.com/en/support/documentatio...ashop-changelog.html
Please Log in or Create an account to join the conversation.
You guys work so hard and fast that I can't keep up with your releases
Could you tell me how I can upgrade hikashop without losing customization? I have been doing modifications directly in code.
Cheers
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you want to download the 1.5.2 package, you need to download it from our website.
Please Log in or Create an account to join the conversation.
Thank you for your responses
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can download it the same way you first downloaded the essential installation package: with the link on your order details page.
Please Log in or Create an account to join the conversation.
Then, I went on to place an order on your checkout.
Here is what I did on the address selection view:
uncheck the same address checkbox
edit the shipping address
change the country and save
Then, the page redirected and I could see both address with the checkbox unchecked. The first address without the country changed was on the billing side while the shipping side had the new address selected.
I restored the folder name but it seems to be working properly... Do you confirm ? Otherwise, could you give a precise step by step as I did so that I can reproduce it ?
Please Log in or Create an account to join the conversation.
thank you so much!I'll try later on to compare the files to see where the bug might be.
Please Log in or Create an account to join the conversation.
Deleted the following 2 blocks of code:
Any idea how i can still remove the checkbox, since our target audience will almost always send the products to a different address than the billing address.
Edit: Fixed it, i changed the view: checkout / address, and hidden the checkbox via CSS as suggested, also i deleted the label.
However don't edit the view: checkout / adress_view as it will cause the above bug
Please Log in or Create an account to join the conversation.