So I have several sub sites for my different products. Let’s say the site is http://www.test.com and a product site is http://www.test.com/product1. Now I have a lot of products and plan on adding more. How can I use 1 template to pull the correct data based on segment1 (which will also be the url_title). The problem I’m having is trying to dynamically create page uri’s to be http://www.test.com/product1/details or www.test.com/product1/requestinfo. I don’t want to have to type in the pages uri in each entry or have to make separate entries for each products page. Because only small things will be changes on each product site pages.
http://www.test.com/product1/price and www.test.com/product2/price will only have a minor change.