Hello @carlod
Like normal checkout billing and shipping fields, you can access those data. Door, the landmark is stored as order meta.
These are the fields store the data
billing_door,
billing_landmark,
billing_address_type,
billing_address_latitude,
billing_address_longitude,
shipping_door,
shipping_landmark,
shipping_address_type,
shipping_address_latitude,
shipping_address_longitude
Before you are going to purchase premium version download our free version and test it whether the plugin is working on your set up. You need a valid google map API for working the plugin. check our doc section for more info https://sevengits.com/docs/woocommerce-delivery-location-map-picker/
Thread Starter
carlod
(@carlod)
Hi, thanks for your answer I already test it so what I want to know is how can I fetch the aditional information fields like flat, etc and also I need to get the map link you added on the new order email.
So, whats next?
Hi,
Its Flat/door number.
billing_door and shipping_door respectively.
to get map link you have created the link programmatically like below
//www.google.com/maps/search/?api=1&query=$billing_latitude,$billing_longitude
or
//www.google.com/maps/search/?api=1&query=$shipping_latitude,$shipping_longitude
-
This reply was modified 5 years, 4 months ago by
Sarankumar.
Thread Starter
carlod
(@carlod)
Ok perfect, thank you so much for your help. =)
Thank you for your update. If it’s solved then we are closing the ticket.
Thread Starter
carlod
(@carlod)
Hi again, I have a couple of extra questions.
First, how can I edit the address format of the address card? You start with the address?
last: how can I set a different zoom for the map? I want it closer.
Thanks so much for ur help.