I have an umbraco installation with 2 top nodes (EN en NL). I have installed uWebshop and it looks like the installation is succeeded (there are 2 stores created during the installation, all expected documentypes and datatypes are in place).
Now the strange thing is, I've added the uWebshop StorePicker to the 2 homepages, but when I open the page properties the dropdown isn't filled.
I've done multiple uWebshop installations without any problems before, so don't really understand whats going wrong.
I don't think that it matters, but I use a skin from uSkinned for the EN en NL sites. I'm using umbraco 7.2.8 which is compatible with both uWebshop and the uSkinned theme,
Edit: I have now tried the same installation, but without the uSkinned theme. Just added a simple documenttype with a title and a storepicker. Then made a home-nl and a home-en. Still the store picker is not filled.
I can see in the angular of the storepicker that the uwebshopService doesn't give back the stores:
Anyway, has anyone had this problem when installing uWebshop on an already existing website with multiple top nodes? What could I be doing wrong? Am I missing some step? I have already tried to rebuild examine, but that doesn't help.
Store values not showing in uWebshop StorePicker
Hi ,
I have an umbraco installation with 2 top nodes (EN en NL). I have installed uWebshop and it looks like the installation is succeeded (there are 2 stores created during the installation, all expected documentypes and datatypes are in place).
Now the strange thing is, I've added the uWebshop StorePicker to the 2 homepages, but when I open the page properties the dropdown isn't filled.
I've done multiple uWebshop installations without any problems before, so don't really understand whats going wrong.
I don't think that it matters, but I use a skin from uSkinned for the EN en NL sites. I'm using umbraco 7.2.8 which is compatible with both uWebshop and the uSkinned theme,
Edit: I have now tried the same installation, but without the uSkinned theme. Just added a simple documenttype with a title and a storepicker. Then made a home-nl and a home-en. Still the store picker is not filled.
I can see in the angular of the storepicker that the uwebshopService doesn't give back the stores:
$http.get('/Umbraco/uWebshop/StoreApi/GetAllStores').then(function (res)
Anyway, has anyone had this problem when installing uWebshop on an already existing website with multiple top nodes? What could I be doing wrong? Am I missing some step? I have already tried to rebuild examine, but that doesn't help.
thanks,
Asa
is working on a reply...