magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.55k stars 9.32k forks source link

customer guest checkout address is not sending request to fetch estimate rates. #13869

Closed vipin12117 closed 6 years ago

vipin12117 commented 6 years ago

Preconditions

  1. Magento 2.2.2 CE
  2. PHP 7.0.22

Steps to reproduce

  1. Add item to cart. Go to guest checkout or customer checkout.
  2. Enter shipping address
  3. Magento does not send request to get estimate shipping rates. If you refresh the page after adding address it will fetch rates in second time, why?

Expected result

  1. Magento should send request to get shipping rates. It works fine with UPS but not in any custom shipping method. Is there any difference in built in shipping method or custom method?

Actual result

  1. Magento does not send request for estimate rates in first time if checkout as guest and enter as new address.
ishakhsuvarov commented 6 years ago

Hi @vipin12117 Please refer to http://devdocs.magento.com/guides/v2.2/howdoi/checkout/checkout_carrier.html tutorial for the information on how to add a custom shipping method and integrate it with checkout and cart. Shipping rate update requests are sent based on the combined configuration of shipping rates validation rules for all enables shipping methods.

magento-engcom-team commented 6 years ago

@vipin12117 we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue.