Advertisement
Guest User

Untitled

a guest
Mar 17th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <!--[CDATA[MESSAGE:
  2. Exception has been thrown by the target of an invocation.
  3.  
  4. STACKTRACE:
  5. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  6. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  7. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  8. at Umbraco.Web.BaseRest.RestExtensionMethodInfo.Invoke(String[] parameters)
  9.  
  10. INNEREXCEPTION:
  11. System.ArgumentException: The model doesn't have a store id associated with it - remember to add the Tea Commerce store picker to your Umbraco content tree
  12. at TeaCommerce.Umbraco.Configuration.InformationExtractors.XmlNodeProductInformationExtractor.GetStoreId(XPathNavigator model, Boolean useCachedInformation)
  13. at TeaCommerce.Umbraco.Configuration.InformationExtractors.XmlNodeProductInformationExtractor.HasAccess(Int64 storeId, XPathNavigator model, Boolean useCachedInformation)
  14. at TeaCommerce.Umbraco.Configuration.InformationExtractors.ProductInformationExtractor.HasAccess(Int64 storeId, String productIdentifier)
  15. at TeaCommerce.Api.Services.ProductService.HasAccess(Int64 storeId, String productIdentifier)
  16. at TeaCommerce.Api.Web.FormPostHandler.AddOrUpdateOrderLine(Int64 storeId, IDictionary`2 formFields, IDictionary`2 settings)
  17. at TeaCommerce.Api.Web.FormPostHandler.FormPost()
  18. at TeaCommerce.Umbraco.Web.RestExtensions.FormPost()]]-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement