Configuration Attribute Editor

Overview

After adding a configurable attribute, the next page is an Attribute Editor specific to the type of attribute you created.

In 19D and later, there are two types of configurable attributes: configuration attributes and signed punch-in attributes. For more information, refer to Configurable Attributes Overview.

Use the General tab to view and edit current information.

The other tabs available are Related Rules, Template Properties and Set Properties.

The Set Properties tab appears only when the configuration attribute is of the type Array.

Administration

ClosedAccessing the Attribute Editor

  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 the link in the Name column to open the Attribute Editor page specific to the attribute data type.


ClosedOrder of Operations and Attribute Order

Rules are executed in the order that their related Configuration attribute appears within in the Attributes Administration List page.

In general, most users will not need to reorder their attributes; only a few special circumstances warrant attribute reordering.

ClosedAttribute Order & Rule Precedence


Notes

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
  • 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.

Related Topics

Related Topics Link IconSee Also