Replaced singleton nature of VuFind\Cart with use of the ZF2 service manager;...
Replaced singleton nature of VuFind\Cart with use of the ZF2 service manager; fixed bug with removing items from cart via AJAX.
Showing
- module/VuFind/config/module.config.php 1 addition, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Cart.php 2 additions, 17 deletionsmodule/VuFind/src/VuFind/Cart.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 3 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/CartController.php 14 additions, 4 deletionsmodule/VuFind/src/VuFind/Controller/CartController.php
- module/VuFind/src/VuFind/Theme/Root/Helper/Cart.php 34 additions, 5 deletionsmodule/VuFind/src/VuFind/Theme/Root/Helper/Cart.php
Please register or sign in to comment