
Originally Posted by
swguy
I will revert includes/modules/YOUR_TEMPLATE_FOLDER/product_listing.php (based on the ~ Column Layout Grid for Product Listing copy) to see if the problem goes away.
But you missed what I said about includes/templates/YOUR_TEMPLATE_FOLDER/templates/tpl_modules_product_listing.php~. This is broken.
You are correct sir,
includes/templates/YOUR_TEMPLATE_FOLDER/templates/tpl_modules_product_listing.php~ is broken.
Copy/Paste Error from demo site 
find both instances of:
PHP Code:
<!-- (BOF - 1.3) Set number of products displayed per page (24) -->
<?php } ?>
<!-- (EOF - 1.3) Set number of products displayed per page (24) --><br class="clearBoth" />
and change to:
PHP Code:
<!-- (EOF - 1.3) Set number of products displayed per page (24) -->
<?php }
}
?>
<!-- (EOF - 1.3) Set number of products displayed per page (24) --><br class="clearBoth" />
I will update the example file.
Thanks for pointing this out Scott
Bookmarks