Is it possible to open "edit" product from frontend
Customer would like to open product for editing from frontend. While logged in Umbraco and surfing uCommerce products would it be possible to click "edit this product" button that opens backend with selected product open.
Interesting. It should be possible. The product editor is available with a URL like this where id is the productid and I guess parentcategoryid is self-explanatory. I don't belive you can omit the parentcategoryId parameter, but try it out. YMMV.
BTW the method above will pop up the product editor only, not the full UI with the tree navigation. I belive you might be able to the get the full running by opening up the base app URL (site/umbraco/#uCommerce) and have a custom dashboard open up a custom URL via Javascript in the proper frame.
Is it possible to open "edit" product from frontend
Customer would like to open product for editing from frontend. While logged in Umbraco and surfing uCommerce products would it be possible to click "edit this product" button that opens backend with selected product open.
Do you know query for this?
Hi JP,
Interesting. It should be possible. The product editor is available with a URL like this where id is the productid and I guess parentcategoryid is self-explanatory. I don't belive you can omit the parentcategoryId parameter, but try it out. YMMV.
BTW the method above will pop up the product editor only, not the full UI with the tree navigation. I belive you might be able to the get the full running by opening up the base app URL (site/umbraco/#uCommerce) and have a custom dashboard open up a custom URL via Javascript in the proper frame.
Thanks Søren, I will try out this.
is working on a reply...