Why are you using front page?
on the pages that are working you have tags and all sorts of junk in the wrong places
like so, this code is appearing within the body of the body on this page
http://gibsonchocolates.com/shop/ind...&products_id=4
Code:
<!--bof Product description -->
<div id="productDescription" class="productGeneral biggerText"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<div id="productDescription" class="productGeneral biggerText">
would guess that something similar may be causing the issue
Anyway is there just the one product in the marshmallows section or are there 2, i am guessing there is more than one as the categories that work are going straight to a product (which normally means there is only 1 products so Zen skips the "product-listing" page which displays the category information/description)
What happens if you delete the CATEGORY description for the marshmallows category?
also try removing the category image for marshmallow
and try reuploading the
includes/modules/your_template/product_listing.php
or replace it with the default one from zencart
-----------------
What goes into the product description field should only be the product description, not meta tags or title tags all of which are parts of the head section, and no<body> tags as they are automatically included