Ищу програмиста на magento
Нужно поставить и настроить на сайте
вот это дополнение в мадженто
Инструкция по настройке здесь
По настройке необходимо
1. Тема "Clear" (picture 2) поменять цвет кнопки на зеленый (как корзина на нашем сайте) и может быть цвет иконки с письмом если он будет отличаться от цвета корзины)
2. Сделать шаблон письма , как в инструкции описано
Add coupon code to newsletter success email
Note: If you are using mailChimp service, you can skip this step.
First go to Admin Panel >> System >> Transactional Emails >> Add New OR edit your already existing template. Insert this code in your template: {{var subscriber.coupon_code}}
3. Настроить что-бы не было повторно подписки, как здесь описано
Avoid re-subscribers
Note: If you are using mailChimp service, you can skip this step.
To avoid new coupon generation for already subscribed or resubscribed emails, use this code in template: {{if subscriber.isObjectNew()}}
{{var subscriber.coupon_code}}
{{/if}}