Was wondering if the trial has restrictions for number of order, we have created a site using the trial license - we have a full license for the main dev, but for my local build we got an error saying that you can only have 20 orders - which I realise is the main restirctions built, but we deleted a few of the orders and the orders can go through now - but now it wont save the order to the Tea Commerce, they are there in the database table but dont appear under the new orders in the Tea Commerce. Before I start debugging my code, is this something the Tea Commerce trial is meant to do.
Is it just coincidence that since the pop up error message of having over 20 order in Tea Commerce that no orders get saved to the Tea Commerce? It could be something to with my code, but just wanted to check as I havent made any changes to Tea Commerce code that it seems weird that after the error message I can't get any new orders to display in the Tea Commerce section of Umbraco.
1. If you have less than 20 orders everything works as normal 2. When the 20 orders cap is reached no more order or carts (not completed orders) can be created. Tea Commerce will block and not save the new orders.
If some of your orders, does not show in the Tea Commerce sections orders list, it must be because they don't exist (Logical :)) OR because they are not NEW or whatever filter is enabled. Try showing all orders, then they should appear in some form.
After 20, delete them and it should work fine, as usual?
Must be something that I have done, the orders are there, they appear in the DB tables fine, just somehow they refuse to appear on Tea Commerce even when the filter is to show all and hasn't done so since the error message appeared. But it is probobally just a coincidence and something has happened in the back end to it.
Trial Restrictions?
Hi,
Was wondering if the trial has restrictions for number of order, we have created a site using the trial license - we have a full license for the main dev, but for my local build we got an error saying that you can only have 20 orders - which I realise is the main restirctions built, but we deleted a few of the orders and the orders can go through now - but now it wont save the order to the Tea Commerce, they are there in the database table but dont appear under the new orders in the Tea Commerce. Before I start debugging my code, is this something the Tea Commerce trial is meant to do.
Thanks in advance.
Hi Jason,
It is correct that you can only have 20 completed orders in trial mode. If you delete the orders you can start over
BUT. If you're testing locally (or online using your hosts file to make weird domains) you can do one of the two following.
1. Let the domain start with "localhost"
2. Or let the domain end with ".local"
In these two cases Tea Commerce will see itself as licensed.
/Rune
Thanks Rune
Is it just coincidence that since the pop up error message of having over 20 order in Tea Commerce that no orders get saved to the Tea Commerce? It could be something to with my code, but just wanted to check as I havent made any changes to Tea Commerce code that it seems weird that after the error message I can't get any new orders to display in the Tea Commerce section of Umbraco.
Thanks
Jason
Hi Jason
Which version of Tea Commerce do you have installed?
Hi Anders,
I installed the 1.4.1.0 package, is this what you are looking for?
Thanks
The facts are a follows in trial mode:
1. If you have less than 20 orders everything works as normal
2. When the 20 orders cap is reached no more order or carts (not completed orders) can be created. Tea Commerce will block and not save the new orders.
If some of your orders, does not show in the Tea Commerce sections orders list, it must be because they don't exist (Logical :)) OR because they are not NEW or whatever filter is enabled. Try showing all orders, then they should appear in some form.
/Rune
Hi Rune
After 20, delete them and it should work fine, as usual?
Must be something that I have done, the orders are there, they appear in the DB tables fine, just somehow they refuse to appear on Tea Commerce even when the filter is to show all and hasn't done so since the error message appeared. But it is probobally just a coincidence and something has happened in the back end to it.
Thanks anyway,
Jason
Hi Jason,
That is correct.
Remember to recycle your app pool if you delete the orders directly from the database. Otherwise the Application cache will still hold all the orders.
/Rune
is working on a reply...