Version Notes
Release first version 0.2.0
Compatible with 1.9 and New Feature
Download this release
Release Info
Developer | Nikunj Vadariya |
Extension | Nik_Newsletterpopup |
Version | 0.2.0 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.2.0
app/code/local/Nik/Newsletterpopup/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Nik_Newsletterpopup>
|
5 |
-
<version>0.
|
6 |
</Nik_Newsletterpopup>
|
7 |
</modules>
|
8 |
<frontend>
|
@@ -155,4 +155,4 @@
|
|
155 |
</coupon_code_setting>
|
156 |
</newsletterpopup>
|
157 |
</default>
|
158 |
-
</config>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Nik_Newsletterpopup>
|
5 |
+
<version>0.2.0</version>
|
6 |
</Nik_Newsletterpopup>
|
7 |
</modules>
|
8 |
<frontend>
|
155 |
</coupon_code_setting>
|
156 |
</newsletterpopup>
|
157 |
</default>
|
158 |
+
</config>
|
app/design/adminhtml/default/default/layout/newsletterpopup.xml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<newsletterpopup_adminhtml_newsletterpopup_index>
|
4 |
+
<update handle="editor"/>
|
5 |
+
<reference name="content">
|
6 |
+
<block type="newsletterpopup/adminhtml_newsletterpopup" name="newsletterpopup" />
|
7 |
+
</reference>
|
8 |
+
</newsletterpopup_adminhtml_newsletterpopup_index>
|
9 |
+
<newsletterpopup_adminhtml_newsletterpopup_edit>
|
10 |
+
<update handle="editor"/>
|
11 |
+
</newsletterpopup_adminhtml_newsletterpopup_edit>
|
12 |
+
</layout>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nik_Newsletterpopup</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -30,11 +30,13 @@ Allow to enable/disable jQuery to avoid conflict problems
|
|
30 |
Flexible content setup
|
31 |
Admin can select between 2 options: display newsletter form or content from a static block in the popup
|
32 |
Admin can enable the popup in all pages or only store homepage</description>
|
33 |
-
<notes>Release first version 0.
|
|
|
|
|
34 |
<authors><author><name>Nikunj Vadariya</name><user>nikunjvadariya</user><email>nikunjpatel789@gmail.com</email></author></authors>
|
35 |
-
<date>2014-10-
|
36 |
-
<time>
|
37 |
-
<contents><target name="magelocal"><dir name="Nik"><dir><dir name="Newsletterpopup"><dir name="Block"><file name="Newsletterpopup.php" hash="b564288a8f408fabdeb364b2b6f75c48"/></dir><dir name="Helper"><file name="Data.php" hash="bc14b36db92f37fae867f427d1d099a6"/></dir><dir name="Model"><file name="Newsletterpopup.php" hash="dc6f22e84a226c25c3613600d42eb89d"/><file name="Observer.php" hash="b82854035dba6e8b5978448d3bd94d91"/><file name="Subscriber.php" hash="92b970c82e4f10fa1f5cea289eb19da4"/><dir name="System"><dir name="Config"><file name="Discounttype.php" hash="f5d5fde631fc507cac3b812e54c446d8"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="607c1a861bf062eb616e89483f9502b7"/><file name="SubscriberController.php" hash="a6f748ee700328c88c716ef3bc3bb657"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ddd85dfcbcf5f44d15ce8bce40297f6a"/><file name="config.xml" hash="
|
38 |
<compatible/>
|
39 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
40 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nik_Newsletterpopup</name>
|
4 |
+
<version>0.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
30 |
Flexible content setup
|
31 |
Admin can select between 2 options: display newsletter form or content from a static block in the popup
|
32 |
Admin can enable the popup in all pages or only store homepage</description>
|
33 |
+
<notes>Release first version 0.2.0
|
34 |
+

|
35 |
+
Compatible with 1.9 and New Feature</notes>
|
36 |
<authors><author><name>Nikunj Vadariya</name><user>nikunjvadariya</user><email>nikunjpatel789@gmail.com</email></author></authors>
|
37 |
+
<date>2014-10-31</date>
|
38 |
+
<time>05:34:38</time>
|
39 |
+
<contents><target name="magelocal"><dir name="Nik"><dir><dir name="Newsletterpopup"><dir name="Block"><file name="Newsletterpopup.php" hash="b564288a8f408fabdeb364b2b6f75c48"/></dir><dir name="Helper"><file name="Data.php" hash="bc14b36db92f37fae867f427d1d099a6"/></dir><dir name="Model"><file name="Newsletterpopup.php" hash="dc6f22e84a226c25c3613600d42eb89d"/><file name="Observer.php" hash="b82854035dba6e8b5978448d3bd94d91"/><file name="Subscriber.php" hash="92b970c82e4f10fa1f5cea289eb19da4"/><dir name="System"><dir name="Config"><file name="Discounttype.php" hash="f5d5fde631fc507cac3b812e54c446d8"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="607c1a861bf062eb616e89483f9502b7"/><file name="SubscriberController.php" hash="a6f748ee700328c88c716ef3bc3bb657"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ddd85dfcbcf5f44d15ce8bce40297f6a"/><file name="config.xml" hash="8bfa254eb48e74a4f0f67e9dc56e6c0d"/><file name="system.xml" hash="71db3fc196dc01cb9e9daebad0621adc"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Nik_Newsletterpopup.xml" hash="f82d820deb9c336e46764f5e7d63e435"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="newsletter_subscr_success_with_coupon.html" hash="2eaec5fa131d016305837308d8d8bb80"/></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="nik"><dir name="newsletterpopup"><file name="jquery.cookie.js" hash="125243e5339bfb528f2db77020c63c5b"/><file name="jquery.fancybox.js" hash="fc1d00fc2873d7bccaa25adfb86af652"/><file name="jquery.min.js" hash="b8d64d0bc142b3f670cc0611b0aebcae"/><file name="jquery.noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="newsletterpopup"><dir name="images"><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="close.png" hash="4cb00fb3da91905c22bdc290b3b620b2"/><file name="fancybox_loading.gif" hash="c6f1ad4957e50b83bb27691df8bc3f41"/><file name="fancybox_sprite.png" hash="61c66a5947e7bf772f7ec1c7985feec6"/></dir><file name="jquery.fancybox.css" hash="94ce9ef94b0f730d05fbc96ef1df6e83"/><file name="newsletterpopup.css" hash="4209c53f954e52ad9cca80baeab265f6"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="newsletterpopup"><file name="head.phtml" hash="efbbe3e325e2b83a3f5c51b61c3f0644"/><file name="newsletterpopup.phtml" hash="0811defd74734b3769f3867e2271fdc0"/></dir></dir><dir name="layout"><file name="newsletterpopup.xml" hash="6dce4be432d2a094d51eef72eb3d250c"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="newsletterpopup.xml" hash="2530cc4dfbbe998124a3b116b9bff064"/></dir></dir></dir></dir></target></contents>
|
40 |
<compatible/>
|
41 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
42 |
</package>
|
skin/frontend/default/default/css/newsletterpopup/newsletterpopup.css
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
#form-subscribe .form-content #notification{float:left; width:100%; margin:10px 0 0; text-align:left;}
|
6 |
#form-subscribe .form-content #notification address{font-size:11px; font-style:italic; color:#8f8f8f;}
|
7 |
#form-subscribe .form-content .input-box input.input-text{width:200px; height:25px;}
|
8 |
-
#form-subscribe .form-content .input-box .validation-advice{width:
|
9 |
#form-subscribe .form-content .actions{float:right;}
|
10 |
.boxm {
|
11 |
padding-left: 23px;
|
12 |
padding-top: 40px;
|
13 |
-
width:
|
14 |
}
|
15 |
.fancybox-inner button.button {
|
16 |
width: auto;
|
5 |
#form-subscribe .form-content #notification{float:left; width:100%; margin:10px 0 0; text-align:left;}
|
6 |
#form-subscribe .form-content #notification address{font-size:11px; font-style:italic; color:#8f8f8f;}
|
7 |
#form-subscribe .form-content .input-box input.input-text{width:200px; height:25px;}
|
8 |
+
#form-subscribe .form-content .input-box .validation-advice{width:192px; margin-left: -3px;}
|
9 |
#form-subscribe .form-content .actions{float:right;}
|
10 |
.boxm {
|
11 |
padding-left: 23px;
|
12 |
padding-top: 40px;
|
13 |
+
width: 304px;
|
14 |
}
|
15 |
.fancybox-inner button.button {
|
16 |
width: auto;
|