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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Release Notes for Craft Commerce
2
2
3
+
### 3.3.0.1 - 2021-04-26
4
+
5
+
### Fixed
6
+
- Fixed a bug where an incorrect amount could be calculated when paying an outstanding balance in a non-primary currency.
7
+
- Fixed a bug where shipping rules were enforcing the “Order Condition Formula” field as required. ([#2098](https://github.com/craftcms/commerce/issues/2098))
8
+
- Fixed a bug where Base Discount and Per Item Discount fields could show negative values on the Edit Discount page. ([#2090](https://github.com/craftcms/commerce/issues/2090))
9
+
3
10
## 3.3.0 - 2021-04-20
4
11
5
12
### Added
@@ -148,10 +155,6 @@
148
155
- Emails and PDFs now have Language settings that can be used to specify the language that should be used, instead of the order’s language. ([#1884](https://github.com/craftcms/commerce/issues/1884))
149
156
- Added the `cp.commerce.order.content`, `cp.commerce.order.edit.order-actions`, and `cp.commerce.order.edit.order-secondary-actions` template hooks to the Edit Order page. ([#138](https://github.com/craftcms/commerce/issues/138), [#1269](https://github.com/craftcms/commerce/issues/1269))
150
157
151
-
### Added
152
-
- Partial payments on orders can now be made from the Edit Order page.
153
-
- Added the `allowFrontEndPartialPayments` config setting.
154
-
155
158
### Changed
156
159
- Improved the Edit Product page load time by lazy-loading variants’ related sales on scroll. ([#1883](https://github.com/craftcms/commerce/issues/1883))
157
160
- The Edit Order page no longer requires orders to have at least one line item to be saved.
if (!Plugin::getInstance()->getFormulas()->evaluateCondition($discount->orderConditionFormula, $orderDiscountConditionParams, 'Evaluate Order Discount Condition Formula')) {
0 commit comments