| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
| Lines of code | 13 |
| Technical Name |
website_sale_cart_line_subtotal |
| License | AGPL-3 |
| Website | https://github.com/avanzosc/sale-addons |
Website Sale Cart Line Subtotal
Overview
Adds Price Subtotal field to cart lines in website sale.
Features
- Adds a "Price Subtotal" field to the cart lines in the website sale module.
- Calculates the subtotal by multiplying the product quantity by the list price.
Usage
Once installed, the website_sale_cart_line_subtotal module will enhance the cart view in the website sale module by displaying the subtotal of each line item based on the product quantity and list price.
Technical Details
- The module extends the website_sale.cart_lines view to include a new "Price Subtotal" column.
- It calculates the subtotal dynamically using Odoo's templating language (QWeb).
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.
Credits
Contributors
- Ana Juaristi <anajuaristi@avanzosc.es>
- Unai Beristain <unaiberistain@avanzosc.es>
Do not contact contributors directly about support or help with technical issues.
Please log in to comment on this module