|
Hi
I am using magento 1.7.0.2 community edition.
I want to allow the user to specify the day when he would like to receive the newsletter.Suppose Sunday is selected.
Now he will receive the newsletters which are sent on Sundays only.
How can i do this?
I think I need to make changes in the following file “
app\code\core\Mage\Newsletter\Model\Observer.php
”.
There is a method as public function scheduledSend($schedule).
Please help.
Thanks.
|