start to implement cart loop

This commit is contained in:
Manuel Raynaud
2013-08-08 17:56:30 +02:00
parent 8b00676139
commit 2e1627398c
4 changed files with 23 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ use Thelia\Model\Customer;
use Symfony\Component\HttpFoundation\Request;
use Thelia\Core\HttpFoundation\Session\Session;
use Thelia\Core\Event\CartEvent;
use Thelia\Core\Event\TheliaEvents;
trait CartTrait {
/**