17805632160283535599 - Version 1.0.3

Version Notes

This is the stable version of cod order email module.

Download this release

Release Info

Developer Keyur
Extension 17805632160283535599
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/locale/en_US/template/email/sales/cod_confirm.html ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "htmlescape var=$customer.password":"Customer New Password"}
9
+ @-->
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=''}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"> Thank you for your order from {{var store.getFrontendName()}},<a href="{{htmlescape var=$orderlink}}"> click here </a> to confirm your Cash On Delivery order </p>
31
+ <br>
32
+ {{layout handle="sales_email_order_items" order=$order}}
33
+ <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
34
+
35
+ </td>
36
+ </tr>
37
+ <tr>
38
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
39
+ </tr>
40
+ </table>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+ </div>
45
+ </body>
app/locale/en_US/template/email/sales/order_new_custom.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
+ "var order.getBillingAddress().format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.getShippingAddress().format('html')":"Shipping Address",
14
+ "var order.getShippingDescription()":"Shipping Description",
15
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
16
+ "var order.getEmailCustomerNote()":"Email Order Note"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <!-- [ header starts here] -->
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Thank you for your order from {{var store.getFrontendName()}}.
38
+ Once your package ships we will send an email with a link to track your order.
39
+ You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.
40
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">Your order confirmation is below. Thank you again for your business.</p>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Order #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>
51
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
52
+ <thead>
53
+ <tr>
54
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
55
+ <th width="10"></th>
56
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
57
+ </tr>
58
+ </thead>
59
+ <tbody>
60
+ <tr>
61
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
62
+ {{var order.getBillingAddress().format('html')}}
63
+ </td>
64
+ <td>&nbsp;</td>
65
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
66
+ {{var payment_html}}
67
+ </td>
68
+ </tr>
69
+ </tbody>
70
+ </table>
71
+ <br/>
72
+ {{depend order.getIsNotVirtual()}}
73
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.getShippingAddress().format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.getShippingDescription()}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{/depend}}
97
+ {{layout handle="sales_email_order_items" order=$order}}
98
+ <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>17805632160283535599</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -11,8 +11,8 @@
11
  <notes>This is the stable version of cod order email module.</notes>
12
  <authors><author><name>Keyur </name><user>keyurpatel90</user><email>keyur_patel90@yahoo.com</email></author></authors>
13
  <date>2015-09-30</date>
14
- <time>09:14:07</time>
15
- <contents><target name="magelocal"><dir name="Iksula"><dir name="Orderemail"><dir name="Helper"><file name="Data.php" hash="8396ae7605d23ff7ce16fb14daeb8ccd"/></dir><dir name="Model"><file name="Codorders.php" hash="a0dde94e394227b165e27b7068b68506"/><dir name="Mysql4"><dir name="Codorders"><file name="Collection.php" hash="fcdcdce609a0c9bd16c40f186d951e14"/></dir><file name="Codorders.php" hash="a4a114930889f475f998bfcbc4780102"/></dir><dir name="Sales"><file name="Order.php" hash="75050afb34218ebefe508c8bfc1e1a35"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="70422738e560416ce1552af1cbdc26da"/></dir><dir name="etc"><file name="config.xml" hash="cb4285795283370813c0ad45cdc17429"/></dir><dir name="sql"><dir name="orderemail_setup"><file name="mysql4-install-0.1.0.php" hash="e984294d04a54119f399d52f3ec97623"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="2daaac47bf9989ff149eb79729381a6d"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="34955a41216156f6b63ed6da0bb34054"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="8754e60ba772fd9cd1888633fbf6c0c2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="orderemail.xml" hash="46723823336ab05c9213fe5ded96348b"/></dir><dir name="template"><dir name="orderemail"><file name="verify.phtml" hash="4206c9ca05c5a66a531400aa9600d9c1"/><file name="verify_fail.phtml" hash="7f065d3c7d96db4557ad0c8d821b7b22"/><file name="verify_success.phtml" hash="7f065d3c7d96db4557ad0c8d821b7b22"/><file name="verify.phtml" hash="4206c9ca05c5a66a531400aa9600d9c1"/><file name="verify_success.phtml" hash="7f065d3c7d96db4557ad0c8d821b7b22"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Iksula_Orderemail.xml" hash="9796513f79c7c8239aec03d58c8e4ea9"/></dir></target><target name="magelocale"><dir name="app"><dir name="locale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="sales"><file name="cod_confirm.html" hash=""/><file name="order_new_custom.html" hash=""/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>5.6.0</max></php><package><name>Iksula</name><channel>community</channel><min>1.6</min><max>1.9</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>17805632160283535599</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
11
  <notes>This is the stable version of cod order email module.</notes>
12
  <authors><author><name>Keyur </name><user>keyurpatel90</user><email>keyur_patel90@yahoo.com</email></author></authors>
13
  <date>2015-09-30</date>
14
+ <time>09:16:50</time>
15
+ <contents><target name="magelocal"><dir name="Iksula"><dir name="Orderemail"><dir name="Helper"><file name="Data.php" hash="8396ae7605d23ff7ce16fb14daeb8ccd"/></dir><dir name="Model"><file name="Codorders.php" hash="a0dde94e394227b165e27b7068b68506"/><dir name="Mysql4"><dir name="Codorders"><file name="Collection.php" hash="fcdcdce609a0c9bd16c40f186d951e14"/></dir><file name="Codorders.php" hash="a4a114930889f475f998bfcbc4780102"/></dir><dir name="Sales"><file name="Order.php" hash="75050afb34218ebefe508c8bfc1e1a35"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="70422738e560416ce1552af1cbdc26da"/></dir><dir name="etc"><file name="config.xml" hash="cb4285795283370813c0ad45cdc17429"/></dir><dir name="sql"><dir name="orderemail_setup"><file name="mysql4-install-0.1.0.php" hash="e984294d04a54119f399d52f3ec97623"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="2daaac47bf9989ff149eb79729381a6d"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="34955a41216156f6b63ed6da0bb34054"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="8754e60ba772fd9cd1888633fbf6c0c2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="orderemail.xml" hash="46723823336ab05c9213fe5ded96348b"/></dir><dir name="template"><dir name="orderemail"><file name="verify.phtml" hash="4206c9ca05c5a66a531400aa9600d9c1"/><file name="verify_fail.phtml" hash="7f065d3c7d96db4557ad0c8d821b7b22"/><file name="verify_success.phtml" hash="7f065d3c7d96db4557ad0c8d821b7b22"/><file name="verify.phtml" hash="4206c9ca05c5a66a531400aa9600d9c1"/><file name="verify_success.phtml" hash="7f065d3c7d96db4557ad0c8d821b7b22"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Iksula_Orderemail.xml" hash="9796513f79c7c8239aec03d58c8e4ea9"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="sales"><file name="cod_confirm.html" hash="8e663489f9061d06bb550e8d775e8d33"/><file name="order_new_custom.html" hash="cc64b39d5b998807aae6463fa30998ca"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>5.6.0</max></php><package><name>Iksula</name><channel>community</channel><min>1.6</min><max>1.9</max></package></required></dependencies>
18
  </package>