Use correct cookie path for cart. (#876)
- Otherwise server-side functionality such as emptying the cart won’t work since it will push the cookie using a path while the JS functionality uses a path-less cookie.
Showing
- module/VuFind/src/VuFind/Cart.php 10 additions, 0 deletionsmodule/VuFind/src/VuFind/Cart.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php 28 additions, 0 deletions.../tests/integration-tests/src/VuFindTest/Mink/CartTest.php
- themes/bootstrap3/js/cart.js 12 additions, 6 deletionsthemes/bootstrap3/js/cart.js
- themes/bootstrap3/templates/layout/layout.phtml 6 additions, 0 deletionsthemes/bootstrap3/templates/layout/layout.phtml
Please register or sign in to comment