Skip to content

Releases: scandipwa/quote-graphql

Added StorInPickUp back-end support

21 May 13:29
e7a6798
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: cart item quantity change for backorder products

14 May 11:46
a503d3d
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

In-store delivery support

05 May 13:25
78ff538
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patched `getGuestQuoteId` returning null

26 Apr 16:02
806a9bf
Compare
Choose a tag to compare

What's inside

  • Fixed getGuestQuoteId issue when quote id is null, but since it's stated that the method returns string, an error was produced to the logs. Related to scandipwa/scandipwa#1794

That's all there is to it :)

Customizable options fileupload and pathces

09 Apr 10:16
efb6cc6
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Support to place order via info_buyRequest

01 Apr 09:28
56b7dbe
Compare
Choose a tag to compare

What's inside

  • Support to place order via info_buyRequest

Feature break-down

Support to place order via info_buyRequest

Added support to place order via passed information from info_buyRequest, that wishlist item uses. Fixes issue scandipwa/scandipwa#1876

Multistore bug fix and registration after checkout support

30 Mar 07:05
9053b10
Compare
Choose a tag to compare

What's inside

  • Linkage of order to the customer via graphql
  • Display correct store for order bug fix

Feature break-down

Linkage of order to the customer via graphql

Created new mutation to link order to the customer after order is placed. Required for the registration after checkout feature.

Display correct store for order bug fix

Updates carts store id, before placing it so that when switching between stores the order is made from the correct one.

Downloadable product support for ScandiPWA

15 Mar 12:34
373a987
Compare
Choose a tag to compare

What's inside

  • Downloadable product support for ScandiPWA

Feature break-down

Downloadable product support for ScandiPWA

Added downloadable product links to totals object schema:

input ExtensionsAttributeInput {
    // ...
    downloadable_product_links: [DownloadableProductLinksInput]
    // ...
}

input DownloadableProductLinksInput {
    link_id: Int
}

type TotalsItem {
    // ...
    downloadable_links: [SelectedDownloadableLinks]
    // ...
}

type SelectedDownloadableLinks {
    label: String
    id: Int
}

Added shipping including tax field

10 Feb 12:29
989ffc0
Compare
Choose a tag to compare

What's inside

  • Added shipping including tax field

That's all there is to it!

Min salable qty patch

21 Jan 15:02
91d545c
Compare
Choose a tag to compare

What's inside

That's all there is to it!