MailUp - Version 2.2.1

Version Notes

Changelog:

  • you can now show the subscription checkbox during checkout
  • MailUp webhooks are now supported to manage realtime subscribe/unsubscribe
  • incremental sync was implemented, so that now only modified users are transferred to mailup during scheduled transmissions
  • logs can now be disabled
  • small interface tweeks

Download this release

Release Info

Developer Sevenlike
Extension MailUp
Version 2.2.1
Comparing to
See all releases


Code changes from version 2.2.0 to 2.2.1

Files changed (43) hide show
  1. app/code/local/SevenLike/MailUp/Block/.DS_Store +0 -0
  2. app/code/local/SevenLike/MailUp/Block/Checkout/Subscribe.php +0 -0
  3. app/code/local/SevenLike/MailUp/Helper/.DS_Store +0 -0
  4. app/code/local/SevenLike/MailUp/Helper/Data.php +0 -0
  5. app/code/local/SevenLike/MailUp/Model/Adminhtml/System/Source/Cron/Frequency.php +0 -0
  6. app/code/local/SevenLike/MailUp/Model/Adminhtml/System/Source/Cron/Hours.php +0 -0
  7. app/code/local/SevenLike/MailUp/Model/Consoleurlvalidator.php +0 -0
  8. app/code/local/SevenLike/MailUp/Model/Cron.php +0 -0
  9. app/code/local/SevenLike/MailUp/Model/Lists.php +0 -0
  10. app/code/local/SevenLike/MailUp/Model/MailUp.php +0 -0
  11. app/code/local/SevenLike/MailUp/Model/MailUpWsImport.php +0 -0
  12. app/code/local/SevenLike/MailUp/Model/Mysql14/MailUp.php +0 -0
  13. app/code/local/SevenLike/MailUp/Model/Mysql14/MailUp/Collection.php +0 -0
  14. app/code/local/SevenLike/MailUp/Model/Observer.php +0 -0
  15. app/code/local/SevenLike/MailUp/Model/Webserviceusernamevalidator.php +0 -0
  16. app/code/local/SevenLike/MailUp/Model/Ws.php +0 -0
  17. app/code/local/SevenLike/MailUp/Model/Wssend.php +0 -0
  18. app/code/local/SevenLike/MailUp/controllers/.DS_Store +0 -0
  19. app/code/local/SevenLike/MailUp/controllers/Adminhtml/.DS_Store +0 -0
  20. app/code/local/SevenLike/MailUp/controllers/Adminhtml/ConfigurationController.php +0 -0
  21. app/code/local/SevenLike/MailUp/controllers/Adminhtml/FieldsmappingController.php +0 -0
  22. app/code/local/SevenLike/MailUp/controllers/Adminhtml/FilterController.php +0 -0
  23. app/code/local/SevenLike/MailUp/controllers/Adminhtml/ViewdatatransferlogController.php +0 -0
  24. app/code/local/SevenLike/MailUp/controllers/WebhookController.php +0 -0
  25. app/code/local/SevenLike/MailUp/etc/.DS_Store +0 -0
  26. app/code/local/SevenLike/MailUp/etc/config.xml +1 -1
  27. app/code/local/SevenLike/MailUp/etc/system.xml +0 -0
  28. app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-install-0.1.0.php +0 -0
  29. app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-0.1.0-1.0.0.php +0 -0
  30. app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-0.3.0-1.0.0.php +0 -0
  31. app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-1.0.0-1.5.2.php +0 -0
  32. app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-2.1.3-2.2.0.php +0 -0
  33. app/design/adminhtml/default/default/layout/mailup.xml +0 -0
  34. app/design/adminhtml/default/default/template/sevenlike/mailup/confirm.phtml +0 -0
  35. app/design/adminhtml/default/default/template/sevenlike/mailup/fieldsmapping.phtml +0 -0
  36. app/design/adminhtml/default/default/template/sevenlike/mailup/filter.phtml +0 -0
  37. app/design/adminhtml/default/default/template/sevenlike/mailup/viewdatatransferlog.phtml +0 -0
  38. app/etc/modules/SevenLike_MailUp.xml +0 -0
  39. app/locale/en_US/SevenLike_MailUp.csv +0 -0
  40. app/locale/it_IT/SevenLike_MailUp.csv +0 -0
  41. package.xml +53 -9
  42. skin/adminhtml/default/default/sevenlike/mailup/images/titoli.png +0 -0
  43. skin/adminhtml/default/default/sevenlike/mailup/mailup.css +0 -0
app/code/local/SevenLike/MailUp/Block/.DS_Store CHANGED
File without changes
app/code/local/SevenLike/MailUp/Block/Checkout/Subscribe.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Helper/.DS_Store CHANGED
File without changes
app/code/local/SevenLike/MailUp/Helper/Data.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Adminhtml/System/Source/Cron/Frequency.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Adminhtml/System/Source/Cron/Hours.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Consoleurlvalidator.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Cron.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Lists.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/MailUp.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/MailUpWsImport.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Mysql14/MailUp.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Mysql14/MailUp/Collection.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Observer.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Webserviceusernamevalidator.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Ws.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/Model/Wssend.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/.DS_Store CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/Adminhtml/.DS_Store CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/Adminhtml/ConfigurationController.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/Adminhtml/FieldsmappingController.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/Adminhtml/FilterController.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/Adminhtml/ViewdatatransferlogController.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/controllers/WebhookController.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/etc/.DS_Store CHANGED
File without changes
app/code/local/SevenLike/MailUp/etc/config.xml CHANGED
@@ -3,7 +3,7 @@
3
  <config>
4
  <modules>
5
  <SevenLike_MailUp>
6
- <version>2.2.0</version>
7
  </SevenLike_MailUp>
8
  </modules>
9
 
3
  <config>
4
  <modules>
5
  <SevenLike_MailUp>
6
+ <version>2.2.1</version>
7
  </SevenLike_MailUp>
8
  </modules>
9
 
app/code/local/SevenLike/MailUp/etc/system.xml CHANGED
File without changes
app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-install-0.1.0.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-0.1.0-1.0.0.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-0.3.0-1.0.0.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-1.0.0-1.5.2.php CHANGED
File without changes
app/code/local/SevenLike/MailUp/sql/mailup_setup/mysql4-upgrade-2.1.3-2.2.0.php CHANGED
File without changes
app/design/adminhtml/default/default/layout/mailup.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/sevenlike/mailup/confirm.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/sevenlike/mailup/fieldsmapping.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/sevenlike/mailup/filter.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/sevenlike/mailup/viewdatatransferlog.phtml CHANGED
File without changes
app/etc/modules/SevenLike_MailUp.xml CHANGED
File without changes
app/locale/en_US/SevenLike_MailUp.csv CHANGED
File without changes
app/locale/it_IT/SevenLike_MailUp.csv CHANGED
File without changes
package.xml CHANGED
@@ -1,62 +1,106 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>MailUp</name>
4
- <version>2.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/academic.php">Academic Free License (AFL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Filter customers based on profile and sales history, and send them targeted messages. Support automatic messages too.</summary>
10
  <description>&lt;p&gt;MailUp is a multi-channel marketing platform, used by thousands of companies around the world to send targeted email and text messages.&lt;/p&gt;&#xD;
 
11
  &lt;p&gt;Robust and scalable, MailUp can handles large volumes and has long-term relationships with all the major international ISPs, including automatic Feedback Loop management and support for List-Unsubscribe. Over 10 billion messages were sent with MailUp in 2010.&lt;/p&gt;&#xD;
 
12
  &lt;p&gt;Using MailUp with your Magento store ensures a high level of deliverability for your emails.&lt;/p&gt;&#xD;
 
13
  &lt;p&gt;Once you install the MailUp extension, you will be able to run professional email marketing campaigns by easily filtering customers and seemlessly passing the data to MailUp, which will handle the sending and tracking of the messages.&lt;/p&gt;&#xD;
 
14
  &lt;p&gt;The MailUp extension requires a MailUp account. If you are not already a customer, setup a free trial to check it out!&lt;/p&gt;&#xD;
15
  &#xD;
 
 
16
  &lt;p&gt;For more advanced marketing campaigns, leverage MailUp&#x2019;s optional Marketing+ feature. It allows you to create &#x201C;event-based&#x201D; messages that are sent automatically when a certain condition occurs (e.g. automatically send a discount to your customers on their birthday). Features include:&lt;/p&gt;&#xD;
 
17
  &lt;ul&gt;&#xD;
 
18
  &lt;li&gt;create unlimited &#x201C;event-based&#x201D; messages&lt;/li&gt;&#xD;
 
19
  &lt;li&gt;easily turn them on/off&lt;/li&gt;&#xD;
 
20
  &lt;li&gt;specify how often the system will check for the condition to occur (e.g. daily, monthly, annually, one-time)&lt;/li&gt;&#xD;
 
21
  &lt;li&gt;combine multiple filters to define the condition that will trigger the message (e.g. send a second &#x201C;Welcome&#x201D; message N days after the customer subscribed)&lt;/li&gt;&#xD;
 
22
  &lt;li&gt;send a message to a specific group or any subscriber&lt;/li&gt;&#xD;
 
23
  &lt;li&gt;create conditions that are based on customer behavior (e.g. whether a previous message was opened or not)&lt;/li&gt;&#xD;
 
24
  &lt;li&gt;use ecommerce data to as a condition to trigger messages (e.g. total amount purchased; days since last purchase; etc.)&lt;/li&gt;&#xD;
 
25
  &lt;li&gt;use the same feature to send text messages (SMS) too!&lt;/li&gt;&#xD;
 
26
  &lt;/ul&gt;&#xD;
 
27
  &lt;p&gt;For example, store the date of the last order in a MailUp custom field, then send a discount to promote a new purchase 60 days after that last order was placed.&lt;/p&gt;&#xD;
28
  &#xD;
 
 
29
  &lt;p&gt;===========================================================&lt;/p&gt;&#xD;
30
  &#xD;
31
- &lt;p&gt;MailUp &amp;egrave; un servizio nato nel 2002, totalmente "web based" , che consente l'invio di e-mail, newsletter, sms, fax, lettere cartacee e messaggi vocali pre-registrati.&lt;/p&gt;&#xD;
32
- &lt;p&gt;La soluzione &amp;egrave; studiata appositamente per la gestione professionale e l'invio di elevati quantitativi di messaggi, con gestione della banda, invii di test e gestione delle code di uscita.&lt;/p&gt;&#xD;
 
 
 
 
33
  &lt;p&gt;Le e-mail vengono inviate dai server di MailUp, questo garantisce elevati tassi di deliverability, evitando che le mail vengano bloccate dai filtri antispam.&lt;/p&gt;&#xD;
 
34
  &lt;p&gt;Installando questo Plugin per Magento potrete importare nella piattaforma MailUP i nominativi registrati nel vostro eCommerce.&lt;/p&gt;&#xD;
 
35
  &lt;p&gt;Prova gratuitamente MailUp per 30 giorni&lt;/p&gt;&#xD;
36
  &#xD;
37
- &lt;p&gt;Con la funzione INVII AUTOMATICI contenuta nel pacchetto opzionale Marketing+ &amp;egrave; possibile inviare in automatico email e sms, a seconda del verificarsi di condizioni o eventi. Si potranno inviare alert, auguri di compleanno, reminder, solleciti tramite email e/o sms in base a regole predefinite, per esempio in prossimit&amp;agrave; della scadenza di un contratto o un anniversario.&lt;br /&gt;&lt;br /&gt;Tramite l'opzione INVII AUTOMATICI, &amp;egrave; possibile&lt;/p&gt;&#xD;
 
 
 
38
  &lt;ul&gt;&#xD;
 
39
  &lt;li&gt;creare infiniti messaggi email o sms;&lt;/li&gt;&#xD;
 
40
  &lt;li&gt;stabilire il periodo in cui devono essere abilitati o meno;&lt;/li&gt;&#xD;
 
41
  &lt;li&gt;la frequenza di invio (es. giornaliera, mensile o annuale);&lt;/li&gt;&#xD;
42
- &lt;li&gt;stabilire le condizioni tramite l'utilizzo dei filtri anagrafica (es. compleanno, campi vuoti) o attivit&amp;agrave; (es. iscrizione oppure se un utente non ha aperto il messaggio si pu&amp;ograve; programmare un invio automatico di un secondo messaggio)&lt;/li&gt;&#xD;
 
 
43
  &lt;li&gt;stabilire se inviare ad un gruppo specifico di utenti o a tutto il mio database&lt;/li&gt;&#xD;
 
44
  &lt;li&gt;alimentare la banca dati tramite API o web service o procedure batch ftp notturne;&lt;/li&gt;&#xD;
 
45
  &lt;li&gt;gestire e configurare automatismi tramite una intuitiva interfaccia web.&lt;/li&gt;&#xD;
 
46
  &lt;/ul&gt;&#xD;
47
- &lt;p&gt;&lt;br /&gt;Ad esempio un sito di ecommerce potrebbe alimentare il DB di MailUp con informazioni sugli acquisti e MailUp potr&amp;agrave; quindi inviare, ad esempio dopo 7 giorni dall'acquisto, un messaggio di costumer satisfaction oppure l'invito ad acquistare un prodotto correlato.&lt;/p&gt;</description>
 
48
  <notes>Changelog:&lt;br /&gt;&#xD;
 
49
  &lt;ul&gt;&#xD;
 
50
  &lt;li&gt;you can now show the subscription checkbox during checkout&lt;/li&gt;&#xD;
 
51
  &lt;li&gt;MailUp webhooks are now supported to manage realtime subscribe/unsubscribe&lt;/li&gt;&#xD;
 
52
  &lt;li&gt;incremental sync was implemented, so that now only modified users are transferred to mailup during scheduled transmissions&lt;/li&gt;&#xD;
 
53
  &lt;li&gt;logs can now be disabled&lt;/li&gt;&#xD;
 
54
  &lt;li&gt;small interface tweeks&lt;/li&gt;&#xD;
 
55
  &lt;/ul&gt;</notes>
56
  <authors><author><name>Sevenlike</name><user>sevenlike</user><email>moduli-magento@sevenlike.com</email></author></authors>
57
- <date>2013-03-22</date>
58
- <time>2013-03-22</time>
59
- <contents><target name="magelocal"><dir name="SevenLike"><dir name="MailUp"><dir name="Block"><dir name="Checkout"><file name="Subscribe.php" hash="ccfe2351962ae4aa4c2962cee2e8e1af"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Helper"><file name="Data.php" hash="678302968f4aa70cdb06aaebb66d97b6"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Source"><dir name="Cron"><file name="Frequency.php" hash="6883a8ed591fb256b13452a1c95571f9"/><file name="Hours.php" hash="a29b9482b58cd4d492535323e957e74e"/></dir></dir></dir></dir><file name="Consoleurlvalidator.php" hash="445cea54aeca48b1e6197d85d0dfe524"/><file name="Cron.php" hash="f79da19fe6ef26bf6f261ad6bfb75ae1"/><file name="Lists.php" hash="c226fd4e9facd46bfc95c8d55adeffd5"/><file name="MailUp.php" hash="eb0517043c0dddcc22f2bd6c9c2bb27c"/><file name="MailUpWsImport.php" hash="1d2cbcf20bfa2b2a0f883f631fb7faec"/><dir name="Mysql14"><dir name="MailUp"><file name="Collection.php" hash="0b655573c6ed02bb67d7ff9241a1fd73"/></dir><file name="MailUp.php" hash="5a261952db1cedf7cdc7888e2ced7e16"/></dir><file name="Observer.php" hash="4b373a553ce4e77cd2282904469d4b80"/><file name="Webserviceusernamevalidator.php" hash="f6cbe6394f685a93206ace6ed33ff2fa"/><file name="Ws.php" hash="c61719e82030d4117ff2badbed12ff43"/><file name="Wssend.php" hash="7e7e53d76085ab1f2085d3f719ae44f5"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ConfigurationController.php" hash="2172562c17ac532894faf5e77ca9c9e0"/><file name="FieldsmappingController.php" hash="99b01856290d58f1b0f2d0f9f2c0389a"/><file name="FilterController.php" hash="fe56870180812ae67d01d3fc14e55da1"/><file name="ViewdatatransferlogController.php" hash="b6fd65804c91b8386a10579dc1d6cf1e"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="WebhookController.php" hash="52369ec7a70c7245e55bf215d1bee187"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="84f63ba6b1bbb746ccec809b1dc3771f"/><file name="system.xml" hash="7e68ebaf83dfe2b3201f775eaf0f66ea"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="sql"><dir name="mailup_setup"><file name="mysql4-install-0.1.0.php" hash="43f2d3f43e10d493e748a6732bb4f5c5"/><file name="mysql4-upgrade-0.1.0-1.0.0.php" hash="43f2d3f43e10d493e748a6732bb4f5c5"/><file name="mysql4-upgrade-0.3.0-1.0.0.php" hash="0a6a28082e3d589cf32516b44bcd9408"/><file name="mysql4-upgrade-1.0.0-1.5.2.php" hash="4ab5fd71fbc9ba8e6cce8e974bfed2fc"/><file name="mysql4-upgrade-2.1.3-2.2.0.php" hash="577c0690622460d5ebb8d5df35bab9db"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="sevenlike"><dir name="mailup"><file name="confirm.phtml" hash="32a6593e1692c5596fffea44723c94b0"/><file name="fieldsmapping.phtml" hash="ea1f418f8cb7fb2a842b091562296417"/><file name="filter.phtml" hash="9efaec8fa3e1a44b36127113274a90dd"/><file name="viewdatatransferlog.phtml" hash="746289040d75fef7b4d61bba560e294c"/></dir></dir></dir><dir name="layout"><file name="mailup.xml" hash="ab6fbb5efccb497cfd9a3721ecc161a9"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SevenLike_MailUp.xml" hash="8377b55193e7524ca9572ed4dc2dca62"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="sevenlike"><dir name="mailup"><dir name="images"><file name="titoli.png" hash="95a7996cd77d3413fd048018095aec6e"/></dir><file name="mailup.css" hash="5be195046fd49a2ade184a10786a5a58"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="SevenLike_MailUp.csv" hash="f411a2106aab75fac44c681fd7ba995e"/></dir><dir name="it_IT"><file name="SevenLike_MailUp.csv" hash="c5bf7b0d7c9951153ec355bd9e1be6aa"/></dir></target></contents>
60
  <compatible/>
61
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
62
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>MailUp</name>
4
+ <version>2.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/academic.php">Academic Free License (AFL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Filter customers based on profile and sales history, and send them targeted messages. Support automatic messages too.</summary>
10
  <description>&lt;p&gt;MailUp is a multi-channel marketing platform, used by thousands of companies around the world to send targeted email and text messages.&lt;/p&gt;&#xD;
11
+ &#xD;
12
  &lt;p&gt;Robust and scalable, MailUp can handles large volumes and has long-term relationships with all the major international ISPs, including automatic Feedback Loop management and support for List-Unsubscribe. Over 10 billion messages were sent with MailUp in 2010.&lt;/p&gt;&#xD;
13
+ &#xD;
14
  &lt;p&gt;Using MailUp with your Magento store ensures a high level of deliverability for your emails.&lt;/p&gt;&#xD;
15
+ &#xD;
16
  &lt;p&gt;Once you install the MailUp extension, you will be able to run professional email marketing campaigns by easily filtering customers and seemlessly passing the data to MailUp, which will handle the sending and tracking of the messages.&lt;/p&gt;&#xD;
17
+ &#xD;
18
  &lt;p&gt;The MailUp extension requires a MailUp account. If you are not already a customer, setup a free trial to check it out!&lt;/p&gt;&#xD;
19
  &#xD;
20
+ &#xD;
21
+ &#xD;
22
  &lt;p&gt;For more advanced marketing campaigns, leverage MailUp&#x2019;s optional Marketing+ feature. It allows you to create &#x201C;event-based&#x201D; messages that are sent automatically when a certain condition occurs (e.g. automatically send a discount to your customers on their birthday). Features include:&lt;/p&gt;&#xD;
23
+ &#xD;
24
  &lt;ul&gt;&#xD;
25
+ &#xD;
26
  &lt;li&gt;create unlimited &#x201C;event-based&#x201D; messages&lt;/li&gt;&#xD;
27
+ &#xD;
28
  &lt;li&gt;easily turn them on/off&lt;/li&gt;&#xD;
29
+ &#xD;
30
  &lt;li&gt;specify how often the system will check for the condition to occur (e.g. daily, monthly, annually, one-time)&lt;/li&gt;&#xD;
31
+ &#xD;
32
  &lt;li&gt;combine multiple filters to define the condition that will trigger the message (e.g. send a second &#x201C;Welcome&#x201D; message N days after the customer subscribed)&lt;/li&gt;&#xD;
33
+ &#xD;
34
  &lt;li&gt;send a message to a specific group or any subscriber&lt;/li&gt;&#xD;
35
+ &#xD;
36
  &lt;li&gt;create conditions that are based on customer behavior (e.g. whether a previous message was opened or not)&lt;/li&gt;&#xD;
37
+ &#xD;
38
  &lt;li&gt;use ecommerce data to as a condition to trigger messages (e.g. total amount purchased; days since last purchase; etc.)&lt;/li&gt;&#xD;
39
+ &#xD;
40
  &lt;li&gt;use the same feature to send text messages (SMS) too!&lt;/li&gt;&#xD;
41
+ &#xD;
42
  &lt;/ul&gt;&#xD;
43
+ &#xD;
44
  &lt;p&gt;For example, store the date of the last order in a MailUp custom field, then send a discount to promote a new purchase 60 days after that last order was placed.&lt;/p&gt;&#xD;
45
  &#xD;
46
+ &#xD;
47
+ &#xD;
48
  &lt;p&gt;===========================================================&lt;/p&gt;&#xD;
49
  &#xD;
50
+ &#xD;
51
+ &#xD;
52
+ &lt;p&gt;MailUp &#xE8; un servizio nato nel 2002, totalmente "web based" , che consente l'invio di e-mail, newsletter, sms, fax, lettere cartacee e messaggi vocali pre-registrati.&lt;/p&gt;&#xD;
53
+ &#xD;
54
+ &lt;p&gt;La soluzione &#xE8; studiata appositamente per la gestione professionale e l'invio di elevati quantitativi di messaggi, con gestione della banda, invii di test e gestione delle code di uscita.&lt;/p&gt;&#xD;
55
+ &#xD;
56
  &lt;p&gt;Le e-mail vengono inviate dai server di MailUp, questo garantisce elevati tassi di deliverability, evitando che le mail vengano bloccate dai filtri antispam.&lt;/p&gt;&#xD;
57
+ &#xD;
58
  &lt;p&gt;Installando questo Plugin per Magento potrete importare nella piattaforma MailUP i nominativi registrati nel vostro eCommerce.&lt;/p&gt;&#xD;
59
+ &#xD;
60
  &lt;p&gt;Prova gratuitamente MailUp per 30 giorni&lt;/p&gt;&#xD;
61
  &#xD;
62
+ &#xD;
63
+ &#xD;
64
+ &lt;p&gt;Con la funzione INVII AUTOMATICI contenuta nel pacchetto opzionale Marketing+ &#xE8; possibile inviare in automatico email e sms, a seconda del verificarsi di condizioni o eventi. Si potranno inviare alert, auguri di compleanno, reminder, solleciti tramite email e/o sms in base a regole predefinite, per esempio in prossimit&#xE0; della scadenza di un contratto o un anniversario.&lt;br /&gt;&lt;br /&gt;Tramite l'opzione INVII AUTOMATICI, &#xE8; possibile&lt;/p&gt;&#xD;
65
+ &#xD;
66
  &lt;ul&gt;&#xD;
67
+ &#xD;
68
  &lt;li&gt;creare infiniti messaggi email o sms;&lt;/li&gt;&#xD;
69
+ &#xD;
70
  &lt;li&gt;stabilire il periodo in cui devono essere abilitati o meno;&lt;/li&gt;&#xD;
71
+ &#xD;
72
  &lt;li&gt;la frequenza di invio (es. giornaliera, mensile o annuale);&lt;/li&gt;&#xD;
73
+ &#xD;
74
+ &lt;li&gt;stabilire le condizioni tramite l'utilizzo dei filtri anagrafica (es. compleanno, campi vuoti) o attivit&#xE0; (es. iscrizione oppure se un utente non ha aperto il messaggio si pu&#xF2; programmare un invio automatico di un secondo messaggio)&lt;/li&gt;&#xD;
75
+ &#xD;
76
  &lt;li&gt;stabilire se inviare ad un gruppo specifico di utenti o a tutto il mio database&lt;/li&gt;&#xD;
77
+ &#xD;
78
  &lt;li&gt;alimentare la banca dati tramite API o web service o procedure batch ftp notturne;&lt;/li&gt;&#xD;
79
+ &#xD;
80
  &lt;li&gt;gestire e configurare automatismi tramite una intuitiva interfaccia web.&lt;/li&gt;&#xD;
81
+ &#xD;
82
  &lt;/ul&gt;&#xD;
83
+ &#xD;
84
+ &lt;p&gt;&lt;br /&gt;Ad esempio un sito di ecommerce potrebbe alimentare il DB di MailUp con informazioni sugli acquisti e MailUp potr&#xE0; quindi inviare, ad esempio dopo 7 giorni dall'acquisto, un messaggio di costumer satisfaction oppure l'invito ad acquistare un prodotto correlato.&lt;/p&gt;</description>
85
  <notes>Changelog:&lt;br /&gt;&#xD;
86
+ &#xD;
87
  &lt;ul&gt;&#xD;
88
+ &#xD;
89
  &lt;li&gt;you can now show the subscription checkbox during checkout&lt;/li&gt;&#xD;
90
+ &#xD;
91
  &lt;li&gt;MailUp webhooks are now supported to manage realtime subscribe/unsubscribe&lt;/li&gt;&#xD;
92
+ &#xD;
93
  &lt;li&gt;incremental sync was implemented, so that now only modified users are transferred to mailup during scheduled transmissions&lt;/li&gt;&#xD;
94
+ &#xD;
95
  &lt;li&gt;logs can now be disabled&lt;/li&gt;&#xD;
96
+ &#xD;
97
  &lt;li&gt;small interface tweeks&lt;/li&gt;&#xD;
98
+ &#xD;
99
  &lt;/ul&gt;</notes>
100
  <authors><author><name>Sevenlike</name><user>sevenlike</user><email>moduli-magento@sevenlike.com</email></author></authors>
101
+ <date>2013-03-26</date>
102
+ <time>2013-03-26</time>
103
+ <contents><target name="magelocal"><dir name="SevenLike"><dir name="MailUp"><dir name="Block"><dir name="Checkout"><file name="Subscribe.php" hash="ccfe2351962ae4aa4c2962cee2e8e1af"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Helper"><file name="Data.php" hash="678302968f4aa70cdb06aaebb66d97b6"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Source"><dir name="Cron"><file name="Frequency.php" hash="6883a8ed591fb256b13452a1c95571f9"/><file name="Hours.php" hash="a29b9482b58cd4d492535323e957e74e"/></dir></dir></dir></dir><file name="Consoleurlvalidator.php" hash="445cea54aeca48b1e6197d85d0dfe524"/><file name="Cron.php" hash="f79da19fe6ef26bf6f261ad6bfb75ae1"/><file name="Lists.php" hash="c226fd4e9facd46bfc95c8d55adeffd5"/><file name="MailUp.php" hash="eb0517043c0dddcc22f2bd6c9c2bb27c"/><file name="MailUpWsImport.php" hash="1d2cbcf20bfa2b2a0f883f631fb7faec"/><dir name="Mysql14"><dir name="MailUp"><file name="Collection.php" hash="0b655573c6ed02bb67d7ff9241a1fd73"/></dir><file name="MailUp.php" hash="5a261952db1cedf7cdc7888e2ced7e16"/></dir><file name="Observer.php" hash="4b373a553ce4e77cd2282904469d4b80"/><file name="Webserviceusernamevalidator.php" hash="f6cbe6394f685a93206ace6ed33ff2fa"/><file name="Ws.php" hash="c61719e82030d4117ff2badbed12ff43"/><file name="Wssend.php" hash="7e7e53d76085ab1f2085d3f719ae44f5"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ConfigurationController.php" hash="2172562c17ac532894faf5e77ca9c9e0"/><file name="FieldsmappingController.php" hash="99b01856290d58f1b0f2d0f9f2c0389a"/><file name="FilterController.php" hash="fe56870180812ae67d01d3fc14e55da1"/><file name="ViewdatatransferlogController.php" hash="b6fd65804c91b8386a10579dc1d6cf1e"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="WebhookController.php" hash="52369ec7a70c7245e55bf215d1bee187"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="f1345b7c9839ec68f876adba46d64f07"/><file name="system.xml" hash="7e68ebaf83dfe2b3201f775eaf0f66ea"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="sql"><dir name="mailup_setup"><file name="mysql4-install-0.1.0.php" hash="43f2d3f43e10d493e748a6732bb4f5c5"/><file name="mysql4-upgrade-0.1.0-1.0.0.php" hash="43f2d3f43e10d493e748a6732bb4f5c5"/><file name="mysql4-upgrade-0.3.0-1.0.0.php" hash="0a6a28082e3d589cf32516b44bcd9408"/><file name="mysql4-upgrade-1.0.0-1.5.2.php" hash="4ab5fd71fbc9ba8e6cce8e974bfed2fc"/><file name="mysql4-upgrade-2.1.3-2.2.0.php" hash="577c0690622460d5ebb8d5df35bab9db"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="sevenlike"><dir name="mailup"><file name="confirm.phtml" hash="32a6593e1692c5596fffea44723c94b0"/><file name="fieldsmapping.phtml" hash="ea1f418f8cb7fb2a842b091562296417"/><file name="filter.phtml" hash="9efaec8fa3e1a44b36127113274a90dd"/><file name="viewdatatransferlog.phtml" hash="746289040d75fef7b4d61bba560e294c"/></dir></dir></dir><dir name="layout"><file name="mailup.xml" hash="ab6fbb5efccb497cfd9a3721ecc161a9"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SevenLike_MailUp.xml" hash="8377b55193e7524ca9572ed4dc2dca62"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="sevenlike"><dir name="mailup"><dir name="images"><file name="titoli.png" hash="95a7996cd77d3413fd048018095aec6e"/></dir><file name="mailup.css" hash="5be195046fd49a2ade184a10786a5a58"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="SevenLike_MailUp.csv" hash="f411a2106aab75fac44c681fd7ba995e"/></dir><dir name="it_IT"><file name="SevenLike_MailUp.csv" hash="c5bf7b0d7c9951153ec355bd9e1be6aa"/></dir></target></contents>
104
  <compatible/>
105
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
106
  </package>
skin/adminhtml/default/default/sevenlike/mailup/images/titoli.png CHANGED
File without changes
skin/adminhtml/default/default/sevenlike/mailup/mailup.css CHANGED
File without changes