Skip to content

Releases: craftcms/commerce

4.8.2

12 Mar 15:53
4.8.2
6a11cef

Choose a tag to compare

  • Fixed a bug where line items’ sale prices could be calculated incorrectly. (#3928)

5.3.4

26 Feb 15:13
5.3.4
60519de

Choose a tag to compare

  • Fixed a bug where discounts weren’t applying if an order was recalculated more than once in the same request. (#3896)
  • Fixed a bug where shipping rules weren’t saving their shipping category conditions in non-primary stores. (#3851)
  • Fixed a PHP error that could occur on order completion, for orders with disabled variants in the non-primary store.
  • Fixed a bug where Edit Gateway pages were showing duplicate settings.

5.3.3

19 Feb 16:45
5.3.3
d99c9a2

Choose a tag to compare

  • Fixed a bug where line item totals could be formatted in the wrong currency on Edit Order pages. (#3891)
  • Fixed a bug where email and order status change events weren’t getting triggered in non-primary stores.

5.3.2.2

10 Feb 13:11
5.3.2.2
9d81195

Choose a tag to compare

  • Fixed a bug where carts’ adjustment totals could be calculated incorrectly. (#3888)
  • Fixed a styling issue on the Edit Order page. (#3889)

4.8.1.2

10 Feb 13:08
4.8.1.2
8deed2b

Choose a tag to compare

  • Fixed a bug where carts’ adjustment totals could be calculated incorrectly. (#3888)

5.3.2.1

08 Feb 03:15
5.3.2.1
184754a

Choose a tag to compare

  • Fixed a bug where tax and shipping totals weren’t being recalculated in commerce/cart/* action requests. (#3888)

4.8.1.1

08 Feb 03:11
4.8.1.1
236f9f7

Choose a tag to compare

  • Fixed a bug where taxes and shipping totals weren’t being recalculated in commerce/cart/* action requests. (#3888)

5.3.2

06 Feb 16:08
5.3.2
9a38155

Choose a tag to compare

  • Added craft\commerce\collections\InventoryMovementCollection::getPurchasables().
  • Added craft\commerce\base\Gateway::transactionSupportsRefund().
  • Fixed a bug where product variants weren’t getting restored when soft-deleted products were restored. (#3815)
  • Fixed a bug where purchables’ cached per-store stock totals weren’t getting updated when inventory was moved.
  • Fixed a bug where it wasn’t possible to update inventory transfers that contained deleted inventory items.
  • Fixed a bug where the commerce/cart/update-cart action could return unnecessary validation errors. (3873)

4.8.1

05 Feb 14:52
4.8.1
3753514

Choose a tag to compare

  • Improved logging when a user deletion is prevented due to the user having Commerce orders. (#3686)
  • Added craft\commerce\base\Gateway::transactionSupportsRefund().
  • Fixed a bug where the commerce/cart/update-cart action could return unnecessary validation errors. (3873)

5.3.1

03 Feb 16:12
5.3.1
906a675

Choose a tag to compare

  • Improved logging when a user deletion is prevented due to the user having Commerce orders. (#3686)
  • Fixed a PHP error that could occur when calculating tax adjustments. (#3822)
  • Fixed a PHP error that could occur when updating an order’s status from the CLI. (#3858)
  • Fixed a bug where additional tax ID validators where not being checked when a store’s “Validate Business Tax ID as Vat ID” setting was enabled.
  • Fixed a bug where the deprecated craft\commerce\models\TaxRate::$isVat property was still being set. (#3874)
  • Fixed a bug where emails could be rendered in the wrong language when sent manually from the control panel. (#3852)
  • Fixed an error that occurred when rendering a Link field with a product selected on the front end. (#3833)