Version Notes
- 1.2.0: Move default package design to base package design
- 1.1.0: change module name, tested on Magento 1.5 and 1.6
- 1.0.0: stable version tested on Magento 1.3.2.4 and 1.4.1
Download this release
Release Info
Developer | Magento Core Team |
Extension | Diglin_Addinfotoemail |
Version | 1.2.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.2.0
app/design/frontend/{default → base}/default/layout/addinfotoemail.xml
RENAMED
File without changes
|
app/design/frontend/{default → base}/default/template/email/order/items/comments.phtml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Diglin_Addinfotoemail</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -19,12 +19,13 @@ Additionaly, you have to place in the sales emails template (e.g. app/locale/en_
|
|
19 |
{{layout area="frontend" handle="sales_email_order_products_comments" order=$order}}
|
20 |

|
21 |
To test it, after you have filled in the "Additional options" into a product, create a new invoice from the backend with an account of you and confirm that the customer should get a confirmation of the email, and you should see all information about the product in the received email.</description>
|
22 |
-
<notes
|
23 |
-
|
|
|
24 |
<authors><author><name>diglin</name><user>auto-converted</user><email>sly@diglin.com</email></author></authors>
|
25 |
-
<date>
|
26 |
-
<time>
|
27 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Diglin_Addinfotoemail.xml" hash="a9132b27e3a61a5d0d40709871d5b1e7"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="
|
28 |
<compatible/>
|
29 |
<dependencies/>
|
30 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Diglin_Addinfotoemail</name>
|
4 |
+
<version>1.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
19 |
{{layout area="frontend" handle="sales_email_order_products_comments" order=$order}}
|
20 |

|
21 |
To test it, after you have filled in the "Additional options" into a product, create a new invoice from the backend with an account of you and confirm that the customer should get a confirmation of the email, and you should see all information about the product in the received email.</description>
|
22 |
+
<notes>- 1.2.0: Move default package design to base package design
|
23 |
+
- 1.1.0: change module name, tested on Magento 1.5 and 1.6
|
24 |
+
- 1.0.0: stable version tested on Magento 1.3.2.4 and 1.4.1</notes>
|
25 |
<authors><author><name>diglin</name><user>auto-converted</user><email>sly@diglin.com</email></author></authors>
|
26 |
+
<date>2013-05-24</date>
|
27 |
+
<time>21:17:02</time>
|
28 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Diglin_Addinfotoemail.xml" hash="a9132b27e3a61a5d0d40709871d5b1e7"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="addinfotoemail.xml" hash="45600d0ef1ac99a3ea82d1af43e8a8b7"/></dir><dir name="template"><dir name="email"><dir name="order"><dir name="items"><file name="comments.phtml" hash="e8fb9611af158e0c5c85850954c7add1"/></dir></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Diglin"><dir name="Addinfotoemail"><dir name="Block"><dir name="Product"><dir name="Email"><file name="Comments.php" hash="b87579ec98d693bce80c75f336401b17"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="849584221746d81e65a9f0511f695056"/></dir><dir name="Model"><dir name="Entity"><file name="Setup.php" hash="92bbee04edbd54969dc0d588917179da"/></dir></dir><dir name="etc"><file name="config.xml" hash="7a3ec80dc2b42e40f3a6cdd9cd589a9f"/></dir><dir name="sql"><dir name="addinfotoemail_setup"><file name="mysql4-install-1.0.0.php" hash="2fef7c966347003fea079bf98302ffd3"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Diglin_Addinfotoemail.csv" hash="0e73318aa127e8c1088f4b880fc83eaa"/></dir><dir name="fr_FR"><file name="Diglin_Addinfotoemail.csv" hash="8059a79b95443a9154564e123ed25c44"/></dir><dir name="de_DE"><file name="Diglin_Addinfotoemail.csv" hash="675a483728c9cd8191fbce477d95f518"/></dir><dir name="en_GB"><file name="Diglin_Addinfotoemail.csv" hash="0e73318aa127e8c1088f4b880fc83eaa"/></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies/>
|
31 |
</package>
|