What Is the (Product's) Group Header Template?

The Product's Group Header Template is generally regarded as an optional component of the Brief Product Template. It should contain HTML meant to appear only once at the top of the Brief Product display area. That is, text entered in this field will appear above all Brief Products only once. In that way, it serves as a header for a group of Products.

The Product's Group Header Template is constructed with a combination of HTML and CSS.

Example Product Group Header Template code:

<div id="brief-header-box">
<div id="brief-header-1">Name</div>
<div id="brief-header-2">Number</div>
<div id="brief-header-3">Price</div>
</div>
Example Product Group Header Template display: