Skip to main content

product

The product template renders the product page, which contains a product's media and content, as well as a form for customers to select a variant and add it to the cart.

Location

The product template is located in the templates directory of the theme:

└── theme
├── layout
├── templates
| ...
| ├── product.liquid
| ...
...

Content

You should include the following in your section inside of the template:

The product object

You can access the Liquid product object to display the product details.