jumpwear Posted February 5, 2015 Share Posted February 5, 2015 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now