Version Notes
Using this module you can show product thumbnails on sales emails. You can set image size from backend. Just enable it and it will started to sending images in sales emails.
Download this release
Release Info
Developer | Emizen Tech Private Limited |
Extension | Emizen_EmailImages |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.1.0
app/design/frontend/base/default/layout/emizen/emailimages.xml
CHANGED
@@ -4,7 +4,14 @@
|
|
4 |
<block type="sales/order_email_items" name="items" template="emizen/emailimages/order/items.phtml">
|
5 |
<action method="addItemRender"><type>default</type><block>sales/order_email_items_order_default</block><template>emizen/emailimages/order/items/order/default.phtml</template></action>
|
6 |
<action method="addItemRender"><type>grouped</type><block>sales/order_email_items_order_grouped</block><template>emizen/emailimages/order/items/order/default.phtml</template></action>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
</block>
|
|
|
8 |
</sales_email_order_items>
|
9 |
-
</layout>
|
10 |
-
|
4 |
<block type="sales/order_email_items" name="items" template="emizen/emailimages/order/items.phtml">
|
5 |
<action method="addItemRender"><type>default</type><block>sales/order_email_items_order_default</block><template>emizen/emailimages/order/items/order/default.phtml</template></action>
|
6 |
<action method="addItemRender"><type>grouped</type><block>sales/order_email_items_order_grouped</block><template>emizen/emailimages/order/items/order/default.phtml</template></action>
|
7 |
+
<block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
|
8 |
+
<action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
|
9 |
+
<action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
|
10 |
+
<block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
|
11 |
+
<action method="setIsPlaneMode"><value>1</value></action>
|
12 |
+
</block>
|
13 |
+
</block>
|
14 |
</block>
|
15 |
+
<block type="core/text_list" name="additional.product.info" />
|
16 |
</sales_email_order_items>
|
17 |
+
</layout>
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Emizen_EmailImages</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>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Using this module you can show product thumbnails on sales emails. You can set image size from backend. Just enable it and it will started to sending images in sales emails.</description>
|
11 |
<notes>Using this module you can show product thumbnails on sales emails. You can set image size from backend. Just enable it and it will started to sending images in sales emails.</notes>
|
12 |
<authors><author><name>Emizen Tech Private Limited</name><user>emizen</user><email>info@emizentech.com</email></author></authors>
|
13 |
-
<date>2015-06-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir><dir name="modules"><file name="Emizen_EmailImages.xml" hash="ac7c02dc26ec52b848494e3fc03597ae"/></dir></dir></target><target name="magelocal"><dir><dir name="Emizen"><dir name="EmailImages"><dir><dir name="Block"><dir name="Sales"><dir name="Order"><dir name="Email"><dir name="Items"><dir name="Order"><file name="Default.php" hash="e980f7e1938b8fc75df87f0084c090c4"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="3990c53f4796f415d1207e1e044ee9e4"/></dir><dir name="etc"><file name="adminhtml.xml" hash="dd4287dc2bf3625378b2fdabf8e9762c"/><file name="config.xml" hash="f97e525601e28a940812ddd46c8aa5f8"/><file name="system.xml" hash="dcef1cad310692f4f144c87720ee919a"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="emizen"><dir><dir name="emailimages"><dir name="order"><dir name="items"><dir name="order"><file name="default.phtml" hash="9bc2d37b958f2f536077cd214b59e57c"/></dir></dir><file name="items.phtml" hash="0533373bc486c7c5355f5540e81d6975"/></dir></dir></dir></dir></dir><dir name="layout"><dir name="emizen"><file name="emailimages.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Emizen_EmailImages</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Using this module you can show product thumbnails on sales emails. You can set image size from backend. Just enable it and it will started to sending images in sales emails.</description>
|
11 |
<notes>Using this module you can show product thumbnails on sales emails. You can set image size from backend. Just enable it and it will started to sending images in sales emails.</notes>
|
12 |
<authors><author><name>Emizen Tech Private Limited</name><user>emizen</user><email>info@emizentech.com</email></author></authors>
|
13 |
+
<date>2015-06-18</date>
|
14 |
+
<time>06:31:25</time>
|
15 |
+
<contents><target name="mageetc"><dir><dir name="modules"><file name="Emizen_EmailImages.xml" hash="ac7c02dc26ec52b848494e3fc03597ae"/></dir></dir></target><target name="magelocal"><dir><dir name="Emizen"><dir name="EmailImages"><dir><dir name="Block"><dir name="Sales"><dir name="Order"><dir name="Email"><dir name="Items"><dir name="Order"><file name="Default.php" hash="e980f7e1938b8fc75df87f0084c090c4"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="3990c53f4796f415d1207e1e044ee9e4"/></dir><dir name="etc"><file name="adminhtml.xml" hash="dd4287dc2bf3625378b2fdabf8e9762c"/><file name="config.xml" hash="f97e525601e28a940812ddd46c8aa5f8"/><file name="system.xml" hash="dcef1cad310692f4f144c87720ee919a"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="emizen"><dir><dir name="emailimages"><dir name="order"><dir name="items"><dir name="order"><file name="default.phtml" hash="9bc2d37b958f2f536077cd214b59e57c"/></dir></dir><file name="items.phtml" hash="0533373bc486c7c5355f5540e81d6975"/></dir></dir></dir></dir></dir><dir name="layout"><dir name="emizen"><file name="emailimages.xml" hash="a6deedcb25796d8f1d4cd6802934eaa8"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|