With the new version 2.0 of the CHILIconnector are coming several major changes:

New Features:

  • Rest-Api-Support is now default
  • Custom Editor URL-Parameter (any customer-, customer-address- and product-attribute can be used as an url-parameter for editorpage. Right now, we are supporting "only" the fixed attributes "productId, customerId, relationId, storeview. In the future you can configure the url-parameter in the system-configuration by
    • {{var product.attributecode}}
    • {{var customer.attributecode}}
    • {{var customer.address.attributecode}}
    • {{var account_relation.attributecode}}
    • {{var account_relation.billing_address.attributecode}} [only in combintation with relation-extension]
    • {{var account_relation.shipping_address.attributecode}} [only in combintation with relation-extension]

Supported attribute types are

    • text (string, area)
    • dropdown (by default the id of the dropdown value will be used, to use the label-value please add "_label" to the variabel. E.g. {{var product.attributecode_label}}
    • multiple-select(by default the id of the dropdown value will be used, to use the label-value please add "_label" to the variabel. E.g. {{var product.attributecode_label}} Multiple-Values will be added as a comma-separated list E.g. value1,value2 ?language=value1,values2&sku=value1
    • bool (1,0 by default) or with "_label" -->Yes, No
  • Support for customoptions-areas: Possibility to show custom options in the editor panel (standard) or in the product detail page (new). This enables you to better separate document related custom options (still in editor panel) from general product related custom options (in product detail page).
  • Support for inline mode (editor page in product detail)

Removals:

  • Support for flash-editor was removed
  • Support for anonymous user-connections to chili-server was removed
  • Support for viewer-only was removed (although there is the possiblity to use "viewer-only"-workspaces in certain areas)

Optimizations:

  • several configuration options are moved to different locations for a better overview

Bugs:

  • several minor bugs in CHILIlib-Rest were removed