1. How can I use product component directly in my code in such a way that it should pick all products from etc/commerce/product node and create different add to cart form for different products?
2. For Product component, we cant directly use it in our code like <cq:include path="abc" resourceType="commerce/components/product">
3. How can we create more than one shopping cart i.e. suppose I want to provide a provision to user for ordering products as well as to get a demo of those products. So for every user the mycart should be displaying two types of cart one is for actual order and other is just for demo purpose. Any idea how we can do that?