I'm getting the usual "remember to add the Tea Commerce store picker to your Umbraco content tree" 500 HTTP error with TC when I try to use the JS API. I'm not sure what I'm doing wrong, but I'll put my node structure below.
Could you try and have the store picker at the home node. Then select the store and save the node. Then check in the DB if the store picker value id is saved in the DB. Just to know if the id is ever saved or its a problem with finding the id. Remember the property alias of the store picker MUST be "store".
Store Picker Not Being Recognized (HTTP 500)
Hey everyone!
I'm getting the usual "remember to add the Tea Commerce store picker to your Umbraco content tree" 500 HTTP error with TC when I try to use the JS API. I'm not sure what I'm doing wrong, but I'll put my node structure below.
I've tried adding a store picker to Home, Products, and each of the categories but nothing seems to work. The JS I'm using is below:
I've been fighting this for a couple days and it's been driving me pretty nuts :|
Which Umbraco version? :)
7.1.1
Hi Pat
Could you try and have the store picker at the home node. Then select the store and save the node. Then check in the DB if the store picker value id is saved in the DB. Just to know if the id is ever saved or its a problem with finding the id. Remember the property alias of the store picker MUST be "store".
Kind regards
Anders
is working on a reply...