E‑commerce Customer Cart Manager
by Odoo DevHouse https://apps.odoo.com/apps/modules/browse?author=Odoo%20DevHouse$ 149.07
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• eCommerce (website_sale) • Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 2299 |
| Technical Name |
website_cart_manager |
| License | OPL-1 |
| Website | https://apps.odoo.com/apps/modules/browse?author=Odoo%20DevHouse |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• eCommerce (website_sale) • Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 2299 |
| Technical Name |
website_cart_manager |
| License | OPL-1 |
| Website | https://apps.odoo.com/apps/modules/browse?author=Odoo%20DevHouse |
Website Saved Carts
Allow customers to save their shopping carts for later perfect for B2B repeat orders, wishlists, and crossâdevice shopping
- Save Shopping Carts One-click save of entire cart with custom name.
- Restore or Merge Choose between replacing current cart or merging saved items.
- Customer Portal Integration Dedicated portal page to view, manage, and restore saved carts.
- Expiration Cleanup Carts automatically expire after configurable days (default 90).
- Quantity Adjustment Edit product quantities directly in saved cart detail view.
- Stock Validation Checks product availability during restore with helpful warnings.
- Custom Attribute Support Preserves product custom attributes (e.g., engraved text).
- Full Portal Management Delete, rename, and view saved carts from customer dashboard.
The module adds a Save Cart button to the shopping cart page, allowing loggedâin customers to persist their cart for later use.
- Saving: Customers click âSave Cartâ, optionally name it, and the cart is stored with all products, quantities, and custom attributes.
- Restoring: From the portal or a direct link, customers can restore a saved cart â either replacing their current cart or merging items.
- Expiration: Carts automatically expire after a configured lifetime (default 90 days). Daily cron job cleans up expired carts.
- Portal Management: Customers can view all saved carts, see expiration warnings, adjust quantities, remove individual items, or delete entire carts.
Cart Page Save Cart Button
New âSave Cartâ button with modal for naming


Save Cart Modal
Optional cart name and emptyâcart toggle


Customer Portal â Saved Carts List
All saved carts with expiration warnings

Saved Cart Detail View
Adjust quantities, remove items, or restore the cart

Restore Options Modal
Choose between merge or replace when current cart has items






Step 1: Install the Module
- Copy the module folder to your Odoo addons directory.
- Update the apps list (Apps-> Update Apps List).
- Search for âEâcommerce Customer Cart Managersâ and click Install.
Step 2: Configure Settings
- Go to Website -> Configuration -> Settings (or Sales -> Configuration -> Settings).
- Find the Saved Carts section.
- Set:
- Max Saved Carts Per User (default 15)
- Max Items Per Cart (default 100)
- Saved Cart Lifetime (Days) (default 90)
- Expiry Warning (Days) (default 5)
- Empty Cart After Save (optional)
- Save settings.
Step 3: Cron Job (Automatic)
The daily cleanup cron is installed automatically. To verify: Settings -> Technical -> Scheduled Actions -> search âSaved Carts: Cleanup Expired Cartsâ.
Note: Customers must be logged in to save carts. Guest checkout users cannot save carts.
B2B Repeat Orders
Business customers save their weekly supply cart and restore it each week with one click.
CrossâDevice Shopping
Start shopping on mobile, save cart, then restore and checkout on desktop.
Gift Registries
Customers curate a list of desired products, save as a named cart, and share with family.
Seasonal Planning
Save carts for upcoming holidays, birthdays, or events and restore when ready to purchase.
ProjectâBased Purchasing
Contractors save material lists for different projects and restore per project.
Quotation Preparation
Sales teams save customer carts during consultation, then restore for final checkout.
| Test Case | Steps | Expected Result |
|---|---|---|
| Save Empty Cart | Click âSave Cartâ with empty cart | Error message: âYour cart is emptyâ |
| Save Named Cart | Add products -> Save Cart -> Enter name -> Confirm | Cart saved with custom name; success notification |
| Restore (Replace) | Saved cart exists -> Restore -> Replace | Current cart replaced; new cart matches saved |
| Restore (Merge) | Current cart has items -> Restore -> Merge | Saved products added to existing cart; quantities merge |
| Delete Saved Cart | From portal list -> Click delete -> Confirm | Cart removed from portal; no longer available |
| Adjust Quantity | Saved cart detail -> Change quantity | Quantity updates; total items recalculated |
| Remove Last Item | Saved cart detail -> Remove last product | Error: âCannot remove last item. Delete cart instead.â |
| Expired Cart | Cart past expiry date -> Cron job runs | Cart automatically deleted |
Q: Can guests (nonâloggedâin users) save carts?
A: No. Customers must be logged in to save carts. Saved carts are tied to the user account.
Q: What happens to saved carts if a product is deleted or unpublished?
A: During restore, the module checks product existence. Unavailable products are skipped and reported in the restore results.
Q: Does it preserve custom product attributes (e.g., engraving text)?
A: Yes. Custom attribute values are stored in a JSON field and reapplied when restoring the cart.
Q: Can I rename a saved cart?
A: Currently, renaming is not available in the UI, but an admin can edit the record directly.
Q: How are stock shortages handled during restore?
A: The module checks availability and shows warnings. Products with insufficient stock are still added but with a warning notification.
Q: Is there a limit to how many carts a user can save?
A: Yes, configurable via settings (default 15). The module checks the limit before saving.
Q: Does the module work with multiâwarehouse?
A: Yes. The warehouse selected when saving the cart is stored and reapplied during restore.
Need Customizations or Have Questions?
Website Saved Carts â Let customers save, restore, and manage shopping carts across devices
Developed with for the Odoo Community
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module