Jump to content

cryptopinion

Member
  • Posts

    1
  • Joined

  • Last visited

cryptopinion's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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!
×
×
  • Create New...