Question: How do I configure the store so I can display different categories of the catalog on different pages? I have three product categories and I don't them all mixed together on one store page, can I do this? can i put a catalog item (one or two products) on a dotnetnuke page?
Answer: The product listing page of the cart allows you to filter products by category by passing the category id in the querystring. For example:
http://www.airsoftguns360.com/Home/tabid/38/Default.aspx?categoryid=1
When the category id is passed in the querystring the products are filtered by category. (Pg 67 of users guide)
Here is a link to the users guide: http://www.smith-consulting.com/Portals/0/docs/smithshoppingcartmanual.pdf
You can add the cart module on different pages on your site and filter by category. Also you will need to check the share flag in the cart settings if you want categories and products to be shared among multiple pages in your portal where you have added the cart module. To read about how the share flag works for categories and products see page 45 and page 50 of the users guide.