WIP Coupon

Implementation Comparable Parameters
This commit is contained in:
gmorel
2013-08-20 19:05:41 +02:00
parent 2113e7a457
commit df08158cff
16 changed files with 1784 additions and 35 deletions

View File

@@ -79,4 +79,11 @@ interface CouponAdapterInterface
*/
public function getCheckoutPostagePrice();
/**
* Return the number of Products in the Cart
*
* @return int
*/
public function getNbArticlesInTheCart();
}