Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Checkout for digital products #258

Closed
maarcingebala opened this issue Feb 12, 2019 · 2 comments · Fixed by #571
Closed

Checkout for digital products #258

maarcingebala opened this issue Feb 12, 2019 · 2 comments · Fixed by #571
Labels
Milestone

Comments

@maarcingebala
Copy link
Member

Implement a checkout flow for digital products. In this flow we don't need to gather information related to shipping such as shipping address or shipping method. There shuold be three steps:

  1. Billing address
  2. Payment
  3. Order review

There are two ways to determine whether shipping is required:

  • at the product level - this will be probably used at the local cart level or before we create checkout in the API:
product(id: $id) {
  productType {
    isShippingRequired
  }
}
  • Once a checkout instance is created in the API we can fetch it from Checkout type:
checkout {
  isShippingRequired
}
@maarcingebala maarcingebala added this to the Backlog milestone Feb 12, 2019
@stale
Copy link

stale bot commented Nov 19, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 19, 2019
@stale
Copy link

stale bot commented Jan 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant