cancel
Showing results for 
Search instead for 
Did you mean: 

Extension request: OnItsWay

Extension request: OnItsWay

My company just finished the web portion of a new product called OnItsWay.

 

OnItsWay allows users to embed maps on their websites that show real-time delivery information to their customers. Customers can watch their deliveries move across the map, and get other real-time delivery information.

 

We're looking for a Magento extension that would make it easy for store owners to add OnItsWay maps to their stores. The process of adding an OnItsWay map to a website couldn't be simpler: just add two lines of code.


An example looks like this:

 

<!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 by just copying and pasting it into an html file, then opening that file in a browser.

 

The "onitsway" div goes wherever a store owner wants the map to show on a page. The <script> tag is unique for each map. OnItsWay users get their <script> tags from the OnItsWay Dashboard at OnItsWay.co.

 

An extension would simply need to give a store owner a way to input a script tag in the backend, and then allow the store owner to place the map wherever he wants on a page.

 

We would be happy to open a line of communication with anyone interested in developing an extension for OnItsWay. 

 

Please get in touch with us with any questions. We can't wait to see what Magento developers come up with!

 

 

2 REPLIES 2

Re: Extension request: OnItsWay

Are you using any API? Based support to your customer?

After Sign in to your account. How your customer will access the Details of maps

Rajesh

MCD, MCD+,MCSS,MCFD

Re: Extension request: OnItsWay

Rajesh,

 

Another Magento developer has taken on this project, but I will share a few details with you anyway.

 

OnItsWay maps are not API-based. To embed an OnItsWay map in a website, you only need two lines of code: the script and an "onitsway" div wherever you want the map to go.

 

A live example of an OnItsWay map can be found at https://store.bikebeltline.com/on-its-way.