This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Voucher templates¶
Vouchers are rendered in the vouchers Twig block that is included in Silversolutions/Bundle/EshopBundle/Resources/views/Basket/show.html.twig.
Twig functions¶
ses_contains_basket_vouchers¶
ses_contains_basket_vouchers returns true if the basket contains any vouchers.
1 2 3 4 5 | |
ses_get_basket_vouchers¶
ses_get_basket_vouchers returns a list of vouchers from the basket.
1 2 3 4 5 6 7 | |