Releases: scandipwa/quote-graphql
Releases · scandipwa/quote-graphql
Patch: Bundle multi-option select fix
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
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
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
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
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
What's inside
- Added fetch all stores. Related to scandipwa/scandipwa#2777 and scandipwa/scandipwa#2776.
That's all there is to it :)
Patch: Missing Image Field Issue
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
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
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
What's inside
- Transform string to int. Related to scandipwa/scandipwa#1506
That's all there is to it :)