On my site users are able to use filters to filter products by color, size, price etc...Currently, each time a user checks a filter, the page reloads and an evar is set with the value of the filter.For example : evar10 = `color`(if the user filtered by color) or evar10=`size` (if the user filtered b...