initialize cart item add

This commit is contained in:
Manuel Raynaud
2013-08-06 12:32:22 +02:00
parent ea81889aea
commit 7343e7ee02
3 changed files with 69 additions and 9 deletions

View File

@@ -93,4 +93,14 @@ final class TheliaEvents
* sent when a new existing cat id duplicated. This append when current customer is different from current cart
*/
const CART_DUPLICATE = "cart.duplicate";
/**
* sent when a new item is added to current cart
*/
const CART_ADDITEM = "cart.addItem";
/**
* sent when a cart item is modify
*/
const CART_MODIFYITEM = "cart.modifyItem";
}