Releases: scandipwa/quote-graphql
Releases · scandipwa/quote-graphql
Patch: Selects orders by email
What's inside
- Fixes the situation where the user creates his account on a success page. Order will already be created and will belong to the guest user, so the user when logging in to his/her new account does not see it. Related to scandipwa/scandipwa#2685
That's all there is to it! :)
Patch: Fix related to Minimum Order Amount
What's inside
- Get the minimum order amount for a purchase. Related to scandipwa/scandipwa#3763
That's all there is to it! :)
Patch: Adds shipping_address to cartData
What's inside
- Added
shipping_address
tocartData
. Related to scandipwa/scandipwa#4621.
That's all there is to it! :)
Patch: Removes sales from ignoredUrl
What's inside
- Removes sales from ignoredUrl. Related to scandipwa/scandipwa#3600.
That's all there is to it! :)
Patch: Adds provider for grouped products when adding to cart
What's inside
- Adds provider for grouped products when adding to cart. Related to scandipwa/scandipwa#3536
That's all there is to it! :)
Patch: Adds products' SKUs to stores filter
What's inside
- Adds products' SKUs to stores filter. Related to scandipwa/scandipwa#3373
That's all there is to it! :)
Patch: Add product with attachment to cart from wishlist
What's inside
- Added support to add product with attachment to cart from wishlist. Related to scandipwa/scandipwa#3490
That's all there is to it! :)
Patch: Bundle option qty
What's inside
- When adding bundle item option to cart, it requires to be set instead of add, because otherwise if bundle product contains options with same products, their qty will always be summed.
Related to scandipwa/scandipwa#3541
That's all there is to it! :)
Patch: File upload support for new graphql and more
What's inside
- Changed
setQty
toaddQty
. Related to scandipwa/scandipwa#3452 - Added file upload implementation so that it can be used together with
addProductsToCart
graphql mutation. Related to scandipwa/scandipwa#3182
That's all there is to it! :)
Patch: Added cart id to OrderData
What's inside
- Added support for cart id on OrderData.
Related to scandipwa/scandipwa#3391
That's all there is to it! :)