Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have been looking at the Cart log in the orders section. And there appears to be a lot of empty "Carts" being generated.
Is this normal? - Or I have I got something thats possibly firing up a new cart on every new session?
Thought it may have been my mini cart. But I have this set to autoCreate False
//Order Order order = null;order = TC.GetCurrentOrder( storeId, false );
Hi Paul
There is a bug in the current build of Tea Commerce where the false argument isnt used so yes the mini cart is creating a new cart for all sessions. We have fixed it and will release a new bug fix soon.
Kind regardsAnders
Woo Hoo! fixed in 2.2.1
http://documentation.teacommerce.net/revision-history/
Couldnt have timed that better :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
"New Cart" Question
I have been looking at the Cart log in the orders section. And there appears to be a lot of empty "Carts" being generated.
Is this normal? - Or I have I got something thats possibly firing up a new cart on every new session?
Thought it may have been my mini cart. But I have this set to autoCreate False
//Order
Order order = null;
order = TC.GetCurrentOrder( storeId, false );
Hi Paul
There is a bug in the current build of Tea Commerce where the false argument isnt used so yes the mini cart is creating a new cart for all sessions. We have fixed it and will release a new bug fix soon.
Kind regards
Anders
Woo Hoo! fixed in 2.2.1
http://documentation.teacommerce.net/revision-history/
Couldnt have timed that better :-)
is working on a reply...