Hi,
I am struggling to get information from Clerk IO to set up a API for sales tracking from Prestashop 1.5.6 in a correct way.
Main question is what to fill in exactly in such a way the details are extracted from Prestashop in the correct manner.
Information about clerk IO API setup:
http://docs.clerk.io/#/installing_clerk/sales_tracking
Attribute Value data-api The API for the sales tracking. This should always be log/sale. data-sale The sales ID-number. data-email The customers email if you want to use email recommendations. Can be left blank. data-customer The customers ID-number if available else null. data-products A JSON list of the product IDs. Example:
<span
class="clerk"
data-api="log/sale"
data-sale="123456"
data-email="
[email protected]"
data-customer="7890"
data-products="[123, 456, 789]">
</span>
what to fill in for example after 'data-sale' exactly?
Kind regards,
Marcel