I have set this to invoke if the Stock of any product in the order is <= 5 (this number can be changed by shopowner).
Template:
Produces this Email:
TP is obviously not in house. It would really depend on what you want the TP email to say and when it is to be sent, and where it is to go to...does it go to TP? Does it go to the customer? PM me a bit more detail and I can advise further.There is a "review request" module included;
1. Customer makes order
- everything is as normal, some emails get scheduled
2. Shopowner after some days "completes" the order in admin
- at this point shopowner can click a checkbox to say "also schedule review request"
3. Customer gets the review request on the schedule.
- hopefully jogs his memory to come back and reviews product(s) from the order.
This existing module is obviously for those shopowners who want to keep Reviews "in house".
You don't need this system for that. Just add them to SEND_EXTRA_ORDER_EMAILS_TO. That's not a BCC, but it doesn't matter since that email is sent separately (so not visible to the customer; it will not expose the email address to the customer). Note that this is a solution to the technical problem represented, not a recommendation to proceed.
I have been looking into this further and think that this system may be the best way to achieve sending a non marketing email asking for a review on Trustpilot or any other review platform. Looking on the ICO website, an email requesting a review is classed as a 'service' message and not a 'marketing' message, and therefore should not contain any marketing/sales promotions, and is therefore outside of GDPR as it would be considered as a part of the sales process. All it must include is text requesting a review. They do then go on to talk about adding something into the stores privacy policy about obtaining reviews and passing information to the review company, and having a link to the review companies privacy policy in the same was as you would for any payment processor.ecartz wrote: ↑Fri Feb 16, 2024 3:51 amYou don't need this system for that. Just add them to SEND_EXTRA_ORDER_EMAILS_TO. That's not a BCC, but it doesn't matter since that email is sent separately (so not visible to the customer; it will not expose the email address to the customer). Note that this is a solution to the technical problem represented, not a recommendation to proceed.
As you noted in your other post, this seems to have a serious GDPR impact. I can't see how you could possibly do this without notifying the customer and getting them to agree to Trustpilot's Terms & Conditions in a GDPR jurisdiction. And there would have to be some way to implement the right to be forgotten.
This would be pretty straightforward and would need to have another checkbox in the admin/orders page;
This would be more difficult as you would also need to determine what is a consumable and what is not. That's not massively difficult, just add in a flag on the products DB table "1 or 0", "1" being consumable. And a hook for admin/catalog to allow to choose "1" or "0". Then in the checkout process, loop through the order checking that flag. If found; schedule email for X days/weeks/months away.I also have, rattling around in my head, some sort of a reorder reminder email ie a consumable was purchased X days/months ago and the customer might want to order again. I'm just not sure how one might set it up since the frequency would likely vary as would the products but perhaps there is a way.
Similar to the above - some moving parts (as would need to link products together), then would need to work what has been bought and what hasn't), then craft an appropriate email. Again do-able.If that can be pinned down perhaps a "you might also like" email could be crafted as well.
it's scary what rattles around in my head.![]()
I think this:radhavallabh wrote: ↑Fri Feb 16, 2024 11:56 am Hi;
How about a email for upcoming festival reminder which is relevant to the store products and also comes at the same date every year?
Warm Regds./
radhavallabh
I've been playing with this idea. It's very difficult to get right (see previous post/explanation from earlier on).
I'll have to have a think about that, as that is not straightforward at all.Hi {{FNAME}}
Its been about {{INTERVAL}} since you ordered {{PRODUCT_NAME}}