manufacturer_index.html

Purpose: This template is used to display a list of store Manufacturers Similar to the Product and Category Index pages.


Note: This page will require adding an Extra Page (Settings ->Design ->Site Content) and linking it to manufacturer_index.asp.

Code Blocks

Note: It is important to preserve the commented tags to ensure the software performs correctly.

Think of our Code Blocks as code includes within your HTML document. For example, if you wanted to add a breadcrumb to your page, you need the breadcrumb codeblock, plus the necessary variables inside that codeblock.

    <!--START: manufacturer-->
        [id]
        [manufacturer]
    <!--END: manufacturer-->
    <!--START: manufacturerindex-->
        [category structure goes here]
    <!--END: manufacturerindex-->

Codeblocks and its variables will only work in specific pages.

Variables

Think of our Codeblocks as code includes within your HTML document. For example, if you wanted to add a breadcrumb to your page, you need the breadcrumb codeblock, plus the necessary variables inside that codeblock.

  • [id] – Used by the Software to provide the proper identifier for manufacturer
  • [manufacturer] – Inserts the applicable Manufacturer names.
X