I've added a store picker on the root language node (and republished it) and I'm still having this error when adding a product with JS:
The model doesn't have a store id associated with it - remember to add the Tea Commerce store picker to your Umbraco content tree at TeaCommerce.Umbraco.Configuration.InformationExtractors.XmlNodeProductInformationExtractor.GetStoreId(XPathNavigator model, Boolean useCachedInformation) at TeaCommerce.Umbraco.Configuration.InformationExtractors.XmlNodeProductInformationExtractor.HasAccess(Int64 storeId, XPathNavigator model, Boolean useCachedInformation) at TeaCommerce.Api.Web.FormPostHandler.AddOrUpdateOrderLine(Int64 storeId, IDictionary`2 formFields, IDictionary`2 settings) at TeaCommerce.Api.Web.FormPostHandler.FormPost()
My request in javascript seems to have all parameters (like in the starter kit)
Error 500 adding product: Store id problem
Hello,
Using the new teacommerce 2.2 and umbraco 6.1
I've added a store picker on the root language node (and republished it) and I'm still having this error when adding a product with JS:
My request in javascript seems to have all parameters (like in the starter kit)
I've seen a similar post but it didn't help: http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/43617-The-model-doesnt-have-a-store-id-associated-with-it-remember-to-add-the-Tea-Commerce-store-picker-to-your-Umbraco-content-tree
Could you help me on this?
Thanks in advance!
Is your property named "store"? It is a must that is named that.
Kind regards
Anders
is working on a reply...