Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jason Mackay 98 posts 149 karma points
    Oct 06, 2011 @ 11:28
    Jason Mackay
    0

    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. 

  • Rune Grønkjær 1371 posts 3102 karma points
    Oct 06, 2011 @ 11:38
    Rune Grønkjær
    0

    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

  • Jason Mackay 98 posts 149 karma points
    Oct 06, 2011 @ 11:46
    Jason Mackay
    0

    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

  • Anders Burla 2560 posts 8256 karma points
    Oct 06, 2011 @ 12:11
    Anders Burla
    0

    Hi Jason

    Which version of Tea Commerce do you have installed?

  • Jason Mackay 98 posts 149 karma points
    Oct 06, 2011 @ 12:18
    Jason Mackay
    0

    Hi Anders,

    I installed the 1.4.1.0 package, is this what you are looking for?

    Thanks

  • Rune Grønkjær 1371 posts 3102 karma points
    Oct 06, 2011 @ 12:39
    Rune Grønkjær
    0

    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

  • Jason Mackay 98 posts 149 karma points
    Oct 06, 2011 @ 12:47
    Jason Mackay
    0

    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

  • Rune Grønkjær 1371 posts 3102 karma points
    Oct 06, 2011 @ 12:49
    Rune Grønkjær
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft