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
If shipping doesn't cost anything (0) the cart doesn't get updated. The controller returns (test ajax) cart without shipping method being updated. If shipping method isn't free, the method successfully applies to the cart.
Checking at the controller source, the cart shippingMethodHandle is set but get's reverted during saveElement call.
Using default shop templates and latest commerce (2.0.0-beta.5) reproduces the mentioned behavior.
Steps to reproduce
Add shipping method without costing anything or use the default commerce 2 shipping method.
Attempt to apply free shipping method to the cart.
Shipping method not applied to the cart.
Additional info
Craft version: Craft Pro 3.0.11
PHP version: 7.1.7
Database driver & version: MySQL 5.6.34
Plugins & versions:
Craft Commerce 2.0.0-beta.5
Mollie for Craft Commerce 1.0.0
The text was updated successfully, but these errors were encountered:
Description
If shipping doesn't cost anything (0) the cart doesn't get updated. The controller returns (test ajax) cart without shipping method being updated. If shipping method isn't free, the method successfully applies to the cart.
Checking at the controller source, the cart
shippingMethodHandle
is set but get's reverted duringsaveElement
call.Using default shop templates and latest commerce (2.0.0-beta.5) reproduces the mentioned behavior.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: