"Pay What You Want" should be allowed to start at zero #6425
kaleidawave
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a product but I want the purchase to be more of an optional tip.
Currently I think it is possible by have the two products (with the same benefits) but one being free and one being paid and having a checkout link with the two products. I don't think the discount system would work with variable/custom prices.
I am not sure if there are financial reasons (aka a minimum fee for transaction) for not allowing to start at zero. Instead of
>=0.5
there could be an option to disable0 < amount < 0.5
. And when the input is zero then it defaults to the same logic as free products?Beta Was this translation helpful? Give feedback.
All reactions