Removes all products from the product comparison list.
Read the
Compare Products Page article for the
implementation details. Usage example:
<a href="#" onclick="return $(this).getForm().sendRequest(
'shop:on_clearCompareList', {
confirm: 'Do you really want to remove all products from the compare list?',
update: {compare_list: 'shop:compare_list'}
});">clear list</a>