web4pro_Abandonedcart - Version 1.0.5

Version Notes

Default values were set for configuration variables.

Download this release

Release Info

Developer Andrii Mutylo
Extension web4pro_Abandonedcart
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

Files changed (43) hide show
  1. app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedmails.php +0 -0
  2. app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedmails/Grid.php +0 -0
  3. app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedorder.php +0 -0
  4. app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedorder/Grid.php +0 -0
  5. app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/System/Config/Date.php +0 -0
  6. app/code/community/Web4pro/Abandonedcart/Block/Email/Order/Items.php +0 -0
  7. app/code/community/Web4pro/Abandonedcart/Helper/Data.php +0 -0
  8. app/code/community/Web4pro/Abandonedcart/Model/Config.php +0 -0
  9. app/code/community/Web4pro/Abandonedcart/Model/Cron.php +0 -0
  10. app/code/community/Web4pro/Abandonedcart/Model/EventObserver.php +0 -0
  11. app/code/community/Web4pro/Abandonedcart/Model/Mailssent.php +0 -0
  12. app/code/community/Web4pro/Abandonedcart/Model/Resource/Mailssent.php +0 -0
  13. app/code/community/Web4pro/Abandonedcart/Model/Resource/Mailssent/Collection.php +0 -0
  14. app/code/community/Web4pro/Abandonedcart/Model/Resource/Order/Collection.php +0 -0
  15. app/code/community/Web4pro/Abandonedcart/Model/System/Config/Automatic.php +0 -0
  16. app/code/community/Web4pro/Abandonedcart/Model/System/Config/Cmspage.php +0 -0
  17. app/code/community/Web4pro/Abandonedcart/Model/System/Config/Customergroup.php +0 -0
  18. app/code/community/Web4pro/Abandonedcart/Model/System/Config/Discounttype.php +0 -0
  19. app/code/community/Web4pro/Abandonedcart/Model/System/Config/Maxemails.php +0 -0
  20. app/code/community/Web4pro/Abandonedcart/Model/System/Config/Unit.php +0 -0
  21. app/code/community/Web4pro/Abandonedcart/controllers/AbandonedController.php +0 -0
  22. app/code/community/Web4pro/Abandonedcart/controllers/Adminhtml/AbandonedmailsController.php +0 -0
  23. app/code/community/Web4pro/Abandonedcart/controllers/Adminhtml/AbandonedorderController.php +0 -0
  24. app/code/community/Web4pro/Abandonedcart/etc/adminhtml.xml +0 -0
  25. app/code/community/Web4pro/Abandonedcart/etc/config.xml +8 -0
  26. app/code/community/Web4pro/Abandonedcart/etc/system.xml +0 -0
  27. app/code/community/Web4pro/Abandonedcart/sql/web4proabandonedcart_setup/mysql4-install-1.0.0.php +0 -0
  28. app/design/adminhtml/default/default/layout/abandonedcart.xml +0 -0
  29. app/design/adminhtml/default/default/template/web4pro/abandonedcart/dashboard/index.phtml +0 -0
  30. app/design/adminhtml/default/default/template/web4pro/abandonedcart/dashboard/salebar.phtml +0 -0
  31. app/design/adminhtml/default/default/template/web4pro/abandonedcart/dashboard/totalbar.phtml +0 -0
  32. app/design/frontend/base/default/template/web4pro_abandonedcart/email/order/items.phtml +0 -0
  33. app/design/frontend/base/default/template/web4pro_abandonedcart/email/order/items/order/default.phtml +0 -0
  34. app/etc/modules/Web4pro_Abandonedcart.xml +0 -0
  35. app/locale/en_US/Web4pro_Abandonedcart.csv +0 -0
  36. app/locale/en_US/template/email/web4pro/abandonedcart/cart_mail_1.html +0 -0
  37. app/locale/en_US/template/email/web4pro/abandonedcart/cart_mail_2.html +0 -0
  38. app/locale/en_US/template/email/web4pro/abandonedcart/cart_mail_3.html +0 -0
  39. app/locale/ru_RU/template/email/web4pro/abandonedcart/cart_mail_1.html +0 -0
  40. app/locale/ru_RU/template/email/web4pro/abandonedcart/cart_mail_2.html +0 -0
  41. app/locale/ru_RU/template/email/web4pro/abandonedcart/cart_mail_3.html +0 -0
  42. package.xml +5 -5
  43. skin/adminhtml/default/default/abandonedcart/abandonedcart.css +0 -0
app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedmails.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedmails/Grid.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedorder.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/Abandonedorder/Grid.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Block/Adminhtml/System/Config/Date.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Block/Email/Order/Items.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Helper/Data.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/Config.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/Cron.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/EventObserver.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/Mailssent.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/Resource/Mailssent.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/Resource/Mailssent/Collection.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/Resource/Order/Collection.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/System/Config/Automatic.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/System/Config/Cmspage.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/System/Config/Customergroup.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/System/Config/Discounttype.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/System/Config/Maxemails.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/Model/System/Config/Unit.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/controllers/AbandonedController.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/controllers/Adminhtml/AbandonedmailsController.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/controllers/Adminhtml/AbandonedorderController.php CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/etc/adminhtml.xml CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/etc/config.xml CHANGED
@@ -186,4 +186,12 @@
186
  </web4pro_abandonedcart_clean_expiredcoupons>
187
  </jobs>
188
  </crontab>
 
 
 
 
 
 
 
 
189
  </config>
186
  </web4pro_abandonedcart_clean_expiredcoupons>
187
  </jobs>
188
  </crontab>
189
+ <default>
190
+ <web4pro_abandonedcart>
191
+ <general>
192
+ <firstdate>2016-01-01</firstdate>
193
+ <days1>1</days1>
194
+ </general>
195
+ </web4pro_abandonedcart>
196
+ </default>
197
  </config>
app/code/community/Web4pro/Abandonedcart/etc/system.xml CHANGED
File without changes
app/code/community/Web4pro/Abandonedcart/sql/web4proabandonedcart_setup/mysql4-install-1.0.0.php CHANGED
File without changes
app/design/adminhtml/default/default/layout/abandonedcart.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/web4pro/abandonedcart/dashboard/index.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/web4pro/abandonedcart/dashboard/salebar.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/web4pro/abandonedcart/dashboard/totalbar.phtml CHANGED
File without changes
app/design/frontend/base/default/template/web4pro_abandonedcart/email/order/items.phtml CHANGED
File without changes
app/design/frontend/base/default/template/web4pro_abandonedcart/email/order/items/order/default.phtml CHANGED
File without changes
app/etc/modules/Web4pro_Abandonedcart.xml CHANGED
File without changes
app/locale/en_US/Web4pro_Abandonedcart.csv CHANGED
File without changes
app/locale/en_US/template/email/web4pro/abandonedcart/cart_mail_1.html CHANGED
File without changes
app/locale/en_US/template/email/web4pro/abandonedcart/cart_mail_2.html CHANGED
File without changes
app/locale/en_US/template/email/web4pro/abandonedcart/cart_mail_3.html CHANGED
File without changes
app/locale/ru_RU/template/email/web4pro/abandonedcart/cart_mail_1.html CHANGED
File without changes
app/locale/ru_RU/template/email/web4pro/abandonedcart/cart_mail_2.html CHANGED
File without changes
app/locale/ru_RU/template/email/web4pro/abandonedcart/cart_mail_3.html CHANGED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>web4pro_Abandonedcart</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/lisenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -26,11 +26,11 @@ Features.&#xD;
26
  - view orders in admin;&#xD;
27
  - send email to admin;&#xD;
28
  - enable/disable register guest as customer.</description>
29
- <notes>Fix bug with templates</notes>
30
  <authors><author><name>Andrii Mutylo</name><user>amutylo</user><email>amutylo@corp.web4pro.com.ua</email></author></authors>
31
- <date>2016-03-18</date>
32
- <time>11:35:57</time>
33
- <contents><target name="mage"><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="abandonedcart"><file name="abandonedcart.css" hash="b0d9cf44b4dd26f66e51a5376a1382e0"/></dir></dir></dir></dir></dir><dir name="app"><dir name="code"><dir name="community"><dir name="Web4pro"><dir name="Abandonedcart"><dir name="Block"><dir name="Adminhtml"><dir name="Abandonedmails"><file name="Grid.php" hash="9060093a6fb849d49abafbf410e3e166"/></dir><file name="Abandonedmails.php" hash="b9b637019b7bee1e9ab15f8e91e68ea9"/><dir name="Abandonedorder"><file name="Grid.php" hash="e6f960f9f84176329d50f0816cad10cb"/></dir><file name="Abandonedorder.php" hash="d7283ab5b5f0f9e12f7c2083c63c60a5"/><dir name="System"><dir name="Config"><file name="Date.php" hash="eec4283dfbea788691f72c6e1d6ba6d0"/></dir></dir></dir><dir name="Email"><dir name="Order"><file name="Items.php" hash="114b49b530574d132bfdf4a5e044056b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="99cccbf6c0c6976e0002affc65499fee"/></dir><dir name="Model"><file name="Config.php" hash="b393a597dd4718a350332e9684dae477"/><file name="Cron.php" hash="d7d2d05cea0dd522c2cb3cd9ce8cbd9a"/><file name="EventObserver.php" hash="983faacb97c468a3b8b04a43819949c7"/><file name="Mailssent.php" hash="e23cb66f30c701827cf20a5868b1fea1"/><dir name="Resource"><dir name="Mailssent"><file name="Collection.php" hash="f142bdbbd4a0703f72baf8797831124e"/></dir><file name="Mailssent.php" hash="9fe7ddd15b8248eedd59dc3d2dd19fbf"/><dir name="Order"><file name="Collection.php" hash="2df2382b217b74eee8a6b46cdab65ac1"/></dir></dir><dir name="System"><dir name="Config"><file name="Automatic.php" hash="2deb05f63b07c6c33a2c0e794a0e32f7"/><file name="Cmspage.php" hash="f7a7bb1f5231bf6b87ca66a69985a571"/><file name="Customergroup.php" hash="79e9d343f7c3652e471aa2625d082776"/><file name="Discounttype.php" hash="2af8b70e00c27733cebd618d069f716c"/><file name="Maxemails.php" hash="ad14060e3419baa017ec20e0b6325ee1"/><file name="Unit.php" hash="0277c1563bb886a900714ff835940c6c"/></dir></dir></dir><dir name="controllers"><file name="AbandonedController.php" hash="b08db36123eefaf21376f3edd531f8eb"/><dir name="Adminhtml"><file name="AbandonedmailsController.php" hash="e293d702027111882a5d4ef472c361aa"/><file name="AbandonedorderController.php" hash="ec4b9d2e8bde09bd9c4681b8c512e312"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="35b5c3d99a40b2a2da94dc46d6248a10"/><file name="config.xml" hash="a77293fc867629f7aa3489f2d916062f"/><file name="system.xml" hash="0e185c279e92656a9ac7feef29e94a6a"/></dir><dir name="sql"><dir name="web4proabandonedcart_setup"><file name="mysql4-install-1.0.0.php" hash="54f435815c3990d6248240786eb25a3b"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="abandonedcart.xml" hash="c2100d5a8920e210ecf328847749a471"/></dir><dir name="template"><dir name="web4pro"><dir name="abandonedcart"><dir name="dashboard"><file name="index.phtml" hash="a9d0b6cfcc61a16d012da405651867c0"/><file name="salebar.phtml" hash="50a0c2645e2f651da9ba72fd875986cb"/><file name="totalbar.phtml" hash="24d4a799cd6ee507a715469d2aa2e877"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="web4pro_abandonedcart"><dir name="email"><dir name="order"><dir name="items"><dir name="order"><file name="default.phtml" hash="432a0a2b0091d4d542cbb4fd336b0dc5"/></dir></dir><file name="items.phtml" hash="b0ca6101958f8fe4befc2bc37cc70263"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Web4pro_Abandonedcart.xml" hash="f4e9e29e9a8ab24284c94527b9968e7a"/></dir></dir><dir name="locale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="web4pro"><dir name="abandonedcart"><file name="cart_mail_1.html" hash="165b29db632494dbb8bd0cf93ef831c0"/><file name="cart_mail_2.html" hash="f1d5a66c87eaad5fbbc507a7fcbb9759"/><file name="cart_mail_3.html" hash="49570b750dffb7c46204ac5276cebc9b"/></dir></dir></dir></dir><file name="Web4pro_Abandonedcart.csv" hash="22871350e337cdb63b237849a4afe0a9"/></dir><dir name="ru_RU"><dir name="template"><dir name="email"><dir name="web4pro"><dir name="abandonedcart"><file name="cart_mail_1.html" hash="55241321d0de99bcc1602ed9c1000106"/><file name="cart_mail_2.html" hash="be09f53b6c121ac6a427d15c648847d0"/><file name="cart_mail_3.html" hash="49570b750dffb7c46204ac5276cebc9b"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
34
  <compatible/>
35
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
36
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>web4pro_Abandonedcart</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/lisenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
26
  - view orders in admin;&#xD;
27
  - send email to admin;&#xD;
28
  - enable/disable register guest as customer.</description>
29
+ <notes>Default values were set for configuration variables.</notes>
30
  <authors><author><name>Andrii Mutylo</name><user>amutylo</user><email>amutylo@corp.web4pro.com.ua</email></author></authors>
31
+ <date>2016-07-07</date>
32
+ <time>13:49:08</time>
33
+ <contents><target name="mage"><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="abandonedcart"><file name="abandonedcart.css" hash="b0d9cf44b4dd26f66e51a5376a1382e0"/></dir></dir></dir></dir></dir><dir name="app"><dir name="code"><dir name="community"><dir name="Web4pro"><dir name="Abandonedcart"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Abandonedmails"><file name="Grid.php" hash="9060093a6fb849d49abafbf410e3e166"/></dir><file name="Abandonedmails.php" hash="b9b637019b7bee1e9ab15f8e91e68ea9"/><dir name="Abandonedorder"><file name="Grid.php" hash="e6f960f9f84176329d50f0816cad10cb"/></dir><file name="Abandonedorder.php" hash="d7283ab5b5f0f9e12f7c2083c63c60a5"/><dir name="System"><dir name="Config"><file name="Date.php" hash="eec4283dfbea788691f72c6e1d6ba6d0"/></dir></dir></dir><dir name="Email"><dir name="Order"><file name="Items.php" hash="114b49b530574d132bfdf4a5e044056b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="99cccbf6c0c6976e0002affc65499fee"/></dir><dir name="Model"><file name="Config.php" hash="b393a597dd4718a350332e9684dae477"/><file name="Cron.php" hash="d7d2d05cea0dd522c2cb3cd9ce8cbd9a"/><file name="EventObserver.php" hash="983faacb97c468a3b8b04a43819949c7"/><file name="Mailssent.php" hash="e23cb66f30c701827cf20a5868b1fea1"/><dir name="Resource"><dir name="Mailssent"><file name="Collection.php" hash="f142bdbbd4a0703f72baf8797831124e"/></dir><file name="Mailssent.php" hash="9fe7ddd15b8248eedd59dc3d2dd19fbf"/><dir name="Order"><file name="Collection.php" hash="2df2382b217b74eee8a6b46cdab65ac1"/></dir></dir><dir name="System"><dir name="Config"><file name="Automatic.php" hash="2deb05f63b07c6c33a2c0e794a0e32f7"/><file name="Cmspage.php" hash="f7a7bb1f5231bf6b87ca66a69985a571"/><file name="Customergroup.php" hash="79e9d343f7c3652e471aa2625d082776"/><file name="Discounttype.php" hash="2af8b70e00c27733cebd618d069f716c"/><file name="Maxemails.php" hash="ad14060e3419baa017ec20e0b6325ee1"/><file name="Unit.php" hash="0277c1563bb886a900714ff835940c6c"/></dir></dir></dir><dir name="controllers"><file name="AbandonedController.php" hash="b08db36123eefaf21376f3edd531f8eb"/><dir name="Adminhtml"><file name="AbandonedmailsController.php" hash="e293d702027111882a5d4ef472c361aa"/><file name="AbandonedorderController.php" hash="ec4b9d2e8bde09bd9c4681b8c512e312"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="35b5c3d99a40b2a2da94dc46d6248a10"/><file name="config.xml" hash="e1925947a8bf0bba3d920274afc1f97e"/><file name="system.xml" hash="0e185c279e92656a9ac7feef29e94a6a"/></dir><dir name="sql"><dir name="web4proabandonedcart_setup"><file name="mysql4-install-1.0.0.php" hash="54f435815c3990d6248240786eb25a3b"/></dir></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="abandonedcart.xml" hash="c2100d5a8920e210ecf328847749a471"/></dir><dir name="template"><dir name="web4pro"><dir name="abandonedcart"><dir><dir name="dashboard"><file name="index.phtml" hash="a9d0b6cfcc61a16d012da405651867c0"/><file name="salebar.phtml" hash="50a0c2645e2f651da9ba72fd875986cb"/><file name="totalbar.phtml" hash="24d4a799cd6ee507a715469d2aa2e877"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="web4pro_abandonedcart"><dir name="email"><dir name="order"><dir><dir name="items"><dir name="order"><file name="default.phtml" hash="432a0a2b0091d4d542cbb4fd336b0dc5"/></dir></dir></dir><file name="items.phtml" hash="b0ca6101958f8fe4befc2bc37cc70263"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Web4pro_Abandonedcart.xml" hash="f4e9e29e9a8ab24284c94527b9968e7a"/></dir></dir><dir name="locale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="web4pro"><dir name="abandonedcart"><file name="cart_mail_1.html" hash="165b29db632494dbb8bd0cf93ef831c0"/><file name="cart_mail_2.html" hash="f1d5a66c87eaad5fbbc507a7fcbb9759"/><file name="cart_mail_3.html" hash="49570b750dffb7c46204ac5276cebc9b"/></dir></dir></dir></dir><file name="Web4pro_Abandonedcart.csv" hash="22871350e337cdb63b237849a4afe0a9"/></dir><dir name="ru_RU"><dir name="template"><dir name="email"><dir name="web4pro"><dir name="abandonedcart"><file name="cart_mail_1.html" hash="55241321d0de99bcc1602ed9c1000106"/><file name="cart_mail_2.html" hash="be09f53b6c121ac6a427d15c648847d0"/><file name="cart_mail_3.html" hash="49570b750dffb7c46204ac5276cebc9b"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
34
  <compatible/>
35
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
36
  </package>
skin/adminhtml/default/default/abandonedcart/abandonedcart.css CHANGED
File without changes