Skip to content
aschempp edited this page Jan 9, 2013 · 1 revision

Isotope hooks

You can register one or more functions for a certain event and when the event is triggered, the hook functions are executed. Hooks allow you to add custom functionality to the system.

  • addAssetImportRegexp
  • addCustomAddress
  • addProductToCollection
  • applyAdvancedFilters
  • buttons
  • calculatePrice
  • calculateTax
  • checkoutSurcharge
  • compileCart
  • convertCurrency
  • deleteCollection
  • deleteProductFromCollection
  • generateAjaxProduct
  • generateAttribute
  • generateFilters
  • generateOrderId
  • generateProduct
  • postCheckout
  • preCheckout
  • productAttributes
  • saveCollection
  • transferCollection
  • transferredCollection
  • updateProductInCollection
  • useTaxRate
  • watermarkImage

Clone this wiki locally