-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wrong shipping cost for table rates shipping method #28
Comments
vicgeralds
added a commit
to vicgeralds/nwt-magento2-checkout
that referenced
this issue
Jul 14, 2021
vicgeralds
added a commit
to vicgeralds/nwt-magento2-checkout
that referenced
this issue
Nov 17, 2021
martinSternelius
added a commit
that referenced
this issue
May 6, 2022
[SC-140] Don't capture non-deliverable orders * [SC-140] Invoice Capture will now not proceed if order does not have Svea actions CanDeliverOrder or CanDeliverOrderPartially. Approved-by: Alexandru-Georgian Mazalu
martinSternelius
added a commit
that referenced
this issue
May 20, 2022
[SC-140] Don't capture non-deliverable orders * [SC-140] Invoice Capture will now not proceed if order does not have Svea actions CanDeliverOrder or CanDeliverOrderPartially. Approved-by: Alexandru-Georgian Mazalu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using table rates shipping method (for example, to calculate shipping rates based on weight), the shipping cost is always the same it seems.
Looks like
$shippingAddress->setCollectShippingRates(true);
is needed somewhere before collecting totals from quote.The text was updated successfully, but these errors were encountered: