• Resolved carlod

    (@carlod)


    Hi, I need to pick up some data to use it in another plugin.

    Data I need are the 3 additional information fields and the Billing location in map link.

    So how can I get this data?

    Thanks, kind regards

    • This topic was modified 4 years, 1 month ago by carlod.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sarankumar

    (@sarankumar)

    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?

    Plugin Author Sarankumar

    (@sarankumar)

    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 4 years, 1 month ago by Sarankumar.
    Thread Starter carlod

    (@carlod)

    Ok perfect, thank you so much for your help. =)

    Plugin Author Sarankumar

    (@sarankumar)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show data in another plugin’ is closed to new replies.