Skip to content

Releases: scandipwa/quote-graphql

Added applied_rule_ids to totals

20 Oct 09:50
6f6172f
Compare
Choose a tag to compare

What's inside

  • New field in totals - applied_rule_ids

Feature break-down

New field in totals - applied_rule_ids

This field was added to distinguish between discount rules and coupons codes applied to cart items.

Exact module dependencies

07 Sep 11:03
Compare
Choose a tag to compare

What's inside

  • Migration to exact module dependencies
  • Bug fixes

Feature break-down

Migration to exact module dependencies

Reference to module magento/magento-base of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml and composer.json file.

Bug fixes

  • Patched comments in .xml files
  • Removed author and support sections from composer.json in preparation for mono-repo setup

Allow customizable options on configurable products

26 Aug 08:23
2f4ac77
Compare
Choose a tag to compare

What's inside

  • Patch of customizable options support

Feature break-down

Patch of customizable options support

Previously, the customizable options were only allowed on simple and virtual products. Now, they are also allowed on configurable ones.

Added endpoint to set billing address

28 Jul 10:04
Compare
Choose a tag to compare

Added mutation s_setBillingAddressOnCart to set billing address on cart. Is an extension of Magento 2 default GraphQL implementation, except cart_id is removed, and replaced by optional guest_cart_id.

Added bundle products support

15 Jul 13:14
24c447f
Compare
Choose a tag to compare

In this release, support for bundle products has been added.

Better stock handling

15 Jun 13:42
bc1ca8d
Compare
Choose a tag to compare

The support for out-of-stock threshold has been added, the stocks must work properly now

Support of customisable options

09 Jun 15:57
5b99b2e
Compare
Choose a tag to compare

Added support for most types of customisable options, excluding file-upload.

Magento 2.3.5 support

18 May 15:18
b01e12d
Compare
Choose a tag to compare

Magento 2.3.5 specific changes:

  • Field qty got replaced by quantity on CartItemInput.
  • Field qty switched type from Int to Float

Grand-total patch

27 Jan 12:23
8dd9a08
Compare
Choose a tag to compare

I M2 the grand-total was wrongly calculated. Now it is fixed.

Configurable product child patch

09 Jan 16:41
Compare
Choose a tag to compare

In this release the product configurable product child displayed as simple product (visible in catalog, search) has been made to be properly added to cart.