| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• eCommerce (website_sale) • Discuss (mail) • Invoicing (account) |
| Lines of code | 6077 |
| Technical Name |
ecommerce_comparison |
| License | OPL-1 |
| Versions | 17.0 18.0 19.0 |
E-commerce Product Comparison
Advanced Side-by-Side Product Comparison for Your Online Store
Seamless integration with Odoo's website_sale module. Enable customers to compare up to 4 products side-by-side with a modern, widget-based interface.
Store home showing the product widget, "Compare" button, and instant "Product added" alert with dynamic navbar counter.
Key Features
Everything you need for a powerful comparison experience
Side-by-Side Comparison
Compare up to 4 products simultaneously with a widget-based card layout. Features clear product images, details, and a responsive grid that adapts from 1 to 4 columns.
Mobile-First Design
Fully responsive on all devices. Optimized for mobile, tablet, and desktop with touch-friendly interfaces and smooth animations.
Smart Shopping Actions
Add individual products to cart or use the bulk "Add All to Cart" functionality. Includes quick "View Details" links and one-click removal.
Detailed side-by-side comparison view
Intuitive Interface
Clean Empty State
Intuitive empty state guiding users to start comparing products.
Smart Bulk Actions
One-click "Add all to Cart" with instant AJAX feedback.
Technical Excellence
Built for performance and maintainability
Technical Highlights
- Session-Based Storage: No database models required - comparison list stored in user session
- Modular JavaScript: Separated into core, navbar, and widget modules
- JSON-RPC Endpoints: Clean Python controllers for all comparison operations
- MutationObserver: Automatically detects and integrates with dynamic navbar changes
- Mobile-First CSS: Optimized styles with GPU-accelerated animations
- Zero Dependencies: Works standalone without additional modules
File Structure
ecommerce_comparison/
├── controllers/
│ ├── base.py
│ └── compare.py
├── static/
│ └── src/
│ ├── css/
│ │ └── comparison.css
│ └── js/
│ ├── comparison_core.js
│ ├── comparison_navbar.js
│ └── comparison_widgets.js
├── views/
│ └── templates.xml
└── i18n/
├── en.po
└── es.po
Ideal Use Cases
Electronics & Tech
Compare specs, battery life, and features of gadgets side-by-side.
Fashion & Apparel
Compare materials, sizes, and styles across different clothing items.
Furniture & Home
Compare dimensions and materials for home decor items.
Easy Installation
- Copy the
ecommerce_comparisonfolder to your Odoo addons directory - Update the apps list in Settings
- Search for "E-commerce Product Comparison" and click Install
- The module works out of the box - no extra configuration required!
Support & Updates
For technical support or feature requests, contact support@hexalian.com
Includes free lifetime updates and bug fixes.
E-commerce Product Comparison v1.0.0 | Developed by Hexalian LLC
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