You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some customers may want to have a gift code automatically emailed to a gift recipient, but want to delay the email until a specific day (ex birthday, holiday, etc).
Describe the solution you'd like
To implement this properly, we would need:
A place to store gift code emails that need to be sent out (maybe a custom table, though this feels excessive)
An hourly/daily cron that will send gift code emails3.
UI for site admins enable delayed emails and for customers to select a send date4.
Describe alternatives you've considered
Right now, if customers want to wait to have a gift code sent to the recipient, then they should not have the code automatically emailed and instead manually send the code to the gift recipient on the desired day.
Additional context
This is a more complex change than it may seem on the surface. If we end up working on this, we need to clearly define the scope of the feature. For example, a natural next step is for users to be able to see gift codes that will be automatically sent in the future and cancel an automatic email from being sent. Adding functionality is a slippery slope here.
The text was updated successfully, but these errors were encountered:
I think that this functionality is one thing that's really essential to making the gift memberships attractive as I assume they're predominately used for special occasions. While not a tech challenge, dealing with the giftor and ensuring they understand how to handle the gift emails at the moment is also quite a challenge for us, especially with older/less tech savvy users.
Is your feature request related to a problem? Please describe.
Some customers may want to have a gift code automatically emailed to a gift recipient, but want to delay the email until a specific day (ex birthday, holiday, etc).
Describe the solution you'd like
To implement this properly, we would need:
Describe alternatives you've considered
Right now, if customers want to wait to have a gift code sent to the recipient, then they should not have the code automatically emailed and instead manually send the code to the gift recipient on the desired day.
Additional context
This is a more complex change than it may seem on the surface. If we end up working on this, we need to clearly define the scope of the feature. For example, a natural next step is for users to be able to see gift codes that will be automatically sent in the future and cancel an automatic email from being sent. Adding functionality is a slippery slope here.
The text was updated successfully, but these errors were encountered: