Méthode | Description | |
---|---|---|
applyAction ( |
Add coupon to cart | |
removeAction ( string $code ) : array | Remove coupon from cart | |
viewAction ( Symfony\Component\Form\FormView $couponApplyFormView ) : |
Cart coupon form |
public applyAction ( |
||
$couponApplyFormType | Coupon Apply type | |
Résultat | array |
public removeAction ( string $code ) : array | ||
$code | string | Coupon code |
Résultat | array |
public viewAction ( Symfony\Component\Form\FormView $couponApplyFormView ) : |
||
$couponApplyFormView | Symfony\Component\Form\FormView | Coupon Apply view |
Résultat | Response |