dvdl16 / woocommerce_fusion

WooCommerce connector for ERPNext v15
https://finfoot.tech
Other
13 stars 12 forks source link

Shipping Rule Fetching #81

Open bastelfeak opened 1 week ago

bastelfeak commented 1 week ago

Is your feature request related to a problem? Please describe.

If orders sync from Woocommerce it would be good to also sync the way of shipping / shipping rule.

Describe the solution you'd like

With the sync of orders also fetch the shipping to with a connected shipping rule. Options:

  1. Create a further DocType where Woocommerce shippings are saved and later the user can add fitting shipping rule
  2. Create a new Shipping rule if it is not existing (problem, shipping rule can't be renamed), less flexible if you have more then one shop.

Describe alternatives you've considered

Chosing the shipping rule on every single order is time consuming and a stupid task.

Additional context

No response

dvdl16 commented 3 days ago

Thanks @bastelfeak. Are you referring to "Shipping Zones" in WooCommerce?

image

So the goal would be to link an ERPNext Shipping Rules to such a WooCommerce Shipping Zone?