Version Notes
- Fix a bug where the default email templates would not be picked.
Download this release
Release Info
Developer | Digital Pianism |
Extension | DigitalPianism_Abandonedcarts |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/community/DigitalPianism/Abandonedcarts/etc/config.xml
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
|
3 |
<config>
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
<admin>
|
12 |
-
|
13 |
|
14 |
<adminhtml>
|
15 |
<args>
|
@@ -18,21 +18,21 @@
|
|
18 |
</modules>
|
19 |
</args>
|
20 |
</adminhtml>
|
21 |
-
|
22 |
-
|
23 |
</admin>
|
24 |
-
|
25 |
<frontend>
|
26 |
<!-- Translation file -->
|
27 |
<translate>
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
|
37 |
<secure_url>
|
38 |
<abandonedcarts>/abandonedcarts/</abandonedcarts>
|
@@ -48,18 +48,18 @@
|
|
48 |
</abandonedcarts>
|
49 |
</routers>
|
50 |
</frontend>
|
51 |
-
|
52 |
<adminhtml>
|
53 |
<!-- Backend translation file -->
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
|
64 |
<layout>
|
65 |
<updates>
|
@@ -100,26 +100,26 @@
|
|
100 |
</observers>
|
101 |
</core_collection_abstract_load_before>
|
102 |
</events>
|
103 |
-
|
104 |
-
|
105 |
<global>
|
106 |
<blocks>
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
<helpers>
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
<resourceModel>abandonedcarts_mysql4</resourceModel>
|
122 |
-
|
123 |
|
124 |
<abandonedcarts_mysql4>
|
125 |
<class>DigitalPianism_Abandonedcarts_Model_Resource</class>
|
@@ -134,29 +134,29 @@
|
|
134 |
</entities>
|
135 |
</abandonedcarts_mysql4>
|
136 |
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
|
144 |
<template>
|
145 |
<email>
|
146 |
-
<
|
147 |
-
<label>Abandoned Cart Template</label>
|
148 |
<file>digitalpianism/abandonedcarts/sales_abandonedcarts.html</file>
|
149 |
<type>html</type>
|
150 |
-
</
|
151 |
-
<
|
152 |
-
<label>Abandoned Cart Sale Template</label>
|
153 |
<file>digitalpianism/abandonedcarts/sales_abandonedcarts_sale.html</file>
|
154 |
<type>html</type>
|
155 |
-
</
|
156 |
</email>
|
157 |
</template>
|
158 |
-
|
159 |
-
<resources>
|
160 |
<abandonedcarts_setup>
|
161 |
<setup>
|
162 |
<module>DigitalPianism_Abandonedcarts</module>
|
@@ -176,11 +176,11 @@
|
|
176 |
</connection>
|
177 |
</abandonedcarts_read>
|
178 |
</resources>
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
<crontab>
|
183 |
-
<jobs>
|
184 |
<digitalpianism_abandonedcarts_send>
|
185 |
<schedule>
|
186 |
<config_path>abandonedcartsconfig/options/cron_expr</config_path>
|
@@ -205,9 +205,9 @@
|
|
205 |
<model>abandonedcarts/link_cleaner::cleanExpiredLinks</model>
|
206 |
</run>
|
207 |
</digitalpianism_abandonedcarts_deleteexpiredlinks>
|
208 |
-
</jobs>
|
209 |
</crontab>
|
210 |
-
|
211 |
<default>
|
212 |
<abandonedcartsconfig>
|
213 |
<options>
|
@@ -218,8 +218,8 @@
|
|
218 |
<customer_groups>1,2,3</customer_groups>
|
219 |
</options>
|
220 |
<email>
|
221 |
-
<email_template>
|
222 |
-
<email_template_sale>
|
223 |
<autologin>0</autologin>
|
224 |
</email>
|
225 |
<campaign>
|
2 |
|
3 |
<config>
|
4 |
|
5 |
+
<modules>
|
6 |
+
<DigitalPianism_Abandonedcarts>
|
7 |
+
<version>1.0.4</version>
|
8 |
+
</DigitalPianism_Abandonedcarts>
|
9 |
+
</modules>
|
10 |
+
|
11 |
<admin>
|
12 |
+
<routers>
|
13 |
|
14 |
<adminhtml>
|
15 |
<args>
|
18 |
</modules>
|
19 |
</args>
|
20 |
</adminhtml>
|
21 |
+
|
22 |
+
</routers>
|
23 |
</admin>
|
24 |
+
|
25 |
<frontend>
|
26 |
<!-- Translation file -->
|
27 |
<translate>
|
28 |
+
<modules>
|
29 |
+
<DigitalPianism_Abandonedcarts>
|
30 |
+
<files>
|
31 |
+
<default>DigitalPianism_Abandonedcarts.csv</default>
|
32 |
+
</files>
|
33 |
+
</DigitalPianism_Abandonedcarts>
|
34 |
+
</modules>
|
35 |
+
</translate>
|
36 |
|
37 |
<secure_url>
|
38 |
<abandonedcarts>/abandonedcarts/</abandonedcarts>
|
48 |
</abandonedcarts>
|
49 |
</routers>
|
50 |
</frontend>
|
51 |
+
|
52 |
<adminhtml>
|
53 |
<!-- Backend translation file -->
|
54 |
+
<translate>
|
55 |
+
<modules>
|
56 |
+
<DigitalPianism_Abandonedcarts>
|
57 |
+
<files>
|
58 |
+
<default>DigitalPianism_Abandonedcarts.csv</default>
|
59 |
+
</files>
|
60 |
+
</DigitalPianism_Abandonedcarts>
|
61 |
+
</modules>
|
62 |
+
</translate>
|
63 |
|
64 |
<layout>
|
65 |
<updates>
|
100 |
</observers>
|
101 |
</core_collection_abstract_load_before>
|
102 |
</events>
|
103 |
+
</adminhtml>
|
104 |
+
|
105 |
<global>
|
106 |
<blocks>
|
107 |
+
<abandonedcarts>
|
108 |
+
<class>DigitalPianism_Abandonedcarts_Block</class>
|
109 |
+
</abandonedcarts>
|
110 |
+
</blocks>
|
111 |
+
|
112 |
<helpers>
|
113 |
+
<abandonedcarts>
|
114 |
+
<class>DigitalPianism_Abandonedcarts_Helper</class>
|
115 |
+
</abandonedcarts>
|
116 |
+
</helpers>
|
117 |
+
|
118 |
+
<models>
|
119 |
+
<abandonedcarts>
|
120 |
+
<class>DigitalPianism_Abandonedcarts_Model</class>
|
121 |
<resourceModel>abandonedcarts_mysql4</resourceModel>
|
122 |
+
</abandonedcarts>
|
123 |
|
124 |
<abandonedcarts_mysql4>
|
125 |
<class>DigitalPianism_Abandonedcarts_Model_Resource</class>
|
134 |
</entities>
|
135 |
</abandonedcarts_mysql4>
|
136 |
|
137 |
+
<sales_resource>
|
138 |
+
<rewrite>
|
139 |
+
<quote>DigitalPianism_Abandonedcarts_Model_Sales_Resource_Quote</quote>
|
140 |
+
</rewrite>
|
141 |
+
</sales_resource>
|
142 |
+
</models>
|
143 |
|
144 |
<template>
|
145 |
<email>
|
146 |
+
<abandonedcartsconfig_email_email_template translate="label" module="abandonedcarts">
|
147 |
+
<label>Abandoned Cart Template</label>
|
148 |
<file>digitalpianism/abandonedcarts/sales_abandonedcarts.html</file>
|
149 |
<type>html</type>
|
150 |
+
</abandonedcartsconfig_email_email_template>
|
151 |
+
<abandonedcartsconfig_email_email_template_sale translate="label" module="abandonedcarts">
|
152 |
+
<label>Abandoned Cart Sale Template</label>
|
153 |
<file>digitalpianism/abandonedcarts/sales_abandonedcarts_sale.html</file>
|
154 |
<type>html</type>
|
155 |
+
</abandonedcartsconfig_email_email_template_sale>
|
156 |
</email>
|
157 |
</template>
|
158 |
+
|
159 |
+
<resources>
|
160 |
<abandonedcarts_setup>
|
161 |
<setup>
|
162 |
<module>DigitalPianism_Abandonedcarts</module>
|
176 |
</connection>
|
177 |
</abandonedcarts_read>
|
178 |
</resources>
|
179 |
+
|
180 |
+
</global>
|
181 |
+
|
182 |
+
<crontab>
|
183 |
+
<jobs>
|
184 |
<digitalpianism_abandonedcarts_send>
|
185 |
<schedule>
|
186 |
<config_path>abandonedcartsconfig/options/cron_expr</config_path>
|
205 |
<model>abandonedcarts/link_cleaner::cleanExpiredLinks</model>
|
206 |
</run>
|
207 |
</digitalpianism_abandonedcarts_deleteexpiredlinks>
|
208 |
+
</jobs>
|
209 |
</crontab>
|
210 |
+
|
211 |
<default>
|
212 |
<abandonedcartsconfig>
|
213 |
<options>
|
218 |
<customer_groups>1,2,3</customer_groups>
|
219 |
</options>
|
220 |
<email>
|
221 |
+
<email_template>abandonedcartsconfig_email_email_template</email_template>
|
222 |
+
<email_template_sale>abandonedcartsconfig_email_email_template_sale</email_template_sale>
|
223 |
<autologin>0</autologin>
|
224 |
</email>
|
225 |
<campaign>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DigitalPianism_Abandonedcarts</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -95,11 +95,11 @@ Save the configuration.
|
|
95 |

|
96 |
<p>To manually trigger the notification system, please access System &gt; Configuration &gt; Digital Pianism &gt; Abandoned carts email and click on the "Send" button</p>
|
97 |
<p>Please note that this functionality will send abandoned carts notification regardless the delay you provided, all possible abandoned carts emails will be sent.</p></description>
|
98 |
-
<notes>- Fix a bug where
|
99 |
<authors><author><name>Digital Pianism</name><user>digitalpianism</user><email>contact@digital-pianism.com</email></author></authors>
|
100 |
-
<date>2016-
|
101 |
-
<time>
|
102 |
-
<contents><target name="magecommunity"><dir name="DigitalPianism"><dir name="Abandonedcarts"><dir name="Block"><dir name="Adminhtml"><dir name="Abandonedcarts"><file name="Grid.php" hash="7e68586db67733350fae2cb2231edc8f"/></dir><file name="Abandonedcarts.php" hash="5ed2323b6a2ffd66d0738f8635c660e3"/><dir name="Logs"><file name="Grid.php" hash="05c4ca332a6ad168e28e9a9128252231"/></dir><file name="Logs.php" hash="1173ec175c365fa5c01cbc72a98c0284"/><dir name="Saleabandonedcarts"><file name="Grid.php" hash="808a965b09d2958f6340c8e51c2fe68c"/></dir><file name="Saleabandonedcarts.php" hash="b1195b3697ccc733c61a03cb7d9032b1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="f7d07930e3276bb06e6209293f287dc3"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Observer.php" hash="d54b2bc70a87fca4f0c3bbb519b84c81"/></dir><file name="Collection.php" hash="3e19497dd2cd2170293136f8cff891dc"/><dir name="Link"><file name="Cleaner.php" hash="aced9e659252056b0f4747a78c6154c8"/></dir><file name="Link.php" hash="6f19c7976980e558d98589021d4d294f"/><file name="Log.php" hash="c9ce940c6a14cfa85c401183559661e4"/><file name="Notifier.php" hash="9eec0d81e83ffa591b8364e36ea61487"/><dir name="Resource"><dir name="Link"><file name="Collection.php" hash="39ea2cfb265412d82b9fda822af6d324"/></dir><file name="Link.php" hash="49d00b249de30aefc978f4515f6dbdd7"/><dir name="Log"><file name="Collection.php" hash="54abd79af31a1a853bc08eeed75dc7d0"/></dir><file name="Log.php" hash="00edba4d934093236ac78b42f066ba73"/></dir><dir name="Sales"><dir name="Resource"><file name="Quote.php" hash="3b2f9f24a74a6ea3b6851d64bd6ae5ba"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AbandonedcartsController.php" hash="32a56a5033b64320879da37f8b2a88e8"/></dir><file name="IndexController.php" hash="5c06db338a20d3de9b19c3f606edbc9a"/></dir><dir name="data"><dir name="abandonedcarts_setup"><file name="data-upgrade-0.3.6-1.0.0.php" hash="a60f9bccf9e42a458f808bc697320bb0"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="ce393eb00049f28ff92401be828cd613"/><file name="config.xml" hash="
|
103 |
<compatible/>
|
104 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
105 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DigitalPianism_Abandonedcarts</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
95 |

|
96 |
<p>To manually trigger the notification system, please access System &gt; Configuration &gt; Digital Pianism &gt; Abandoned carts email and click on the "Send" button</p>
|
97 |
<p>Please note that this functionality will send abandoned carts notification regardless the delay you provided, all possible abandoned carts emails will be sent.</p></description>
|
98 |
+
<notes>- Fix a bug where the default email templates would not be picked.</notes>
|
99 |
<authors><author><name>Digital Pianism</name><user>digitalpianism</user><email>contact@digital-pianism.com</email></author></authors>
|
100 |
+
<date>2016-11-08</date>
|
101 |
+
<time>17:33:08</time>
|
102 |
+
<contents><target name="magecommunity"><dir name="DigitalPianism"><dir name="Abandonedcarts"><dir name="Block"><dir name="Adminhtml"><dir name="Abandonedcarts"><file name="Grid.php" hash="7e68586db67733350fae2cb2231edc8f"/></dir><file name="Abandonedcarts.php" hash="5ed2323b6a2ffd66d0738f8635c660e3"/><dir name="Logs"><file name="Grid.php" hash="05c4ca332a6ad168e28e9a9128252231"/></dir><file name="Logs.php" hash="1173ec175c365fa5c01cbc72a98c0284"/><dir name="Saleabandonedcarts"><file name="Grid.php" hash="808a965b09d2958f6340c8e51c2fe68c"/></dir><file name="Saleabandonedcarts.php" hash="b1195b3697ccc733c61a03cb7d9032b1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="f7d07930e3276bb06e6209293f287dc3"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Observer.php" hash="d54b2bc70a87fca4f0c3bbb519b84c81"/></dir><file name="Collection.php" hash="3e19497dd2cd2170293136f8cff891dc"/><dir name="Link"><file name="Cleaner.php" hash="aced9e659252056b0f4747a78c6154c8"/></dir><file name="Link.php" hash="6f19c7976980e558d98589021d4d294f"/><file name="Log.php" hash="c9ce940c6a14cfa85c401183559661e4"/><file name="Notifier.php" hash="9eec0d81e83ffa591b8364e36ea61487"/><dir name="Resource"><dir name="Link"><file name="Collection.php" hash="39ea2cfb265412d82b9fda822af6d324"/></dir><file name="Link.php" hash="49d00b249de30aefc978f4515f6dbdd7"/><dir name="Log"><file name="Collection.php" hash="54abd79af31a1a853bc08eeed75dc7d0"/></dir><file name="Log.php" hash="00edba4d934093236ac78b42f066ba73"/></dir><dir name="Sales"><dir name="Resource"><file name="Quote.php" hash="3b2f9f24a74a6ea3b6851d64bd6ae5ba"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AbandonedcartsController.php" hash="32a56a5033b64320879da37f8b2a88e8"/></dir><file name="IndexController.php" hash="5c06db338a20d3de9b19c3f606edbc9a"/></dir><dir name="data"><dir name="abandonedcarts_setup"><file name="data-upgrade-0.3.6-1.0.0.php" hash="a60f9bccf9e42a458f808bc697320bb0"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="ce393eb00049f28ff92401be828cd613"/><file name="config.xml" hash="1d55c2b754a8b62c0cc8d77c8154576f"/><file name="system.xml" hash="e6a53269f6223eb246c2495600eb307d"/></dir><dir name="sql"><dir name="abandonedcarts_setup"><file name="install-0.0.1.php" hash="851338e4a710b5d94fead688b065f4b5"/><file name="upgrade-0.0.1-0.0.2.php" hash="0227c009e49b97bcf3f34f84c49f0927"/><file name="upgrade-0.3.6-1.0.0.php" hash="1ac772ef331c8a2278e2c8df77aeb799"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DigitalPianism_Abandonedcarts.xml" hash="8a7657855486c68d548db4ba48e083d2"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="digitalpianism"><dir name="abandonedcarts"><file name="list.phtml" hash="6af16de73f1b0a3c580e65a95642722f"/></dir></dir></dir><dir name="layout"><dir name="digitalpianism"><file name="abandonedcarts.xml" hash="2f4ec5178aed1c84213605b5212d676e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="digitalpianism"><dir name="abandonedcarts"><dir name="email"><file name="items.phtml" hash="e1d1990b47b16309e3ea6c09043e15e2"/><file name="sale_items.phtml" hash="47e2298fdedd253a9d9c5e3d1c1c17b7"/></dir></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="digitalpianism"><dir name="abandonedcarts"><file name="sales_abandonedcarts.html" hash="a35bd61e1f172b37ac4ed317e1ad44e9"/><file name="sales_abandonedcarts_sale.html" hash="4f437deca852efeacfec0fb3ba929971"/></dir></dir></dir></dir><file name="DigitalPianism_Abandonedcarts.csv" hash="bd3ed00291684eac5149305ed829a824"/></dir><dir name="fr_FR"><dir name="template"><dir name="email"><dir name="digitalpianism"><dir name="abandonedcarts"><file name="sales_abandonedcarts.html" hash="3ec93757d563ed926090a394577f1dbd"/><file name="sales_abandonedcarts_sale.html" hash="3586968516c8e8374cfa913a3eea7995"/></dir></dir></dir></dir><file name="DigitalPianism_Abandonedcarts.csv" hash="2a9c63b4d83cb922b3060a4735dabe38"/></dir></target></contents>
|
103 |
<compatible/>
|
104 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
105 |
</package>
|