Delivery address not copied over from Billing address

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mmm
Posts: 19
Joined: 07 Aug 2018, 07:01

Delivery address not copied over from Billing address

Post by mmm » 25 Sep 2018, 07:51

Windows 8.1
XAMPP
PHP 7.2.7
Laravel Framework 5.6.29
aimeos 2018.7

Hi,
I am working on multi shop configuration. During Checkout process , while on address page I checked radio button 'as billing address' under Delivery address. This means to me that Billing address fields will be copied over to Delivery address but when I reached the summary page i get an error :

'Checks for available addresses in basket failed'
'The delivery address is missing'

Can you give me some hints towards the solution.
Regards/
Mubashir

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Delivery address not copied over from Billing address

Post by aimeos » 25 Sep 2018, 16:05

The delivery address isn't physically copied but the billing address is used instead if the delivery address isn't available. If you get an error that the delivery address isn't available at the summary page, you've probably configured the AddressAvailable basket plugin to enforce a delivery address being part of the order.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mmm
Posts: 19
Joined: 07 Aug 2018, 07:01

Re: Delivery address not copied over from Billing address

Post by mmm » 25 Sep 2018, 16:38

Thanks a lot for the hint.
It was AddressesAvailable plugin that when I disabled removed that error.

Post Reply