Website Sale Cart Add Product Xlsx Csv
by Sygel https://github.com/OCA/e-commerce , Odoo Community Association (OCA) https://github.com/OCA/e-commerce| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Invoicing (account) • Discuss (mail) • Inventory (stock) • Website (website) |
| Lines of code | 293 |
| Technical Name |
website_sale_cart_add_product_xlsx_csv |
| License | AGPL-3 |
| Website | https://github.com/OCA/e-commerce |
Website Sale Cart Add Product Xlsx Csv

This module adds a button in the website cart that let users import a xlsx or csv file with the products and quantities that he wants to add.
This button is only shown on empty carts, and the file must contain the product’s internal reference and the quantity to buy.
Table of contents
Configuration
To configure this module, you need to:
- To enable the cart import button, go to Website / Configuration / Settings. Then search the “Cart Import Button” and set its value.
- To edit the maximum file size, go to Website / Configuration / Settings. Then search the “Cart import button file size limit” and edit its value.
Usage
To use this module, you need to:
- Go to the “/shop/cart” path of your server website. Example: “http://localhost:8069/shop/cart”
- You will see your cart. Empty it if it has products.
- Click on “Download example file”. Fill the xlsx file rows: 3.1. The “default_code” column is the internal reference of the product that you are going to add to your cart 3.2. The “product_uom_qty” is the qty of the product that you are going to add to your cart
- Select the filled file, and click the “Import” button
- You will see the cart with the imported products. If some error hapened or there are products that could not be imported, the system will show a message
Known issues / Roadmap
- Despithe the fact that the cart button is enabled by default, some Odoo instances have the website configured to hide it if it is empty. If the shopping cart button is hidden without anything in it, the functionality cannot be used until something is added to the cart.
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 to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Sygel
Contributors
- Sygel:
- Alberto Martínez
- Valentin Vinagre
- Harald Panten
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/e-commerce project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module