Version Notes
none
Download this release
Release Info
Developer | Wyomind |
Extension | Wyomind_QtySwitcher |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
app/code/community/Wyomind/Qtyswitcher/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Wyomind_Qtyswitcher>
|
6 |
-
<version>1.1.
|
7 |
</Wyomind_Qtyswitcher>
|
8 |
</modules>
|
9 |
<frontend>
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Wyomind_Qtyswitcher>
|
6 |
+
<version>1.1.3</version>
|
7 |
</Wyomind_Qtyswitcher>
|
8 |
</modules>
|
9 |
<frontend>
|
app/etc/modules/Wyomind_Qtyswitcher.xml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Felix
|
5 |
+
* @package Felix_Izycart
|
6 |
+
* @author ModuleCreator
|
7 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<modules>
|
12 |
+
<Wyomind_Qtyswitcher>
|
13 |
+
<active>true</active>
|
14 |
+
<codePool>community</codePool>
|
15 |
+
</Wyomind_Qtyswitcher>
|
16 |
+
</modules>
|
17 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Wyomind_QtySwitcher</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -9,10 +9,10 @@
|
|
9 |
<summary>Add a +/- button in the product pages that gives the customers the ability to change the quantity in cart.</summary>
|
10 |
<description>Add a +/- button in the product pages that gives the customers the ability to change the quantity in cart.</description>
|
11 |
<notes>none</notes>
|
12 |
-
<authors><author><name>Wyomind</name><user>
|
13 |
<date>2012-05-15</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Wyomind"><dir name="Qtyswitcher"><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Wyomind_QtySwitcher</name>
|
4 |
+
<version>1.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Add a +/- button in the product pages that gives the customers the ability to change the quantity in cart.</summary>
|
10 |
<description>Add a +/- button in the product pages that gives the customers the ability to change the quantity in cart.</description>
|
11 |
<notes>none</notes>
|
12 |
+
<authors><author><name>Wyomind</name><user>Pierre</user><email>contact@wyomind.com</email></author></authors>
|
13 |
<date>2012-05-15</date>
|
14 |
+
<time>13:08:08</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Wyomind"><dir name="Qtyswitcher"><dir name="etc"><file name="config.xml" hash="28cddf918f0b09478015a61b3c616666"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wyomind_Qtyswitcher.xml" hash="9013e5d922a0a08383be63f40e6454be"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="qtyswitcher"><dir name="css"><file name="qtyswitcher.css" hash="7a283d6df2f7d8027c47170425bdcd3e"/></dir><dir name="images"><file name="less-2.gif" hash="77b8c602b547e4e2fbbe216efd08f617"/><file name="less.gif" hash="1868a0528c6fa3d532e3df073580a589"/><file name="more-2.gif" hash="89bb6914c23f1ab2caae39645440c225"/><file name="more.gif" hash="1b9db0e43571274cca8b181c389b85fb"/></dir><dir name="js"><file name="qtyswitcher.js" hash="b95ee851c68b7bfbcbb3a68f436df977"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="qtyswitcher"><file name="qtyswitcher.phtml" hash="0f526fc1807f54f03053707899497951"/></dir></dir><dir name="layout"><file name="qtyswitcher.xml" hash="4783e143e6078629049ff7e2c0e92042"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>4.0.0</min><max>5.6.0</max></php></required></dependencies>
|
18 |
</package>
|