I purchased a html template from a website. It included the html source code for the style of my site. I have correctly been able to modify the header and footer to match my html code however what I am attempting to do now is to create a custom product page such as the html code template I have examples a shopping cart set up. (Hope I didn't lose you)
I have basically taken the middle portion of the html code that has the proper look I am attempting and replaced all the html code with the proper script such as
<img src="/images/picture1.jpg">
with
%%image%%
Ok so I think I got it at least I feel like I am on the right track. So I replace all the sections with the proper script. Replacing the image links and the product id and price. However it didn't work. I placed my code in a separate product page named product-page-3a.inc and when I took the normal database HTML and viewed it with my product page it repeated my code over and over. Messing my template up. I know I am missing something vital please help.
This is the example I would like my product page to be like....http://qzay.com/index-1.html
To view my example http://www.qzay.com/shoppingcart/agora.cgi?product=HTML&ppinc=3a
To view my product page http://www.qzay.com/shoppingcart/html/html-templates/productPage-3a.inc