Correction du bogue dans le module DigressivePrice + quelques modifs design
This commit is contained in:
@@ -29,8 +29,8 @@ class DigressivePriceListener extends BaseAction implements EventSubscriberInter
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
return [
|
||||
TheliaEvents::CART_ADDITEM => [ "itemAddedToCart", 128 ],
|
||||
TheliaEvents::CART_UPDATEITEM => [ "itemAddedToCart", 128 ],
|
||||
TheliaEvents::CART_ADDITEM => [ "updateCartItemPrice", 128 ],
|
||||
TheliaEvents::CART_UPDATEITEM => [ "updateCartItemPrice", 128 ],
|
||||
TheliaEvents::CART_ITEM_DUPLICATE => [ 'cartItemDuplication', 100],
|
||||
|
||||
'action.createDigressivePrice' => [ "createDigressivePrice", 128 ],
|
||||
|
||||
Reference in New Issue
Block a user