Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with product page layout

Help with product page layout

Locked

Views: 965

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
7 Dec 2009, 8:45 AM
#1
gregger avatar

gregger

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

7 Dec 2009, 9:45 AM
#2
tino_schlegel avatar

tino_schlegel

Totally Zenned

Join Date:
Nov 2007
Location:
Melbourne, Australia
Posts:
532
Plugin Contributions:
0

Re: Help with product page layout

You have obviously some problem in the also purchased products module that stops the output for the website. I would have a look in the files that you have modified last, which belong to the also purchased including language, module and templates files.

Check for error messages in the servers error log.
You can also try to add the debug tool to see the problem.