Hi.
When trying to create products in AEM 6.5, similar to We.Retail, we get the error message
"No scaffold definition found for /var/commerce/products"
I've looked everywhere trying to find a solution and the only article that I've been able to find suggests using classic ui and going to the Tools console, then Default Page Scaffolding. However, the Default Page Scaffolding has been deprecated and We.Retail does not seem to use this approach.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @hilmars68197096,
Scaffolding for we-retail resides in /apps/weretail/content/scaffolding/we-retail/product/jcr:content
Per the error message you are experiencing, you are trying to create a product directly under /var/commerce/products for which no scaffolding resource exist. (resource of type - wcm/scaffolding/components/scaffolding with respective cq:targetPath)
You can create a similar definition or copy this we-retail/product node to the desired location and update the cq:targetPath -> /var/commerce/products or if you want to create project specific folder, update the same and try creating product under that path.
Then, you can customize the dialog content per your needs - similar to /apps/weretail/content/scaffolding/we-retail/product/jcr:content/cq:dialog/content
Please refer the below article for more information about how to create a product.
Thanks!
Views
Replies
Total Likes
Hi @hilmars68197096,
Scaffolding for we-retail resides in /apps/weretail/content/scaffolding/we-retail/product/jcr:content
Per the error message you are experiencing, you are trying to create a product directly under /var/commerce/products for which no scaffolding resource exist. (resource of type - wcm/scaffolding/components/scaffolding with respective cq:targetPath)
You can create a similar definition or copy this we-retail/product node to the desired location and update the cq:targetPath -> /var/commerce/products or if you want to create project specific folder, update the same and try creating product under that path.
Then, you can customize the dialog content per your needs - similar to /apps/weretail/content/scaffolding/we-retail/product/jcr:content/cq:dialog/content
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies