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

Update shipping methods from back-end after filling shipping details at checkout step #2 #2515

Closed
tniezg opened this issue Feb 28, 2019 · 1 comment
Labels
feature request Requests for new features. Please be as specific as possible and provide proposal API if it you can
Milestone

Comments

@tniezg
Copy link

tniezg commented Feb 28, 2019

What is the motivation for adding / enhancing this feature?

Currently, the request to cart.shippingmethods_endpoint (defined in VS's config file) depends on cart.synchronize and is made before the user has a chance to enter full shipping details. The request contains only country_id (ex. 'US') which for some stores may not be enough to determine shipping methods available for the order and to calculate its total price. Storing all shipping methods locally inside VS's config file is also not an option.

I'm looking for a new option inside VS's config file, such as cart.synchronizeShippingMethodsAfterShippingDetails which will defer requesting available shipping methods to after user enters full shipping details.

What are the acceptance criteria

  • New option in configuration for VS which defers fetching shipping methods.
  • Shipping methods are fetched after shipping details are filled.
  • The request for shipping methods contains all shipping details instead of only country_id.
  • Shipping methods are fetched again when shipping details change.

Can you complete this feature request by yourself?

NO

@tniezg tniezg changed the title Update shipping methods from back-end after all shipping details are filled at checkout step #2 Update shipping methods from back-end after filling shipping details at checkout step #2 Feb 28, 2019
@pkarw pkarw added the feature request Requests for new features. Please be as specific as possible and provide proposal API if it you can label Mar 1, 2019
@pkarw
Copy link
Collaborator

pkarw commented Mar 2, 2019

Related to: #2514

@sandermangel sandermangel added this to Backlog in Issue Kanban Sep 6, 2019
@patzick patzick added this to the 1.11.0-rc.1 milestone Sep 30, 2019
@patzick patzick closed this as completed Sep 30, 2019
Issue Kanban automation moved this from Backlog to Done Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new features. Please be as specific as possible and provide proposal API if it you can
Projects
No open projects
Issue Kanban
  
Done
Development

No branches or pull requests

3 participants