Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Releases: williankeller/magento2-split-order

v1.0.7

17 Feb 15:27
Compare
Choose a tag to compare

Added

  • Add ACL for this module

v1.0.6

31 May 18:30
Compare
Choose a tag to compare

Added

  • Split Order Based on the Product Stock Status.
  • Possibility to select Quantity attribute returnable value.

Changed

  • Improved the list of available attributes by removing unused ones.

Fixed

  • Illegal offset type - QuoteHandler
  • Warning: count(): Parameter must be an array or an object that implements Countable

v1.0.5

13 May 06:39
8cd469a
Compare
Choose a tag to compare
  • Improved and fixed PHPDocs methods.
  • Fixed If multiple products in the cart from the same vendor giving wrong totals.

v1.0.4

06 Feb 18:38
6b78e49
Compare
Choose a tag to compare

Added

  • Add compatibility with PHP 7.2

v1.0.3

31 Jan 13:42
Compare
Choose a tag to compare

Added

  • Add Travis to validate code standard.

Fixed

  • Change Session to be loaded by Proxy.
  • Only single OrderID returned in V1/guest-carts/:cartID/order or V1/carts/:cartID/order PUT endpoints

Changed

  • Improved module architecture & code structure.

v1.0.2

21 Aug 20:43
Compare
Choose a tag to compare

Added

  • Option to select a product attribute to define order split.
  • Capability to split shipping totals into all orders or only one.

Fixed

  • Split shipping totals into all orders or only one.
  • Set shipping to one order only.

Changed

  • Improved module architecture.
  • Stable order submission.

v1.0.1

23 Jul 19:12
Compare
Choose a tag to compare

Added

  • CMS module settings (Enable/Disable)

Fixed

  • Compatibility with 2.1.* EE.

Changed

  • Improved module architecture.
  • Stable order submission.
  • Expose methods to be intercepted.

v1.0.0

21 Feb 11:54
Compare
Choose a tag to compare

Added

  • Module creation