Version Notes
none
Download this release
Release Info
Developer | Magento Core Team |
Extension | Wyomind_QtySwitcher |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Wyomind/Qtyswitcher/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Wyomind_Qtyswitcher>
|
6 |
-
<version>0.1
|
7 |
</Wyomind_Qtyswitcher>
|
8 |
</modules>
|
9 |
<frontend>
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Wyomind_Qtyswitcher>
|
6 |
+
<version>1.0.1</version>
|
7 |
</Wyomind_Qtyswitcher>
|
8 |
</modules>
|
9 |
<frontend>
|
package.xml
CHANGED
@@ -1,23 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Wyomind_QtySwitcher</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Add a +/- button in the product pages that gives the customers the ability to change the quantity of product in their shopping cart
|
10 |
-

|
11 |
-
</summary>
|
12 |
<description>Add a +/- button in the product pages that gives the customers the ability to change the quantity of product in their shopping cart.
|
13 |

|
14 |
-
Not really a big improvement for Magento, but a real improvement for a better navigation experience
|
15 |
-
</description>
|
16 |
<notes>none</notes>
|
17 |
-
<authors><author><name>Wyomind</name><user>
|
18 |
<date>2012-04-10</date>
|
19 |
-
<time>
|
20 |
-
<contents><target name="magecommunity"><dir name="Wyomind"><dir name="Qtyswitcher"><dir name="etc"><file name="config.xml" hash="
|
21 |
<compatible/>
|
22 |
-
<dependencies
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Wyomind_QtySwitcher</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Add a +/- button in the product pages that gives the customers the ability to change the quantity of product in their shopping cart.</summary>
|
|
|
|
|
10 |
<description>Add a +/- button in the product pages that gives the customers the ability to change the quantity of product in their shopping cart.
|
11 |

|
12 |
+
Not really a big improvement for Magento, but a real improvement for a better navigation experience.</description>
|
|
|
13 |
<notes>none</notes>
|
14 |
+
<authors><author><name>Wyomind</name><user>auto-converted</user><email>contact@wyomind.com</email></author></authors>
|
15 |
<date>2012-04-10</date>
|
16 |
+
<time>14:05:03</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Wyomind"><dir name="Qtyswitcher"><dir name="etc"><file name="config.xml" hash="652cc55db17dc64c41b38eefe448f1e2"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wyomind_Qtyswitcher.xml" hash="9013e5d922a0a08383be63f40e6454be"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="qtyswitcher.xml" hash="4783e143e6078629049ff7e2c0e92042"/></dir><dir name="template"><dir name="qtyswitcher"><file name="qtyswitcher.phtml" hash="20d583c767e3191a1c7c32d0248cfe76"/></dir></dir></dir></dir></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="a263862b2adfbcea776639325f544f50"/></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="2068dbe228ad6596e56c179bf5d4061d"/></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies/>
|
20 |
</package>
|