The recipes category is restricted to: Document - General

Each title in the Recipes category is: Document Name and Document Status is available
If I open the Recipes category, the drop down box next to BACK and NEW PRODUCT only has Document-General as an option.

I updated includes/templates/MYCUSTOMTEMPLATE/templates/tpl_document_product_info_display.php

I removed
<!--bof Main Product Image -->
<?php
if (zen_not_null($products_image)) {
?>
<?php
/**
* display the main product image
*/
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
}
?>
<!--eof Main Product Image-->

The blank image boxes (and a few have pics) are still there. I have attached a screen shot. I'm not sure what I'm doing wrong???

Am I removing from the wrong location?Name:  blank-photo-boxes.jpg
Views: 110
Size:  23.1 KB

Quote Originally Posted by kobra View Post
Are you sure that your product type is "Document - General"

With this edit the result can be seen HERE