Clienteling: Release v2.0.22

Bugfix:

  • Fix issue when Product History page is invoked from the Profile Purchased Products block, duplicate products appear

Features:

  • Add Profile Purchased products and Profile History pages to have a customisable time offset to limit.
    This is specified in the block settings as
    "dateRange": {
      "value": 1,
      "measurement": "years"
    },
  • Allow configurable sort for Profile Purchased Products.
    Sort can be specified in settings as (which sorts by count descending)
 {
  urlParams: {
    sort: "-count"
  }
}
  • EventTrigger Block
    This block allows the triggering of custom events from the clienteling front end.