LemonStand Documentation

shop:on_clearCompareList

This AJAX handler removes all products from the product comparison list. 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>

See also:

Next: shop:search
Previous: shop:on_removeFromCompare
Return to Reference