As far as I know, the current coupon has a time limit for one coupon.
What I want is to allow one coupon to be used for each customer for a different period of time.
I want to issue a coupon that can be used for 2 months from the date this customer joined.
For example,
Customer A signed up on July 1, 2021.
Customer B signed up on July 15, 2021.
A Customer can use the coupon from the date of signing up, will be available until August 31, and will not be available from September 1.
B Customers can also use the coupon from the date of signing up, it will be available until September 14, and will not be available from September 15.
Can I make a coupon like this?
Tell me a good way.