This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

shop:on_clearCompareList AJAX handler

Defined in /modules/shop/classes/shop_actions.php, lines 3012-3015
Author LemonStand eCommerce Inc.
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>