Jump to content

Extension request: OnItsWay


cryptopinion

Recommended Posts

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 a Cubecart 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 Cubecart plugin, you would only need to figure out some intuitive way for a Cubecart user to input the script tag in the Cubecart 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-way

We 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 Cubecart!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...