Skip to content

Reversed shop scenario #1395

Discussion options

You must be logged in to vote

Thanks for the explanation. I think it might be possible to support this with Vendure. Here's how it might be workable:

  1. A ProductVariant in Vendure would correspond to a "listing".
  2. When a customer clicks "bid on this listing" you add that ProductVariant to the Order (addItemToOrder mutation)
  3. Answers to the questions can be stored in custom fields on the OrderLine entity.
  4. You'd need a custom PaymentMethodHandler which doesn't actually take any payment.
  5. You'd use a custom order process to model any steps between "checkout" (customer making bid on listing), and "shipping" (sending payment to customer).

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by amadeus-torwell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1393 on February 04, 2022 09:47.