- 🇨🇦Canada joelpittet Vancouver
We might need to do what @kerasai and extend
PaymentInformation
because we can get a free order with the promotion but trouble when the product is price 0 to begin with.
Right now if payments are configured, checkout will always require a payment.
We should be able to configure (per order type) how to handle free orders (total = 0):
* Do not collect any information (nothing)
* Collect billing information (still need to capture CRM related items)
* Collect billing and payment information (free trial subscription order use case)
Fixed
2.0
Checkout
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
We might need to do what @kerasai and extend PaymentInformation
because we can get a free order with the promotion but trouble when the product is price 0 to begin with.