Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Jan 9, 2020
1 parent 808433e commit 23981cc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ Event Name | Description
`changedCheckoutStep` | Each checkout step **submission** will fire this event.
`updateProductList` | On every product list page (category, search results, pricedrop and so on), the list is updated via ajax calls if you change filters or sorting options. Each time the DOM is reloaded with new product list, this event is triggered.
`clickQuickView` | If your theme handles it, this event will be trigged when use click on the quickview link.
`updateProduct` | On the product page, selecting a new combination will reload the DOM via ajax calls. After the update, this event is fired.
`updatedProduct` | On the product page, selecting a new combination will reload the DOM via ajax calls. After the update, this event is fired.
`handleError` | This event is fired after a fail of POST request. Have the `eventType` as first parameter.
`updateFacets` | On every product list page (category, search results, pricedrop and so on), the list is updated via ajax calls if you change filters or sorting options. Each time the facets is reloaded, this event is triggered.
Expand Down

0 comments on commit 23981cc

Please sign in to comment.