Skip to content

Releases: scandipwa/customer-downloadable-graphql

Patch: Checks for the "Unlimited" download option

25 Jan 20:49
f6c98d9
Compare
Choose a tag to compare

What's inside

  • This fixes the issue for the downloadable product links that are set are "sharable" in the product page "Downloadable options" section.

Kudos to @romeof1980!

That's all there is to it! :)

Patch: Returns order id for downloadable orders

03 Jan 15:44
64f35c2
Compare
Choose a tag to compare

What's inside

That's all there is to it! :)

Patch: Changes ignored url for downloadable

08 Nov 16:47
c81261e
Compare
Choose a tag to compare

What's inside

  • Changes ignored url for downloadable. Related to #3

That's all there is to it! :)

Patch: Return downloadable item date without time

30 Mar 07:12
8d7b8b5
Compare
Choose a tag to compare

What's inside

  • Return downloadable item date without time

Feature breakdown

Return downloadable item date without time

Fixes for scandipwa/scandipwa#2341

Patch: hide the download link if unavailable

15 Mar 12:36
87aba7d
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Downloadable product support for ScandiPWA

05 Mar 09:37
Compare
Choose a tag to compare

What's inside

  • Downloadable product support for ScandiPWA

Downloadable product support for ScandiPWA

The following fields were added to schema:

type Query {
    customerDownloadableProducts: CustomerDownloadableProducts @resolver(class: "ScandiPWA\\CustomerDownloadableGraphQl\\Model\\Resolver\\CustomerDownloadableProducts") @doc(description: "The query returns the contents of a customer's downloadable products") @cache(cacheable: false)
}

type CustomerDownloadableProduct {
    title: String
    link_title: String
}