Clienteling: Release v2.0.22
 almost 2 years ago by ReadMe API
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 blocksettingsas 
    "dateRange": {
      "value": 1,
      "measurement": "years"
    },
- Allow configurable sort for Profile Purchased Products.
Sort can be specified insettingsas (which sorts by count descending) 
 {
  urlParams: {
    sort: "-count"
  }
}
- EventTrigger Block
This block allows the triggering of custom events from the clienteling front end. 
