There are several options for how to format product appearance on the front end of the site in the listings. You can set this globally (for products that are set to use the global default) using the frontend.products.display.default config setting or override it at category level, which will apply to all the products displayed within that category.
This formats products into a box, typically several per row, featuring a product image, the product name and 'from' pricing (if turned on).
The template used:
/UserControls/Templates/ProductTemplateShortened.ascx
CSS class:
.products_shortened (located in sections.css)
This formats products one per row, with an image, product name and truncated description, plus the 'from' price (if turned on).
The template used:
/UserControls/Templates/ProductTemplateNormal.ascx
CSS class:
.products_normal (located in sections.css)
This formats products similarly to 'Normal', but also includes their versions, so pricing can be seen and items added to the basket directly from the product listings, without having to click through to the product page itself. Any type of product - single version, multiple version or options - can be displayed in this way, including different types on the same page. 'Out of stock', text-customization and other version features all work exactly as they would on the product page itself.
The template used:
/UserControls/Templates/ProductTemplateExtended.ascx
CSS class:
.products_extended (located in sections.css)
This is similar in terms of content and structure to 'Shortened multi-column', though has a different control and CSS class, allowing for different formatting if desired.
The template used:
/UserControls/Templates/ProductTemplateTabular.ascx
CSS class:
.products_tabular (located in sections.css)
You can set the number of products per page for each type of product display from the following config settings:
frontend.products.display.extended.pagesize
frontend.products.display.normal.pagesize
frontend.products.display.shortened.pagesize
frontend.products.display.tabular.pagesize
frontend.search.pagesize
Ensure your page has the following code pasted near the bottom, before the closing 'body' tag.
Copy this code and place it where you want the help icon to appear in your page.
Your help link will appear as the icon below. Click it to verify how the help content will look.
Place a QR code on your product or machinery to let a user easily retrieve the user guide documentation for it.
Right-click and 'copy'