Implementing Google maps in checkout

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!
Amir
Posts: 13
Joined: 15 Feb 2020, 16:30

Implementing Google maps in checkout

Post by Amir » 16 Feb 2020, 23:42

I want to implement google maps so user location is already setup instead of the user having to add his billing address. how can I acheive that?
the second part is related to the checkout process can I have the user pay for something without signing in ( as a guest and just entering his info )?


Laravel version: 6
php version: 7.3.2
Environment: windows

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

Re: Implementing Google maps in checkout

Post by aimeos » 18 Feb 2020, 09:55

Amir wrote: 16 Feb 2020, 23:42 I want to implement google maps so user location is already setup instead of the user having to add his billing address. how can I acheive that?
You can add the Google Maps code to the address templates and fill in the fields with some Javascript code:
https://github.com/aimeos/ai-client-htm ... t/standard
Amir wrote: 16 Feb 2020, 23:42 the second part is related to the checkout process can I have the user pay for something without signing in ( as a guest and just entering his info )?
Sure, this is the default behavior.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply