Do you have the endpoints and the use case ready ?
Cart Abandonment Script [JS]
Looking for help, advise or willing to pay someone £100 to do this, but here's what I'm after. To be exact I'm only looking for the javascript to be written to do this, rest I can deal with.
The script will need a unique reference number related to one site kind of like this:
var _cartstack = _cartstack || [];
_cartstack.push(['setSiteID', 'k49WWl5K']); /* unique ref number, which we will set via PHP */
_cartstack.push(['setAPI', 'tracking']);
_cartstack.push(['setCartTotal', '']);
This script then needs to be placed on any customer website that will then track uses of the site and any shopping cart abandonment that happens. This will also be set in our PHP application (we are using Laravel 5.1) but then we also need a script probably cURL or something to keep checking for this so the system will then know when a cart is abandoned.
If you take a look at www.cartstack.com you'll see the type of thing we need but not sure how to build the javascript or build the script to do the checks.
This kinda works like Google Analytics does, but it will be a case of showing a alert when the cart is abandoned then have the ability to send a SMS message, which I can do, it's just the javascript I need help with.
Ya looked at, its pretty basic, let me know your requirements on mail though. Thanks
Please or to participate in this conversation.