Not possible to get product in basket - Starter kit 3.1.0
Hi, Iv'e just installed a clean website with Tea Commerce Starter kit 3.1.0, but when I try to get a product in the basket, this popup comes and say: Undefined, and nothing happens.
Seems like a file called "FormPost.aspx" is missing. At least that is what my browser console log is telling me - don't know if something went wrong during installation perhaps? Or if the missing file is perhaps caused by a permission issue?
I can see you have met a bug in the starter kit. I forgot to reset the orders counter on the store in the database when creating the starter kit. The error in the console says that Tea Commerce is not licensenced to that domain, which is correct, but it does that when theres more than 20 orders in the store.
To reset the order counter open the database and the table TeaCommerce_Store. Now set the "CurrentCartNumber" and "CurrentOrderNumber" fields to "0" and youre good to go again.
I will fix the starter kit so others won't have the same problem (and can see what is going on!)
Not possible to get product in basket - Starter kit 3.1.0
Hi,
Iv'e just installed a clean website with Tea Commerce Starter kit 3.1.0,
but when I try to get a product in the basket, this popup comes and say:
Undefined, and nothing happens.
I've not change anyting in the code.
url: http://bremdal-radio.attcloud.dk/frontpage/
Any ideas?
Best regards
Palle
Hi Palle
Seems like a file called "FormPost.aspx" is missing. At least that is what my browser console log is telling me - don't know if something went wrong during installation perhaps? Or if the missing file is perhaps caused by a permission issue?
/Jan
Hi Palle,
I can see you have met a bug in the starter kit. I forgot to reset the orders counter on the store in the database when creating the starter kit. The error in the console says that Tea Commerce is not licensenced to that domain, which is correct, but it does that when theres more than 20 orders in the store.
To reset the order counter open the database and the table TeaCommerce_Store. Now set the "CurrentCartNumber" and "CurrentOrderNumber" fields to "0" and youre good to go again.
I will fix the starter kit so others won't have the same problem (and can see what is going on!)
/Rune
Hi Rune,
Jeps, that fixed the problem.
Jan: Thanks for your reply.
Palle.
I have fixed the numbers in the starter kit, so this should not be a problem for future downloaders.
/Rune
is working on a reply...