Skip to Content
Menu
This question has been flagged

When selling on the e-commerce, you can use shipping connector for the delivery but they will impose their own rate, which will be displayed charged to the customer. Therefore, you do not have the hand on the delivery price charged to the customer, while you might be willing to have a fixed price or a price based on your own rule.

Avatar
Discard
Author Best Answer

It is feasible with the following configurations: 

  • Have studio

  • Configure the shipping connector (carrier) that you will use to actually print the labels in Odoo and deliver to your clients. You need to configure it on "Get rate and create shipment" for the integration level, and "Estimated cost" as invoicing policy. Make sure that this shipping method is NOT available on your website.

  • Create a shipping method of your own, either fixed price or based on rules, that will be published on the website. This is the cost for the delivery that your customers will see on the website.

  • Create an automated actions

    • On the stock.picking model

    • Triggered on creation

    •  Applied on Carrier = “Your_own_delivery_method_name”

    • Action to do : Update the record

    • Data to write

      • Field : Carrier (transfer)

      • Evaluation Type : Reference

      • Record: select the shipping connector your will use

Doing so, your customers will see the price of your own delivery method on the website. But when they confirms the sales, the generated delivery will use the shipping connector of your choice, which will print the shipping labels when the delivery is confirmed.

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 24
107
2
Jun 22
1816
1
Nov 24
110
0
Sep 15
3327
1
Nov 24
69