I'am searching to make a logger for some actions that can generateinteresting reports in my shops.One of them is a report of the items that is inserted in the cart andafter is dropped out without buying.I've thinked that a simple sql insert in a logger table of the item was enough, but I've noticed that there isn't a simple way to intercept the item's insert moment. I go to explain: when the customer insert a item in the cart the form with [process-target] method and "mv_order_item", "mv_oder_quantity"hidden fields send to the "process-target" page all the datas.I suppose that the [process-target] page is ord/basket.html so i've tried in that page with: [scratch mv_order_item] or [cgi mv_order_item] or [value mv_order_item] (disperation-mode), butnothing will be displayed. Where and how can I "intercept" the item's adding? Many thanks to all in advance
If you are using the foundation store I think you want to take a look in:templates/components/cart There's the information that is shown in the shopping cart ... and the SKU of the item in the basket is then [item-code] afaik. I would think though that on average the placing of an item in the shopping cart is logged (in some session files(?)) and you could probably write something to analyse those? But not sure about that.
_______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.