refactor cart and cartEvent process

This commit is contained in:
Manuel Raynaud
2013-08-12 17:48:48 +02:00
parent 086f73aeca
commit be5d1e9ddb
10 changed files with 374 additions and 319 deletions

View File

@@ -4,7 +4,7 @@ namespace Thelia\Model;
use Propel\Runtime\Connection\ConnectionInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Thelia\Core\Event\CartEvent;
use Thelia\Core\Event\Internal\CartEvent;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Model\Base\CartItem as BaseCartItem;
use Thelia\Model\ConfigQuery;