You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please remove the underscore from the no_shipping module name, class name and class->code property.
The underscore in the no_shipping class code property breaks the shipping estimate ajax functionality on the frontend.
On frontend shopping cart estimate ajax postback, the value no_shipping_no_shipping will be incorrectly parsed into ($module, $class) array bij the OrderManager.setSelectedShipping() function (lib\common\services\OrderManager.php). As a result the no_shipping selection gets lost and the default shipping method is selected.
Please remove the underscore from the no_shipping module name, class name and class->code property.
The underscore in the no_shipping class code property breaks the shipping estimate ajax functionality on the frontend.
On frontend shopping cart estimate ajax postback, the value no_shipping_no_shipping will be incorrectly parsed into ($module, $class) array bij the OrderManager.setSelectedShipping() function (lib\common\services\OrderManager.php). As a result the no_shipping selection gets lost and the default shipping method is selected.
The text was updated successfully, but these errors were encountered: