Hi,
I need to send newsletters with products to a bunch of customers.
Each customer has an individual set of products and with individual prices.
Any ideas how to do this ?
BR,
Jonas
Developer forum
E-mail notifications
Ecom products in newsletters
Jonas Kæseler
Posted on 28/10/2011 10:46:58
Replies
Konstantin Voznesenskiy
Posted on 08/11/2011 14:01:24
This post has been marked as an answer
Hello, sorry for the delay.
We need more information about your problem.
When you want to send those emails ?
I assume that you want to update them on every information change on product or related product.
As I got it, you need to send different email messages to different customers - so newsletter module will be useless here (or probably you can use part of it's API).
You need to create custom module wich will subscribe to notifications on product information change (in 8.0) and send emails.
WBR.
We need more information about your problem.
When you want to send those emails ?
I assume that you want to update them on every information change on product or related product.
As I got it, you need to send different email messages to different customers - so newsletter module will be useless here (or probably you can use part of it's API).
You need to create custom module wich will subscribe to notifications on product information change (in 8.0) and send emails.
WBR.
Votes for this answer: 0
Jonas Kæseler
Posted on 10/11/2011 11:26:06
Hello,
Thanks for the answer. Let me give you som more info:
The sending of the newsletter should be triggered manually by the admin and not on product change. The admin decides which products to send out each time, even though your suggestion sounds interesting.
Each subscriber should recieve a newsletter with these products, but with with personal prices.
If possible, I'd like to track if each subscriber reads the newsletter and clicks the products.
Can I re-use anything at all from the API?
Jonas
Konstantin Voznesenskiy
Posted on 10/11/2011 12:09:27
Hello, you will need custom module... existing newsletter won't help you.
You can reuse email sending mechanism, and notification mechanism.
WBR.
You can reuse email sending mechanism, and notification mechanism.
WBR.
You must be logged in to post in the forum