Cart Page Estimate Shipping Not Applying Bug

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
I have found a bug in the Cart page where after selecting a shipping method it's not updating in the order summary section

1. nopCommerce version: 4.40.4

2. Expected behavior: After selecting a shipping method order summary should show the selected
   shipping method and prices should adjust accordingly if applicable

3. Actual behavior: Order Summary not updating after selecting shipping method

4. Steps to reproduce the problem:
    i. Go to cart page after you have added products , then click on estimate shipping and select a shipping method



5.  Any private modifications : No

Reasons for the problem :
   An Invalid url parameter is being sent as a "$" sign is placed in the requested url .
  

Solution :
   Remove "$" sign from the the following cshtml => "src/Presentation/Nop.Web/Views/Shared/Components/ShoppingCartEstimateShipping/Default.cshtml"
   where a ajax request is being sent to the following route "shoppingcart/selectshippingoption"
  
2 years ago
Thanks for pointing it out. Here is a work item for this.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.