Thomas Register
Custom e-Catalog Specifications

Optional Tags

ORDERTEXT=

When using the 'TYPE=*_order' call, the default text for the order button displays as:

'ORDERTEXT=' provides the ability to substitute the default text with a custom text.

Local Syntax

<!-- SMARTCAT START

      AZ=xxxxxxxx
      TYPE=list
      PART=ABC
      PART=DEF
      PART=GHI
      ORDERTEXT=  Purchase Products

      SMARTCAT END -->

Portable Syntax

In the portable syntax:

  • Substitute a plus sign ( + ) for spaces between words, etc.
  • Use the special characters to code non-alphanumeric characters.

      <a href="smartcat.cgi?az=xxxxxxxx&type=list&ordertext=Purchase+Products&ptno=ABC+DEF+GHI">

The result of the ORDERTEXT= examples above would display as follows:

Note: 'ORDERTEXT=' should not be placed in the same call as the optional 'ORDERIMAGE=' tag. If this occurs, the 'ORDERIMAGE=' tag will take precedence.

Copyright © 2002 Thomas Publishing Company