Skip to content
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

Add MinDays and MaxDays to delivery time #1978

Closed
muratcakir opened this issue Jun 26, 2020 · 1 comment
Closed

Add MinDays and MaxDays to delivery time #1978

muratcakir opened this issue Jun 26, 2020 · 1 comment
Assignees
Milestone

Comments

@muratcakir
Copy link
Contributor

  • Both nullable
  • New option: Show delivery date instead of delivery time name (default: true)
  • Delivery date text
    • If MinDays > 0 && MaxDays == null: Not before [PrettyDate]
    • If MinDays == null && MaxDays > 0: Not later than [PrettyDate]
    • If MinDays > 0 && MaxDays > 0: Between [PrettyDate] and [PrettyDate]
    • If MinDays > 0 && MaxDays > 0 && MinDays == MaxDays: On [PrettyDate]
@muratcakir muratcakir added this to the 4.1 milestone Jun 26, 2020
@mgesing
Copy link
Contributor

mgesing commented Sep 16, 2020

Resolved.

@mgesing mgesing closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants