Optional TagsFIELDS=Valid 'FIELD=' and 'show=' properties Chart
The attributes that display in a default list call are: part (product) number, product name, and unit price. Up to the first three attributes of the product name display. It is concatenated to the product name with a limit of 100 characters. You can modify the default displays for 'TYPE=list', 'TYPE=list_order', 'TYPE=heading' and 'TYPE=heading_order' by using the fields tag and specifying the product attributes to display.
The resulting list displays with the most up-to-date information from the advertiser's Order Online program. For example, if the color of a product is hard coded in an HTML table, you need to update the HTML file manually when the color changes. To automatically update the data in the Custom e-Catalog, include the appropriate attribute in the fields call.
Use the fields tag followed by the attributes list. The attributes must be separated by a comma and a space. The full name of the case-sensitive attribute defines the column heading in the list.
For example, to include an advertiser-defined attribute of 'Sleeve Length' in a list that displays the 'Part Number' and 'Part Name', code it as follows:
<!-- SMARTCAT START
AZ=xxxxxxxx
TYPE=list
FIELDS=part number, part name, Sleeve Length, list price
PART=ABC
PART=DEF
PART=GHI
SMARTCAT END -->
Portable Syntax
In the portable syntax:
<a href="smartcat.cgi?az=xxxxxx&show=part_number+part_name+Sleeve_Length+list_price&type=list&ptno=ABC+DEF+GHI"> |