WooCommerce
Engage connects to your store using a plugin to implement an event tracker and to open an API connection to your store. The API connection is used to retrieve store data to the Engage platform and the tracker send us event based data from the actions taken in your store.
In Engage, we process your data, clean it and make it ready for use. We then start to build the analytics datasets, the recommendation models, search index, etc. As we complete these tasks the data becomes available in our platform for you to use.
In WooCommerce, the recommendations are served backend using the plugin. You can use short codes to determine exactly where and what to display. If the recommendation call fails, for any reason, the recommendations short code fails silently not showing any error on the page. This is important to ensure a good customer experience.
Sometimes it is handy to serve recommendations using javascript instead. Engage let you serve recommendations via the tracker script on any page that includes the tracker script.
Engage are installed using the plugin for WooCommerce stores. Simply install the latest plugin from the marketplace and follow the on screen instructions. Basically, you create an account with us and allow the plugin to connect the store to us.
Deactivate, or uninstall the plugin to stop using our services. If you have a paid plan you wish to cancel you must do so on the Engage platform. Simply login and go to subscriptions to cancel your plan.
By default product recommendations on Woocommerce are deployed using the theme style already implemented. It is recommended to use the theme style, however it is possible to deploy custom designs using recommendation blocks pointing to a specific design.
Basics:
[ zlt_default ]
=> Use this when you like to use the default theme style for recommendations[ zlt tid=1 ]
=> Use this when you want to specify the design template to use
Make sure to use single quotes when setting string parameters. E.g.
[zlt_default
model='my_model_id' columns=4]
Parameter | Applicable to | Description | Example |
---|---|---|---|
header | zlt_default & zlt | The title above your recommendations | header='You might like' |
model | zlt_default & zlt | Set the model to use (leave blank for default) | model='default_collaborative_filter' |
tid | zlt only | The design template id to use. | tid=1 |
columns | zlt_default only | Set the number of columns (default = 4) | columns=4 |
limit | zlt_default only | Limits the number of products being returned | |
data-prods | zlt_default only | Not yet available | |
data-mprods | zlt_default only | Not yet available | |
data-slide | zlt_default only | Number of products to display in slider | data-slide=4 |
data-mslide | zlt_default only | Number of products to display in mobile slider (set to 0 to disable) | data-mslide=2 |
Last modified 10mo ago