Brandon
-
8/21/2012 7:27:00 AM
Custom Product Integration
Hello again Kentico Community,
I've been developing a custom product(s) section for my company and I have a few question about how to integrate it fully with the CMS.
Right now I have a single ASPX page that is provided / reads from the query string in the code behind to populate the page with all of the specific product details. As an example, it would be www.mywebsite.com/Product?ID=1234.
The only downside to this is that it doesn't seem to be fully integrating with the CMS. Under the E-Commerce section of the website each product has no associated product. Another short coming of this approach is that the links created in the shopping-cart don't link to my product page (for the same reason I'm sure). Oh, and the cms:CMSListMenu doesn't populate each product. I realize the reason for this is because there is only the one single ASPX page within my Content Tree.
Is there a way to integrate this method with the CMS so that I can associate each product as having it's own page? If not, how can I set each product to use this template so I can add each product to my content tree?
Thanks in advance!
|