I’m struggling with setting up the e-commerce tracking.
The issue is that I’ve set up all the java scripts as explained on this page (http://piwik.org/docs/ecommerce-analytics/) but either conversions nor product statistics appear on the piwik e-commerce&goals view. I feel that I have to setup the goals first. However in the above mentioned doc not a word talks about it. And if I go to the goal setup view I don’t have an option to setup a goal that will be tracked manually per java script. What am I doing wrong? I would very appreciate if you could point me to my error or explain how to set up a goal for “manual” JS-trcking. Thakn you in advance,
You don’t have to setup a Goal first, you only need to “enable Ecommerce” for your website in Piwik website settings.
To debug, I recommend you use “firebug” extension on Firefox and look at the HTTP requests made on your pages supposed to trigger ecommerce carts/orders/etc. and check that the requests are made to piwik (you should see request to piwik.php with your product names as parameters?)
I’ve done precisely this - activated e-commerce and inserted configured addEcommerceItem() and trackEcommerceOrder() calls into the correspondent webpages. However, although I do sell products, nothing is there on the e-commerce&goals view. The only thing I see there is that nothing happens - zero purchases, zero conversions.