> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/brandy-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/brandy-theme/features/woocommerce/product-catalog.md).

# Product Catalog

The Brandy theme offers various customization options for the WooCommerce Product Catalog. These settings allow you to control how products are displayed and sorted on your shop pages, ensuring a better user experience for your customers.

<figure><img src="/files/YxMuMw7TCZl1ZIl9W80u" alt=""><figcaption></figcaption></figure>

**Product Catalog Customization Options**

1. **Shop Page Display:**
   * Choose what to display on the main shop page. Options include:
     * **Show products:** Display individual products on the shop page.
     * **Show categories:** Display product categories on the shop page.
     * **Show categories & products:** Display both product categories and individual products on the shop page.
2. **Category Display:**
   * Choose what to display on product category pages. Options include:
     * **Show products:** Display individual products within the selected category.
     * **Show categories:** Display subcategories within the selected category.
     * **Show categories & products:** Display both subcategories and individual products within the selected category.
3. **Default Product Sorting:**
   * Determine how products should be sorted in the catalog by default. Options include:
     * **Default sorting (custom ordering + name):** Use a custom ordering along with product names.
     * **Popularity (sales):** Sort products based on their sales popularity.
     * **Average rating:** Sort products based on customer ratings.
     * **Sort by most recent:** Display the newest products first.
4. **Product Rows Per Page:**
   * Set the number of product rows to be shown per page. In the example, it is set to 4 rows per page.
5. **Item Layout:**
   * Choose the layout for displaying whole shop pages and blocks. The layout options affect the visual presentation of products.
6. **Products Thumb Size:**
   * Select the thumbnail size for product images. Options include:
     * **Rectangular:** Rectangular thumbnails.
     * **Square:** Square thumbnails.

**Publish:** Make sure to click "Publish" after making changes to save and apply the updated settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yaycommerce.com/brandy-theme/features/woocommerce/product-catalog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
