跳至内容
菜单
此问题已终结

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.

形象
丢弃
编写者 最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
1
8月 25
387
4
6月 25
809
1
12月 24
1819
2
6月 22
2939
1
11月 24
1605