Required Apps |
•
Sales (sale_management)
• Invoicing (account) • Inventory (stock) • eCommerce (website_sale) • Website (website) |
Included Dependencies | Show |
Lines of code | 5234 |
Technical Name |
website_sendcloud_official |
License | LGPL-3 |
Also available in version | v 13.0 |
SendCloud eCommerce
This module is part of the SendCloud official connector for Odoo.
At the moment, the SendCloud official connector for Odoo consists of two modules: delivery_sendcloud_official and website_sendcloud_official.
- delivery_sendcloud_official. This module works for the backend.
- website_sendcloud_official. This module is for the frontend (webshop) and it depends on delivery_sendcloud_official.
Full documentation for developers is in https://docs.sendcloud.sc/.
Table of contents
Usage
Quickstart
- In short this is how the module works:
- the customer selects some products in the online shop. The products are added in the shopping Cart
- then the customer opens his shopping Cart and clicks on Process Checkout
- the customer chooses one of the delivery method that SendCloud provides
Service Point Picker
The module contains a link that opens the Service Point Picker (javascript) in the website shopping Cart. The link is placed near the selected SendCloud Shipping Method. The link is visible in case:
- the configuration in the SendCloud panel has the Service Point flag to True (in the SendCloud integration config)
- the Shipping Method selected in the picking is provided by Sendcloud
- the Shipping Method has field sendcloud_service_point_input == “required”
- all the criteria (from country, to country, weight) match with the current order
- the Shipping Method is set to “Published” in the website
Please log in to comment on this module