• Resolved jassal786

    (@jassal786)


    I want to be able to use my api that I’m using in my mobile app to work with store locator. Is there any festure or customization that i can do in the plugin core files etc. to achieve the said functionality?

    Thankyou

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author umangmetatagg

    (@umangmetatagg)

    Hey @jassal786

    Can you explain your query in detail?

    Currently, we are using post type in WordPress and then create variable with json data for all locations like below:

    var allLocations = [
    {
    name: "Test Location 1",
    lat: 39.7299296,
    lng: -104.9873913,
    myid: 11,
    email: '',	
    website: '',			
    zip: "<strong>Postal Code:</strong>380001",
    phone: '',
    fax: '',
    hours: '<p class="store-hours"><strong>Store Hours: </strong> Monday-open</p>',
    locationcat: [3],
    address: "<strong>Address:</strong> Tapovan and, Bhat Cir, Sughad, Ahmedabad, Gujarat 382424, India",
    },
    ];

    So, based on data with this format, store locator works.

    Thanks!

    • This reply was modified 11 months, 1 week ago by umangmetatagg.
    Thread Starter jassal786

    (@jassal786)

    Hey, Thankyou for your response

    My main task is to use an api in which stored json data is being sent like name,location etc. and i want that data to be used as data for the plugin.

    I think it might be possible to use the api data to feed the plugin’s json data and display my dynamic stores via api.

    Can we acieve this functionality?

    Much appreciated ??

    Plugin Author umangmetatagg

    (@umangmetatagg)

    Hey @jassal786

    I don’t understand what you’re asking. Would you like to create a mobile app with a similar store functionality?

    Thanks!

    Plugin Author umangmetatagg

    (@umangmetatagg)

    Hey @jassal786

    I’m closing this ticket for now. If you need any further assistance, please feel free to raise a new support ticket.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can i use data from my custom api (store data) and be able to populate them on m’ is closed to new replies.