New Zenner
- Join Date:
- Nov 2009
- Posts:
- 48
- Plugin Contributions:
- 0
Help with product page layout
Hi,
I have changed the product info page to include the description from a 3rd party provider of specifications etc.
All is working fine- every product displays the correct product info. This info is coming from a seperate mySQL DB on the same server.
I have also moved the Add To Cart button above the product description.
The problem I have is that since doing this the HTML code stops at the following tag when loading the page.
<!--bof Product date added/available-->
<p id="productDateAdded" class="productGeneral centeredContent">This product was added to our catalog on Sunday 06 December, 2009.</p>
<!--eof Product date added/available -->
<!--bof Product URL -->
<!--eof Product URL -->
<!--bof also purchased products module-->
The page works correctly, you can add items to the cart etc etc, the only thing I seem to be missing is the footer which contains site info, contact details and legal info etc. With the footer not loading it also breaks the live chat solution - this still works on the home page etc.
The footer was **not **displaying before I moved the add to cart buttons to the top of the page.
Does anyone want to help diagnose this? I am obviously missing a close tag somewhere. I have tried adding </tr> </td> </table> etc into lots of different places within tpl_product_info_display.php with no joy.
If I comment out the product description include section within this page everything works as expected.
Alternatively, can anyone recommend a support site for Zen?
Thanks
Greg