Configuration Text Attributes

Overview

Text, float, and integer attributes are all edited in a Text Attribute Editor page, although different options appear depending on which type of attribute is being edited. Text fields are displayed as a text field or text area that the user can populate with data. They can also be displayed as Single Select Menus, Multi-Select Menus, or Single Select Pick Lists.

The following images show the different display types for Text attributes.

Administration

ClosedAdd a Text Attribute Watch Video  Video icon

  1. ClosedNavigate to the Attributes Administration List page.

    1. Click Admin to go to the Admin Home Page.

    2. Click Catalog Definition in the Products section.

      The Supported Products page opens.

    3. In the Navigation column, select Attributes and then click List.

      The Attributes Administration List page opens.

  2. Click Add. The Attribute Editor page opens.

    Attribute Editor with Text Area selected

  3. Enter information for the fields listed below.

    Note: Fields preceded by an asterisk (*) are required.

    Field Description

    *Name

    Enter the attribute name.
    The Name value appears as the attribute label when this item is added to a Configuration layout.

    *Variable Name

    The Variable Name field populates automatically. Variable names can only contain alpha-numeric characters and underscores. The entry can be changed before saving, but after saving the value is read-only.

    Note: Customers should not use any of the following names for Configuration attribute variable names. Using these values may cause issues with customer configurations and could possibly alter site functionality.

    • action_id
    • bm_cm_process_id
    • _bom_
    • bs_id
    • commerce_doc_url_params
    • commerce_list_id
    • document_id
    • document_number
    • folder_id
    • formaction
    • from_config
    • scrollTop
    • shopping_cart_id
    • step_id
    • token
    • version_id
    *Category

    Select Configurable Attribute or Signed Punch-in Attribute.

    A Signed Punch-in Attribute functions identically to Configuration attributes except they require verification of digital signature data before pricing data is provided to the end customer. See Signed Punch-in Attributes for more information.

    Array Type

    Select this checkbox if the attribute can be used as a column in an array set.
    Refer to Managing Arrays and Sets for more information.

    *Data Type

    Select Text.

    Attribute Type

    Select Text Field, Single Select Menu, Multi Select Menu, or Single Select Pick List.

    Signed Punch-in Attributes cannot be Array attributes, Multi Select Menu attributes, Single Select Menu attributes, Picklist attributes, and HTML attributes.

    Additional sections are displayed for Single Select Menu, Multi Select Menu, or Single Select Pick List attribute types. Refer to the following topics for more information:

  4. Click one of the following:

    • Cancel to return to the Attributes List page without saving changes.
    • Add and New to save changes and create another attribute.
    • Add to save changes and open the Text Attribute Editor, proceed to Edit a Text Attribute.

ClosedEdit a Text Attribute Watch Video  Video icon

  1. ClosedNavigate to the Configurable Attributes Administration List page.

    1. Click Admin to go to the Admin Home Page.

    2. Click Catalog Definition in the Products section.

      The Supported Products page opens.

    3. In the Navigation column, select Attributes and then click List.

      The Attributes Administration List page opens.

  2. Click the name of an attribute with Text in the Attribute Type column, or create a new attribute.

    The Text Attribute Editor page opens.

    Text Attribute Editor

  3. Note: The Attribute Editor defines the default display type properties for all layouts.

    ClosedMain Information

    ClosedProperties

    ClosedDefault Data

  4. Select one of the following options:
    • If translations are required, click Translations and provide translated values for the label and description fields.
    • Click Apply to save changes and remain on the Attribute Editor page.
    • Click Update to save changes and return to the Configurable Attributes Administration List.
    • Click Update and New to define another attribute.
    • Click Back to return to the Configurable Attributes Administration List without saving changes.

Notes

  • NULL and blank Integer values are treated as separate values:
    • NULL= 0
    • Blank = ""
  • Using NULL as an attribute value is strongly discouraged.
  • If you use logic that tests for NULL values in rule conditions or BML, confirm that the logic takes this difference into account.

Attribute range calculations are validated on the Value Punch-In.

Example: If the value was passed in the URL to the Configuration, it will be validated and an error message will appear.

This affects both Mobile and Desktop.

Have as few attributes "auto-update" as possible.

Related Topics

Related Topics Link IconSee Also