Category Detail
Previous Topic  Next Topic 

This page describes the templates involved in generating the category detail page, which is displayed when a category is clicked on. You can control the number of products that appear per page and per row using the "Products per Page" and "Products per Row" fields in Store Settings.

 

 

bread crumb navigation

The bread crumb navigation appears at the very top of the image above. This is not controlled by a template file. You can customize the code that separates each link by using the "bread crumb separator" field in store settings.

 

show_category_detail.php

This controls the appearance of the category name and description. You can use any field name that appears on a category record in this template.

 

show_product_header.php

This controls the appearance of the code before the very first product is displayed, and immediately following the category detail.

 

show_product.php

This controls the appearance of a single product. You can use any field that appears on a product record in this template file.

 

show_product_separator.php

This file controls the separation between each product.

 

show_product_footer.php

This controls the appearance of the code after the the very last product is displayed.