Saturday, September 30, 2017
2 changes · master
Enhancements to existing features
Website visitors can now add products to a wishlist before signing in, making it easier to save items and return later. When they log in, those saved items are linked to their account, and wishlist displays now more accurately reflect saved product variants while avoiding a visual glitch.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website visitors can now add products to a wishlist before creating or signing into an account. When they log in, those saved items are connected to their account, and products show as wishlisted if any variant was saved, improving shopping continuity and product display accuracy.
Original PR description
If you were going to [copy my addon](https://github.com/OCA/e-commerce/tree/10.0/website_sale_wishlist), at least do it the right way! 👻 I hope this one lands in time for v11 😱 Current behavior before this patch: - Only authenticated users were able to set items as wishlisted. - A product template is displayed as wishlisted if the first variant is so. Desired behavior after this patch: - All users are able to wishlist items. - When a user logs in, his dangling wishlists join him. - A product template is displayed as wishlisted when any of its variants is so. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa