Skip to content

Releases: scandipwa/quote-graphql

Patch: Bundle multi-option select fix

24 Sep 17:04
e3bb20a
Compare
Choose a tag to compare

What's inside

  • Solves issue for magento addProductsToCart query where bundle product with multiple selected options only adds last one.

Related to scandipwa/scandipwa#3236

That's all there is to it! :)

Patch: Fix for In-Store delivery method

22 Sep 17:25
d77add9
Compare
Choose a tag to compare

What's inside

  • Sets correct pagesize for fetching stores and gets if InStore is available for cart.

Related to scandipwa/scandipwa#3156

That's all there is to it! :)

Patch: Customizable product qty changer

03 Sep 20:38
e30964c
Compare
Choose a tag to compare

What's inside

  • When a product contains a customizable option, a new SKU is generated. If we try to update cart item qty directly, an error will be output for the nonexisting product. The changes make us start using Magento native graphql resolver function for updating qty for customizable products.

Related to scandipwa/scandipwa#3269

That's all there is to it :)

Patch: Downloadable pruduct support for customizable options

23 Aug 09:42
c89fc6e
Compare
Choose a tag to compare

What's inside

  • Added interpreter for customizable options on Downloadable type.

Related to scandipwa/scandipwa#2757

That's all there is to it :)

Patch: Fix for increasing bundle qty in cart

03 Aug 12:35
711aa4d
Compare
Choose a tag to compare

What's inside

  • Spliced logic so that bundle products use native Magento graphql quantity changer.

Related to scandipwa/scandipwa#3023

That's all there is to it :)

Patch: Add fetch all stores

23 Jul 16:46
7c8dde4
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Missing Image Field Issue

05 Jul 09:33
637e9c2
Compare
Choose a tag to compare

What's inside

  • Added missing image field. Added area emulation in order to get area-specific placeholders then get them directly by URL from media. Related to scandipwa/scandipwa#2821

That's all there is to it :)

Patch: Added title and image placeholder for the missing product

15 Jun 10:53
90a7087
Compare
Choose a tag to compare

What's inside

  • Fixed the issue of when the text 'Missing product' was displayed instead of the product name in the order if this product was deleted.

Related to scandipwa/scandipwa#2758

That's all there is to it :)

Patch: Deleted product wasn't found in the product data

10 Jun 10:20
c80a32f
Compare
Choose a tag to compare

What's inside

  • Fixed the issue of when a deleted product is not found in the product data.

Related to scandipwa/scandipwa#2271

That's all there is to it :)

Patch: Transform string to int

07 Jun 08:03
be92c86
Compare
Choose a tag to compare

What's inside

That's all there is to it :)