cryptopinion Posted January 11, 2017 Share Posted January 11, 2017 (edited) We just completed the web piece of a new product called OnItsWay.It allows store owners to show their customers the location of deliveries in real-time via a map. It would be great if an PrestaShop developer could develop a plugin for OnItsWay.OnItsWay integrates into websites very simply: an OnItsWay user puts two lines of code into a page of his website where he wants to show an OnItsWay map.An example looks like the following: <!doctype html> <html lang="en"> <head> <title>My Awesome Website</title> <meta charset="utf-8" /> </head> <body> <!--Put the map anywhere on your page.--> <!--Copy and paste this "onitsway" div anywhere between the <body> tags.--> <div id="onitsway"></div> </body> <!--Put this <script> below </body> and above </html>.--> <script src="https://goo.gl/Hkb7U6"></script> </html> The above example should work if you just copy and paste it into a text html file, and open it in a browser.For a PrestaShop plugin, you would only need to figure out some intuitive way for a PrestaShop user to input the script tag in the PrestaShop backend, which we provide on the OnItsWay platform.A live example of an OnItsWay map can be found at https://store.bikebeltline.com/on-its-wayWe would be happy to open a line of communication with anyone interested in creating an OnItsWay plugin.We look forward to an OnItsWay plugin for PrestaShop! Edited January 11, 2017 by cryptopinion (see edit history) Link to comment Share on other sites More sharing options...
Web VIZO Posted January 11, 2017 Share Posted January 11, 2017 Hello, We would be interested in working with you. Please contact us via private message in the forum, or through our e-mail address: [email protected] Best regards, Web Development VIZO. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now