Version Notes
Version 1.0.5 - 03/21/2012
- Fixed IE did not show swatches.
Ver 1.0.4 - 09/20/2011
- Added CSS
- Fixed IE js error
First Release - 09/02/2011
Download this release
Release Info
Developer | Magento Core Team |
Extension | Gala_Colorswatches |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
app/design/frontend/base/default/template/em_colorswatches/settings.phtml
CHANGED
@@ -119,7 +119,9 @@ $swatches = $this->get_option_swatches();
|
|
119 |
// if configurable products, recreate swatches of the next select when the current select change
|
120 |
if (select.hasClassName('super-attribute-select')) {
|
121 |
select.observe('change', function() {
|
122 |
-
|
|
|
|
|
123 |
});
|
124 |
}
|
125 |
}
|
119 |
// if configurable products, recreate swatches of the next select when the current select change
|
120 |
if (select.hasClassName('super-attribute-select')) {
|
121 |
select.observe('change', function() {
|
122 |
+
setTimeout(function() {
|
123 |
+
recreate_swatches_recursive(select.nextSetting);
|
124 |
+
}, 100);
|
125 |
});
|
126 |
}
|
127 |
}
|
package.xml
CHANGED
@@ -1,22 +1,25 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Gala_Colorswatches</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://galathemes.com/license.html">Commercial</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Gala Color Swatches Magento Extension</summary>
|
10 |
<description>Color Swatches Magento Extensions, transform drop-down custom options to swatches, it supports all type of products such as simple product, configurable products...</description>
|
11 |
-
<notes>
|
|
|
|
|
|
|
12 |
- Added CSS
|
13 |
- Fixed IE js error
|
14 |
|
15 |
First Release - 09/02/2011</notes>
|
16 |
<authors><author><name>galathemes</name><user>auto-converted</user><email>contact@galathemes.com</email></author></authors>
|
17 |
-
<date>
|
18 |
-
<time>
|
19 |
-
<contents><target name="magemedia"><dir name="colors_watches"><file name="9.jpg" hash="f836843f7c41cfcbc3bb9ad060340d3d"/><file name="10.jpg" hash="682a217b52553b0b836bb670393ab07c"/><file name="11.jpg" hash="3a4f381f2c63cb74d44833345d9e7587"/><file name="12.jpg" hash="50071c7dcc1f1d06ace20eee30ad00b0"/><file name="95.jpg" hash="1ca78c083d6445af4907e5a03eb17bfa"/><file name="105.jpg" hash="f5e2faba89dcda154f57db8f0a5458f0"/><file name="color-black.png" hash="b7e2043b596a4c16e98394e5e0e0bb61"/><file name="color-yellow.png" hash="b7e2043b596a4c16e98394e5e0e0bb61"/></dir></target><target name="magecommunity"><dir name="EM"><dir name="Colorswatches"><dir name="Block"><file name="Settings.php" hash="934e26bae7e4eb8c485d9e1624e912ef"/></dir><dir name="etc"><file name="config.xml" hash="42ac94059dc34cfdd7187b8f36abc496"/><file name="system.xml" hash="06ea7e33de7cfd4bcfd802f18cda1eec"/></dir><dir name="Helper"><file name="Data.php" hash="e90743912e617d9a91f9e94fa97eb6fc"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="em_colorswatches.css" hash="525694144497b548902e7ddfe2389c14"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="em_colorswatches.xml" hash="005523237754c4e581cea60b7b808b65"/></dir><dir name="template"><dir name="em_colorswatches"><file name="settings.phtml" hash="
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Gala_Colorswatches</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://galathemes.com/license.html">Commercial</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Gala Color Swatches Magento Extension</summary>
|
10 |
<description>Color Swatches Magento Extensions, transform drop-down custom options to swatches, it supports all type of products such as simple product, configurable products...</description>
|
11 |
+
<notes>Version 1.0.5 - 03/21/2012
|
12 |
+
- Fixed IE did not show swatches.
|
13 |
+
|
14 |
+
Ver 1.0.4 - 09/20/2011
|
15 |
- Added CSS
|
16 |
- Fixed IE js error
|
17 |
|
18 |
First Release - 09/02/2011</notes>
|
19 |
<authors><author><name>galathemes</name><user>auto-converted</user><email>contact@galathemes.com</email></author></authors>
|
20 |
+
<date>2012-03-21</date>
|
21 |
+
<time>07:14:06</time>
|
22 |
+
<contents><target name="magemedia"><dir name="colors_watches"><file name="9.jpg" hash="f836843f7c41cfcbc3bb9ad060340d3d"/><file name="10.jpg" hash="682a217b52553b0b836bb670393ab07c"/><file name="11.jpg" hash="3a4f381f2c63cb74d44833345d9e7587"/><file name="12.jpg" hash="50071c7dcc1f1d06ace20eee30ad00b0"/><file name="95.jpg" hash="1ca78c083d6445af4907e5a03eb17bfa"/><file name="105.jpg" hash="f5e2faba89dcda154f57db8f0a5458f0"/><file name="color-black.png" hash="b7e2043b596a4c16e98394e5e0e0bb61"/><file name="color-yellow.png" hash="b7e2043b596a4c16e98394e5e0e0bb61"/></dir></target><target name="magecommunity"><dir name="EM"><dir name="Colorswatches"><dir name="Block"><file name="Settings.php" hash="934e26bae7e4eb8c485d9e1624e912ef"/></dir><dir name="etc"><file name="config.xml" hash="42ac94059dc34cfdd7187b8f36abc496"/><file name="system.xml" hash="06ea7e33de7cfd4bcfd802f18cda1eec"/></dir><dir name="Helper"><file name="Data.php" hash="e90743912e617d9a91f9e94fa97eb6fc"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="em_colorswatches.css" hash="525694144497b548902e7ddfe2389c14"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="em_colorswatches.xml" hash="005523237754c4e581cea60b7b808b65"/></dir><dir name="template"><dir name="em_colorswatches"><file name="settings.phtml" hash="9786e41b059f41a3cb68c3ffa5c0a434"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EM_Colorswatches.xml" hash="28c2dfd0b5e565ee1765e6f9fd29e7a0"/></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies/>
|
25 |
</package>
|