-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable pay reminder for cashpayments? #6
Comments
As far as I can see, this text is always printed, as it is part of the pretix-core and not configurable: https://github.com/pretix/pretix/blob/master/src/pretix/presale/templates/pretixpresale/event/order.html#L66 If you are only offering cash-payments, you might want to consider to set the deadline for payments so far out, that it reaches into the event. But I admit, that this is not a perfect solution... I think we might have to look into providing a way to allow payment-providers to influence the expiration-date of an order. |
|
You can actually change |
Well, by using I'll try to have a look at this soon(ish). But I reckon, we would probably need to also to provide a few additional settings...
|
Here's what I've added to my payment providers: This could also be a PR for pretix-core (configurable expiration per payment provider), especially with the new manual payment provider. I'd propose having the expiration a configurable number of days
|
although we have a note in the payment process, the reminder "please pay until ...." is quiet confusing for guests which want to pay at the event.
Is it possible to influence this via the plugin itself, so to remove the reminder for cashpayment? or is this too deep down in the pretix code?
The text was updated successfully, but these errors were encountered: