We use cookies on this site to enhance your user experience
By clicking the Accept button, you agree to us doing so. More info on our cookie policy
We use cookies on this site to enhance your user experience
By clicking the Accept button, you agree to us doing so. More info on our cookie policy
Products
To create a category page listing your products you will need to create a product category page.
Create a page, for example products.md
, with the layout: product-category
in the front matter. You can set the sort order of the products using sort: title
to sort by the title, or by any setting in your product pages, such as price, rating or any custom front matter tags you wish to set.
title: Products
subtitle: Check out our range of products
layout: product-category
show_sidebar: false
sort: title
Added in v1.0.4
To use a different collection than products
, set the collection name in the category page’s front matter.
The below example uses a collection called books
.
title: Books
subtitle: Check out our range of books
layout: product-category
show_sidebar: false
sort: title
collection: books