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