-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Delivery Cost Configuration #13
Comments
This was referenced Dec 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per Source Selection Algorithms HLD
To support Minimal Delivery Cost algorithm, Magento should have some source of information about the shipping prices. This information can be statically stored in the database. The source of information should be imported from the CSV file.
Magento will allow creating rules of selecting the fulfillment warehouse based on following pieces of information:
The rules will be defined in the format: ``(Customer State, Carrier) -> Warehouse.''
By default, Magento will provide the way to import the rules will be configured in the CSV file.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: