I've set up the TeaCommerce starterkit and am now implementing TeaCommerce onto a site but I've come across a problem.
When changing the product variants using the dropdown, I get a 500 Server Internal Error at /base/tc/formpost.aspx and doesn't update the price, product name etc.
It's working fine on the TeaCommerce Starterkit but not on where I'm implementing it, so I'm thinking something I haven't configured correctly.
I've got a clean version of the starterkit and have a seperate instance on Umbraco 6 with that I installed the TeaCommerce 2.2.1 package on and am now coping macros from the starterkit to my instance.
Ahh. Properly that you need to allow a template to be rendered using the RenderTemplate method. Go to the tea commerce section and store settings and then template tab. There you have templates that should be allowed to render. Tick of the one that renders the product if you have exactly the same structure as the starte kit. If you dont have that - then you need to dig a bit more into your setup and try and locate what exactly is the problem.
/base/tc/formpost.aspx 500 Server Error
Hi,
I've set up the TeaCommerce starterkit and am now implementing TeaCommerce onto a site but I've come across a problem.
When changing the product variants using the dropdown, I get a 500 Server Internal Error at /base/tc/formpost.aspx and doesn't update the price, product name etc.
It's working fine on the TeaCommerce Starterkit but not on where I'm implementing it, so I'm thinking something I haven't configured correctly.
Thanks in advance.
Alex
Hi Alex
Have you just installed a clean version of the starter kit or have you done your own implementation or done a tweak of the starter kit?
I've got a clean version of the starterkit and have a seperate instance on Umbraco 6 with that I installed the TeaCommerce 2.2.1 package on and am now coping macros from the starterkit to my instance.
Thanks
Alex
Ahh. Properly that you need to allow a template to be rendered using the RenderTemplate method. Go to the tea commerce section and store settings and then template tab. There you have templates that should be allowed to render. Tick of the one that renders the product if you have exactly the same structure as the starte kit. If you dont have that - then you need to dig a bit more into your setup and try and locate what exactly is the problem.
Kind regards
Anders
Ahh, got it thanks. I hadn't allowed any templates to render. I've matched the selected templates with the starterkit and is working fine now.
Thanks again,
KR
Alex
is working on a reply...