Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57
stars
51
forks
source link
[Feature] Add event to assign own data to view #593
Sometimes you simply want to have your own information available in the template so that you can use it there. This could be, for example, address data records of a returning logged-in user that are to be offered in the shopping cart so that the user has the choice of selecting one of these addresses for the order or entering a new address.
This is not so easy, so a new event should offer the option of aggregating this data in an event listener and assigning it to the view.
Sometimes you simply want to have your own information available in the template so that you can use it there. This could be, for example, address data records of a returning logged-in user that are to be offered in the shopping cart so that the user has the choice of selecting one of these addresses for the order or entering a new address. This is not so easy, so a new event should offer the option of aggregating this data in an event listener and assigning it to the view.