I'm using uCommerce for the first time and just getting to grips with it. I'm working from the Avenue Clothing template. I''ve added my own store and product catalog for testing and set it the correct host name, which works fine, but for some reason I'm getting a 500 internal server error when I click the add to basket button on the product page.
Any ideas as to why this is happening? All JS files are in place and here's the error I'm getting:
I figured the issue had to do with testing the cart and then removing all of the currencies I wasn't using and the user that I had originally tested with was "stuck" on that currency.. I'm only saying this because if I open a new browser it works fine.
You're right, it was broken in Chrome but seemed to work fine in other browsers. Fixed after clearing cookies. Glad the solution was so simple, but it's a confusing error nonetheless.
Add to basket - Error 500
Hi,
I'm using uCommerce for the first time and just getting to grips with it. I'm working from the Avenue Clothing template. I''ve added my own store and product catalog for testing and set it the correct host name, which works fine, but for some reason I'm getting a 500 internal server error when I click the add to basket button on the product page.
Any ideas as to why this is happening? All JS files are in place and here's the error I'm getting:
POST http://localhost:45405/ucommerceapi/Json/SyncReply/AddToBasket 500 (Internal Server Error)
Response:
{"ResponseStatus":{"ErrorCode":"ComponentNotFoundException","Message":"NocomponentforkeyDefaultwasfound","Errors":[]}}
This makes little sense to me, so any help would be much appreciated. Thanks!
I just installed today on a 4.11x site with the sample application and am receiving the exact same error message.
Have you changed any of the config files or use a custom.config? or changed the basket pipeline maybe?
I figured the issue had to do with testing the cart and then removing all of the currencies I wasn't using and the user that I had originally tested with was "stuck" on that currency.. I'm only saying this because if I open a new browser it works fine.
You're right, it was broken in Chrome but seemed to work fine in other browsers. Fixed after clearing cookies. Glad the solution was so simple, but it's a confusing error nonetheless.
As far as I'm concerned it's still broken: http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/42969-uCommerce-Razor-Demo-Store-GetProductVariations-Exception.
is working on a reply...