Product Page
Customizing the Product Page
You can customize the Product Page through custom fields in a shared content block. Once created, specify it in the config file via productPageContentBlockHandle. The shared content block will influence the appearance of every product page.
Supported Content Models
The following content models are supported:
Category Row
This model displays products from the provided category when added.
The fields are as follows:
- Category - Determines the category from which to display products.
- Title - Sets the title of the section.
Product Content
Product content blocks appear exactly like Category Row blocks, but they may provide dynamic content specific to a particular product.
The fields are as follows:
-
Title - Sets the title of the section.
-
Kind - Specifies the kind of section. The available kinds are:
- Cross-sell products - Products from a list of cross-sell products, manually defined on a product.
- Up-sell products - Products from a list of up-sell products, manually defined on a product.
- Top selling (same category) - Best-selling products from the same category.
- Most popular (same category) - Most popular products from the same category.
- Recently visited - Recently visited products by a customer.


