Thomas Register
Custom e-Catalog Specifications

Optional Tags

RECORD=

'RECORD=' identifies the products to display in a list or a single product to display on a details page. Either part or record is required when you use the list or details type. The record number identifies the product uniquely. This tag is useful in displaying a select product that shares a product number.

Local Syntax

<!-- SMARTCAT START
    
        AZ=xxxxxxxx
        TYPE=list
        RECORD=123
        RECORD=456
        RECORD=789
      
      SMARTCAT END -->

Portable Syntax

In the portable syntax:

  • Product numbers are identified by the ptno tag followed by the selected product numbers.
  •        <a href="smartcat.cgi?az=xxxxxxxx&type=list&ptno=ABC+DEF+GHI">
  • Record numbers are identified by the rn tag followed by the selected record numbers.
  •        <a href="smartcat.cgi?az=xxxxxxxx&type=list&rn=12341+12342+12343">
  • Insert a plus sign (+) between each part or record number.

Copyright © 2002 Thomas Publishing Company