cloning the product page

Is there a way to “clone” the product page?



For example right now the product page comes up like this:



index.php?target=products&product_id=1586



I’d like to make a duplicate like this:



index.php?target=products2&product_id=1586



What I’d like to do is create a “request a quote form” with the products2 page and I figured this would be an easy way for database variable to be included in the form.



I just need to know all the files to change…



Any help would be grealy appreciated.



Ryan

[quote name=‘ryan’]I just need to know all the files to change.[/QUOTE]Place your site into debug console mode. A popup window will show you the templates being called. Also look at includes > customer > products.php and targets > products.php.

Thanks Larry,



I will give it a try!



Ryan

Problem solved! Thanks again to Larry for the tip!