Skip to content
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

Closed
vrann opened this issue May 18, 2017 · 0 comments
Closed

Implement Delivery Cost Configuration #13

vrann opened this issue May 18, 2017 · 0 comments

Comments

@vrann
Copy link
Contributor

vrann commented May 18, 2017

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:

  • warehouses addresses
  • customer shipping address
  • carrier

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

  1. Magento allows to perform Delivery Cost Configuration used by the Minimal Delivery Cost algorithm
    1. Delivery costs for different source locations, different destinations and different carriers are stored in the database
    2. Delivery costs can be imported via CSV File
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants