contactforpin - Version 1.7.0

Version Notes

Customer contact form extension is a contact form which saves the customer details into the database, and also send an email to the admin support mail and admin can export customer details.

Download this release

Release Info

Developer Naveenbos
Extension contactforpin
Version 1.7.0
Comparing to
See all releases


Code changes from version 1.6.1 to 1.7.0

app/code/community/Suyati/Contactforpin/Block/Adminhtml/Contactforpin.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/Block/Adminhtml/Contactforpin/Edit.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/Block/Adminhtml/Contactforpin/Edit/Form.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/Block/Adminhtml/Contactforpin/Edit/Tab/Form.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/Block/Adminhtml/Contactforpin/Edit/Tabs.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/Block/Contactforpin.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/Helper/Data.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
@@ -10,12 +10,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
10
  */
11
  class Suyati_Contactforpin_Helper_Data extends Mage_Core_Helper_Abstract
12
  {
13
- public function getCities() {
14
- $connection = Mage::getSingleton('core/resource')->getConnection('core_read');
15
- $sql = "select DISTINCT city_name from saplocation";
16
- $rows = $connection->fetchAll($sql);
17
- return $rows;
18
- }
19
 
20
 
21
  }
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10
  */
11
  class Suyati_Contactforpin_Helper_Data extends Mage_Core_Helper_Abstract
12
  {
13
+
 
 
 
 
 
14
 
15
 
16
  }
app/code/community/Suyati/Contactforpin/controllers/Adminhtml/ContactforpinController.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
app/code/community/Suyati/Contactforpin/controllers/IndexController.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
- * Suyati_Contactforpin 1.6.1
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
@@ -77,7 +77,7 @@ class Suyati_Contactforpin_IndexController extends Mage_Core_Controller_Front_Ac
77
  // Getting the admin assigned general email contact
78
 
79
 
80
- $toadmin_email = Mage::getStoreConfig('trans_email/ident_support/email');
81
  if ($toadmin_email!="") {
82
  $toadmin_email = $toadmin_email;
83
  } else {
@@ -110,6 +110,7 @@ class Suyati_Contactforpin_IndexController extends Mage_Core_Controller_Front_Ac
110
  $contact->save();
111
  $session->addSuccess($this->__('Your Request has been received. One of our sales representatives will contact you shortly.'));
112
  if ($mail->send()) {
 
113
  }
114
 
115
  $this->_redirectReferer();
1
  <?php
2
  /*!
3
  * http://suyati.com/
4
+ * Suyati_Contactforpin 1.7
5
  * Copyright (C) 2016, Suyati Technologies
6
  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
7
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
77
  // Getting the admin assigned general email contact
78
 
79
 
80
+ $toadmin_email = Mage::getStoreConfig('trans_email/ident_general/email');
81
  if ($toadmin_email!="") {
82
  $toadmin_email = $toadmin_email;
83
  } else {
110
  $contact->save();
111
  $session->addSuccess($this->__('Your Request has been received. One of our sales representatives will contact you shortly.'));
112
  if ($mail->send()) {
113
+
114
  }
115
 
116
  $this->_redirectReferer();
app/code/community/Suyati/Contactforpin/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Suyati_Contactforpin>
5
- <version>1.6.1</version>
6
  </Suyati_Contactforpin>
7
  </modules>
8
  <frontend>
@@ -110,6 +110,17 @@
110
  <title>Contactforpin Module</title>
111
  <sort_order>200</sort_order>
112
  </contactforpin>
 
 
 
 
 
 
 
 
 
 
 
113
  </children>
114
  </admin>
115
  </resources>
2
  <config>
3
  <modules>
4
  <Suyati_Contactforpin>
5
+ <version>1.7</version>
6
  </Suyati_Contactforpin>
7
  </modules>
8
  <frontend>
110
  <title>Contactforpin Module</title>
111
  <sort_order>200</sort_order>
112
  </contactforpin>
113
+ <system>
114
+ <children>
115
+ <config>
116
+ <children>
117
+ <contactforpin_options>
118
+ <title>Contactforpin Configuration</title>
119
+ </contactforpin_options>
120
+ </children>
121
+ </config>
122
+ </children>
123
+ </system>
124
  </children>
125
  </admin>
126
  </resources>
app/code/community/Suyati/Contactforpin/etc/system.xml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <tabs>
4
+ <contactforpin translate="label" module="contactforpin">
5
+ <label>Contactforpin</label>
6
+ <sort_order>1</sort_order>
7
+ </contactforpin>
8
+ </tabs>
9
+
10
+ <sections>
11
+ <contactforpin_options translate="label" module="contactforpin">
12
+ <label>Contactforpin Settings</label>
13
+ <tab>contactforpin</tab>
14
+ <frontend_type>text</frontend_type>
15
+ <sort_order>1</sort_order>
16
+ <show_in_default>1</show_in_default>
17
+ <show_in_website>1</show_in_website>
18
+ <show_in_store>1</show_in_store>
19
+ <groups>
20
+ <section_one translate="label">
21
+ <label>Settings</label>
22
+ <frontend_type>text</frontend_type>
23
+ <sort_order>1</sort_order>
24
+ <show_in_default>1</show_in_default>
25
+ <show_in_website>1</show_in_website>
26
+ <show_in_store>1</show_in_store>
27
+ <fields>
28
+ <contactforpin_custom_field_one>
29
+ <label>Is Pincode Required?</label>
30
+ <frontend_type>select</frontend_type>
31
+ <sort_order>1</sort_order>
32
+ <show_in_default>1</show_in_default>
33
+ <show_in_website>1</show_in_website>
34
+ <show_in_store>1</show_in_store>
35
+ <source_model>adminhtml/system_config_source_yesno</source_model>
36
+ <comment>Yes/No</comment>
37
+ </contactforpin_custom_field_one>
38
+ <contactforpin_custom_field_two>
39
+ <label>Is Location Required?</label>
40
+ <frontend_type>select</frontend_type>
41
+ <sort_order>2</sort_order>
42
+ <show_in_default>1</show_in_default>
43
+ <show_in_website>1</show_in_website>
44
+ <show_in_store>1</show_in_store>
45
+ <source_model>adminhtml/system_config_source_yesno</source_model>
46
+ <comment>Yes/No</comment>
47
+ </contactforpin_custom_field_two>
48
+ </fields>
49
+ </section_one>
50
+
51
+ </groups>
52
+ </contactforpin_options>
53
+ </sections>
54
+ </config>
app/design/frontend/base/default/template/suyati/contactforpin.phtml CHANGED
@@ -1,4 +1,15 @@
 
 
 
 
 
 
 
 
 
1
  <?php
 
 
2
 
3
  ?>
4
 
@@ -38,15 +49,15 @@
38
  </div>
39
  </div>
40
  <div class="field">
41
- <label for="location" class="required"><em>*</em><?php echo $this->__('Your Location') ?></label>
42
  <div class="input-box">
43
- <input name="location" id="location" title="<?php echo $this->__('Location') ?>" value="" class="input-text required-entry" type="text" />
44
  </div>
45
  </div>
46
  <div class="field">
47
- <label for="pincode" class="required"><em>*</em><?php echo $this->__('Pincode') ?></label>
48
  <div class="input-box">
49
- <input name="pincode" id="pincode" title="<?php echo $this->__('Pincode') ?>" value="" class="input-text required-entry" type="text" />
50
  </div>
51
  </div>
52
  </li>
1
+ <!-- /*!
2
+ * http://suyati.com/
3
+ * Suyati_Contactforpin 1.6.1
4
+ * Copyright (C) 2016, Suyati Technologies
5
+ * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
6
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
7
+ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
8
+ *
9
+ */-->
10
  <?php
11
+ $pincode_required = Mage::getStoreConfig('contactforpin_options/section_one/contactforpin_custom_field_one',Mage::app()->getStore());
12
+ $location_required = Mage::getStoreConfig('contactforpin_options/section_one/contactforpin_custom_field_two',Mage::app()->getStore());
13
 
14
  ?>
15
 
49
  </div>
50
  </div>
51
  <div class="field">
52
+ <label for="location" class="<?php if($location_required==1){ echo "required";}?>"><?php if($location_required==1){ echo "<em>*</em>";}?><?php echo $this->__('Your Location') ?></label>
53
  <div class="input-box">
54
+ <input name="location" id="location" title="<?php echo $this->__('Location') ?>" value="" class="input-text <?php if($location_required==1){ echo 'required-entry';}?>" type="text" />
55
  </div>
56
  </div>
57
  <div class="field">
58
+ <label for="pincode" class="<?php if($pincode_required==1){ echo "required";}?>"><?php if($pincode_required==1){ echo "<em>*</em>";}?><?php echo $this->__('Pincode') ?></label>
59
  <div class="input-box">
60
+ <input name="pincode" id="pincode" title="<?php echo $this->__('Pincode') ?>" value="" class="input-text <?php if($pincode_required==1){ echo 'required-entry';}?>" type="text" />
61
  </div>
62
  </div>
63
  </li>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>contactforpin</name>
4
- <version>1.6.1</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
@@ -11,9 +11,9 @@
11
  <notes>Customer contact form extension is a contact form which saves the customer details into the database, and also send an email to the admin support mail and admin can export customer details.&#xD;
12
  </notes>
13
  <authors><author><name>Naveenbos</name><user>naveenbos</user><email>naveen.bos@gmail.com</email></author><author><name>Jino varghese chacko</name><user>jnovc</user><email>jinovc@hotmail.com</email></author><author><name>Naveen</name><user>naveenmohanan</user><email>nmohanan@suyati.com</email></author></authors>
14
- <date>2016-05-25</date>
15
- <time>07:28:37</time>
16
- <contents><target name="magecommunity"><dir name="Suyati"><dir name="Contactforpin"><dir name="Block"><dir name="Adminhtml"><dir name="Contactforpin"><dir name="Edit"><file name="Form.php" hash="b0aceac108ee2755bd31b5c2143bf384"/><dir name="Tab"><file name="Form.php" hash="24df815d410183ff46cec134081365f1"/></dir><file name="Tabs.php" hash="4aef125bcc83ba975eaf6fb176e932b8"/></dir><file name="Edit.php" hash="e2953bea5cd68b4c6e5a76b9e0cf63ad"/><file name="Grid.php" hash="47a71acb9a6806a7111f82dd9708c920"/></dir><file name="Contactforpin.php" hash="01c502756c01da1e9e6a4e5517bda830"/></dir><file name="Contactforpin.php" hash="ecff0a314cad5f6d0707834cb557f85a"/></dir><dir name="Helper"><file name="Data.php" hash="4ef4bf81669c7c550f86f4b17f1461ab"/></dir><dir name="Model"><file name="Contactforpin.php" hash="c93a1b813ef96b41eeeca41afd326e85"/><dir name="Mysql4"><dir name="Contactforpin"><file name="Collection.php" hash="38a8d099cb84844667b07eeaa5a7817b"/></dir><file name="Contactforpin.php" hash="f43018ca1f9f2a8a29870e4b5afa4654"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ContactforpinController.php" hash="1010c16402a370eaa586e421bd11299d"/></dir><file name="IndexController.php" hash="5bb2ab0be1387c50f388304441bc0c10"/></dir><dir name="etc"><file name="config.xml" hash="c4cc14933b141e7a1eea6145c64571d7"/></dir><dir name="sql"><dir name="Suyati_Contactforpin_setup"><file name="install-1.6.1.php" hash="37e6137135b77d56a29e4b95865e6fad"/><file name="upgrade-1.6.0-1.6.1.php" hash="ca4a2292473d670b61411a1911264235"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="contactforpin.xml" hash="0b7f93f3a95ad3bdc2ea491e366a9a73"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="suyati_contactforpin.xml" hash="136621f21ccca00319ab3e6efeadbd5f"/></dir><dir name="template"><dir name="suyati"><file name="contactforpin.phtml" hash="610f49d1508be591ed3feace920ce04b"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="suyati_contactforpin.html" hash="feb1d8807437af9403f5d98ab9ccfd93"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Suyati_Contactforpin.xml" hash="df9640a01af46fe65b3fc8a0bdbe1dff"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>contactforpin</name>
4
+ <version>1.7.0</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
11
  <notes>Customer contact form extension is a contact form which saves the customer details into the database, and also send an email to the admin support mail and admin can export customer details.&#xD;
12
  </notes>
13
  <authors><author><name>Naveenbos</name><user>naveenbos</user><email>naveen.bos@gmail.com</email></author><author><name>Jino varghese chacko</name><user>jnovc</user><email>jinovc@hotmail.com</email></author><author><name>Naveen</name><user>naveenmohanan</user><email>nmohanan@suyati.com</email></author></authors>
14
+ <date>2016-07-14</date>
15
+ <time>10:28:18</time>
16
+ <contents><target name="magecommunity"><dir name="Suyati"><dir name="Contactforpin"><dir name="Block"><dir name="Adminhtml"><dir name="Contactforpin"><dir name="Edit"><file name="Form.php" hash="89df7d8b7cc6da22b18b6e256217ad38"/><dir name="Tab"><file name="Form.php" hash="d94f24b30820f5678c0c3b6bcfdb0336"/></dir><file name="Tabs.php" hash="87accad408db00ebd2771de25da5b1e8"/></dir><file name="Edit.php" hash="64246385756c8c4c83542b95976d2692"/><file name="Grid.php" hash="47a71acb9a6806a7111f82dd9708c920"/></dir><file name="Contactforpin.php" hash="237742226183dcbb24025b7638b156dc"/></dir><file name="Contactforpin.php" hash="c1d8c14a7abc025c2a0024aa96965c19"/></dir><dir name="Helper"><file name="Data.php" hash="f3db111217000f71d497dee167df73c1"/></dir><dir name="Model"><file name="Contactforpin.php" hash="c93a1b813ef96b41eeeca41afd326e85"/><dir name="Mysql4"><dir name="Contactforpin"><file name="Collection.php" hash="38a8d099cb84844667b07eeaa5a7817b"/></dir><file name="Contactforpin.php" hash="f43018ca1f9f2a8a29870e4b5afa4654"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ContactforpinController.php" hash="33fed6bed04103eb9fa33a5a998c3963"/></dir><file name="IndexController.php" hash="f19c8667c842c9395183cb57b2f2625f"/></dir><dir name="etc"><file name="config.xml" hash="81f4a36effafa4512c5fd3639a234317"/><file name="system.xml" hash="760123003247189a6b3692b663160861"/></dir><dir name="sql"><dir name="Suyati_Contactforpin_setup"><file name="install-1.6.1.php" hash="37e6137135b77d56a29e4b95865e6fad"/><file name="upgrade-1.6.0-1.6.1.php" hash="ca4a2292473d670b61411a1911264235"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="contactforpin.xml" hash="0b7f93f3a95ad3bdc2ea491e366a9a73"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="suyati_contactforpin.xml" hash="136621f21ccca00319ab3e6efeadbd5f"/></dir><dir name="template"><dir name="suyati"><file name="contactforpin.phtml" hash="fa7ef18100b5e5403f2f04de24a2814a"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="suyati_contactforpin.html" hash="feb1d8807437af9403f5d98ab9ccfd93"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Suyati_Contactforpin.xml" hash="df9640a01af46fe65b3fc8a0bdbe1dff"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>