Version Notes
Stable version of ExtensionsMall size-chart
Download this release
Release Info
Developer | Extensions Mall |
Extension | extensionsmall-sizechart |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/ExtensionsMall/SizeChart/etc/config.xml +3 -2
- app/code/community/ExtensionsMall/SizeChart/etc/system.xml +9 -0
- app/design/frontend/base/default/layout/sizechart.xml +9 -9
- package.xml +5 -5
- skin/frontend/base/default/sizechart/images/size-chart-button.png +0 -0
- skin/frontend/base/default/sizechart/sizechart.css +1 -1
app/code/community/ExtensionsMall/SizeChart/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ExtensionsMall_SizeChart>
|
5 |
-
<version>1.0.
|
6 |
</ExtensionsMall_SizeChart>
|
7 |
</modules>
|
8 |
<global>
|
@@ -89,7 +89,8 @@
|
|
89 |
</style>
|
90 |
<general>
|
91 |
<enabled>1</enabled>
|
92 |
-
<include_jquery>
|
|
|
93 |
</general>
|
94 |
</sizechart_options>
|
95 |
</default>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ExtensionsMall_SizeChart>
|
5 |
+
<version>1.0.1</version>
|
6 |
</ExtensionsMall_SizeChart>
|
7 |
</modules>
|
8 |
<global>
|
89 |
</style>
|
90 |
<general>
|
91 |
<enabled>1</enabled>
|
92 |
+
<include_jquery>0</include_jquery>
|
93 |
+
<include_fancybox>0</include_fancybox>
|
94 |
</general>
|
95 |
</sizechart_options>
|
96 |
</default>
|
app/code/community/ExtensionsMall/SizeChart/etc/system.xml
CHANGED
@@ -32,6 +32,15 @@
|
|
32 |
<show_in_website>1</show_in_website>
|
33 |
<show_in_store>1</show_in_store>
|
34 |
</include_jquery>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
</fields>
|
36 |
</general>
|
37 |
<style translate="label">
|
32 |
<show_in_website>1</show_in_website>
|
33 |
<show_in_store>1</show_in_store>
|
34 |
</include_jquery>
|
35 |
+
<include_fancybox>
|
36 |
+
<label>Include FancyBox</label>
|
37 |
+
<frontend_type>select</frontend_type>
|
38 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
39 |
+
<sort_order>20</sort_order>
|
40 |
+
<show_in_default>1</show_in_default>
|
41 |
+
<show_in_website>1</show_in_website>
|
42 |
+
<show_in_store>1</show_in_store>
|
43 |
+
</include_fancybox>
|
44 |
</fields>
|
45 |
</general>
|
46 |
<style translate="label">
|
app/design/frontend/base/default/layout/sizechart.xml
CHANGED
@@ -2,29 +2,29 @@
|
|
2 |
<layout version="0.1.0">
|
3 |
<catalog_product_view>
|
4 |
<reference name="head">
|
5 |
-
<action method="addCss">
|
6 |
-
<stylesheet>sizechart/sizechart.css</stylesheet>
|
7 |
-
</action>
|
8 |
<action method="addJs" ifconfig="sizechart_options/general/include_jquery">
|
9 |
<script>sizechart/jquery-1.11.3.min.js</script>
|
10 |
</action>
|
11 |
-
<action method="addJs">
|
12 |
-
<script>sizechart/sizechart.js</script>
|
13 |
-
</action>
|
14 |
-
<action method="addJs">
|
15 |
<script>sizechart/jquery.fancybox.pack.js</script>
|
16 |
</action>
|
17 |
-
<action method="addItem">
|
18 |
<type>js_css</type>
|
19 |
<name>sizechart/jquery.fancybox.css</name>
|
20 |
</action>
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
</reference>
|
22 |
<reference name="content">
|
23 |
<block type="extensionsmall_sizechart/sizechart" name="sizechart" template="sizechart/sizechart.phtml" after="-" />
|
24 |
</reference>
|
25 |
</catalog_product_view>
|
26 |
<PRODUCT_TYPE_simple>
|
27 |
-
<reference name="product.info">
|
28 |
<block type="extensionsmall_sizechart/sizechart_anchor" name="sizechart_anchor" template="sizechart/anchor.phtml" before="-" />
|
29 |
</reference>
|
30 |
</PRODUCT_TYPE_simple>
|
2 |
<layout version="0.1.0">
|
3 |
<catalog_product_view>
|
4 |
<reference name="head">
|
|
|
|
|
|
|
5 |
<action method="addJs" ifconfig="sizechart_options/general/include_jquery">
|
6 |
<script>sizechart/jquery-1.11.3.min.js</script>
|
7 |
</action>
|
8 |
+
<action method="addJs" ifconfig="sizechart_options/general/include_fancybox">
|
|
|
|
|
|
|
9 |
<script>sizechart/jquery.fancybox.pack.js</script>
|
10 |
</action>
|
11 |
+
<action method="addItem" ifconfig="sizechart_options/general/include_fancybox">
|
12 |
<type>js_css</type>
|
13 |
<name>sizechart/jquery.fancybox.css</name>
|
14 |
</action>
|
15 |
+
<action method="addJs">
|
16 |
+
<script>sizechart/sizechart.js</script>
|
17 |
+
</action>
|
18 |
+
<action method="addCss">
|
19 |
+
<stylesheet>sizechart/sizechart.css</stylesheet>
|
20 |
+
</action>
|
21 |
</reference>
|
22 |
<reference name="content">
|
23 |
<block type="extensionsmall_sizechart/sizechart" name="sizechart" template="sizechart/sizechart.phtml" after="-" />
|
24 |
</reference>
|
25 |
</catalog_product_view>
|
26 |
<PRODUCT_TYPE_simple>
|
27 |
+
<reference name="product.info.options.wrapper">
|
28 |
<block type="extensionsmall_sizechart/sizechart_anchor" name="sizechart_anchor" template="sizechart/anchor.phtml" before="-" />
|
29 |
</reference>
|
30 |
</PRODUCT_TYPE_simple>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
-
<name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/">GNU General Public License</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>One of customer's biggest problems when shopping for clothes on the internet is not knowing which size to choose. It a huge letdown to realize that the purchased dress doesn't fit. Size Chart extension is the dressing room for your online store. Allow customers to easily find the right size and avoid unpleasant surprises by allowing them to find their exact dress number just by entering measurements.</description>
|
11 |
<notes>Stable version of ExtensionsMall size-chart</notes>
|
12 |
<authors><author><name>Extensions Mall</name><user>smdesign</user><email>info@extensionsmall.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="ExtensionsMall_SizeChart.xml" hash="055a0c52194682c94461d0f7b1a26d0a"/></dir></target><target name="magecommunity"><dir name="ExtensionsMall"><dir name="SizeChart"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><file name="Form.php" hash="9307a532156b1e8dbf28315d46eec1b9"/><dir name="Tab"><file name="Form.php" hash="dbe22fdb48aeb029e1184b53f747676b"/></dir><file name="Tabs.php" hash="497f6b890194e9a5547fb02447ade2f0"/></dir><file name="Edit.php" hash="68691c59dc3848edacc1fe8c3e79b84d"/><dir name="List"><file name="Grid.php" hash="5557e511de09172e1b4dd6f4306a0b92"/></dir><file name="List.php" hash="ef0f6d0f850344de30c28e2b2dfcc8d0"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Color.php" hash="8edb37c9456443da4a226c31f03eebbe"/></dir></dir></dir></dir></dir><dir name="Sizechart"><file name="Anchor.php" hash="94f4861e75102e07d90a5ecb2168a0d0"/></dir><file name="Sizechart.php" hash="99a377dcc3ae56198c888f45b9b90790"/></dir><dir name="Helper"><file name="Data.php" hash="5833eae85e205ed6fb4d10265097302c"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="089ee1c56ac7a1c57b6b28cc7b7dba11"/><dir name="Sizechart"><file name="Collection.php" hash="471689df0f82dfe9247722b882c20b7a"/></dir><file name="Sizechart.php" hash="a79e4bc2024e42630cf99f8cdd1885ab"/></dir><file name="Sizechart.php" hash="f002460f7cf466e32dceabb6d7d4cd73"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExtensionsmallsizechartController.php" hash="63dbb599e464b8be78bc4168a63e2969"/></dir></dir><dir name="data"><dir name="extensionsmall_sizechart_setup"><file name="data-install-1.0.0.php" hash="c55a7d232e17fd539216ea9bed4b2537"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="def6effc7a84e5a321176b624542d409"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>7.0.2</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
+
<name>extensionsmall-sizechart</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/">GNU General Public License</license>
|
7 |
<channel>community</channel>
|
10 |
<description>One of customer's biggest problems when shopping for clothes on the internet is not knowing which size to choose. It a huge letdown to realize that the purchased dress doesn't fit. Size Chart extension is the dressing room for your online store. Allow customers to easily find the right size and avoid unpleasant surprises by allowing them to find their exact dress number just by entering measurements.</description>
|
11 |
<notes>Stable version of ExtensionsMall size-chart</notes>
|
12 |
<authors><author><name>Extensions Mall</name><user>smdesign</user><email>info@extensionsmall.com</email></author></authors>
|
13 |
+
<date>2016-03-09</date>
|
14 |
+
<time>12:15:59</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="ExtensionsMall_SizeChart.xml" hash="055a0c52194682c94461d0f7b1a26d0a"/></dir></target><target name="magecommunity"><dir name="ExtensionsMall"><dir name="SizeChart"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><file name="Form.php" hash="9307a532156b1e8dbf28315d46eec1b9"/><dir name="Tab"><file name="Form.php" hash="dbe22fdb48aeb029e1184b53f747676b"/></dir><file name="Tabs.php" hash="497f6b890194e9a5547fb02447ade2f0"/></dir><file name="Edit.php" hash="68691c59dc3848edacc1fe8c3e79b84d"/><dir name="List"><file name="Grid.php" hash="5557e511de09172e1b4dd6f4306a0b92"/></dir><file name="List.php" hash="ef0f6d0f850344de30c28e2b2dfcc8d0"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Color.php" hash="8edb37c9456443da4a226c31f03eebbe"/></dir></dir></dir></dir></dir><dir name="Sizechart"><file name="Anchor.php" hash="94f4861e75102e07d90a5ecb2168a0d0"/></dir><file name="Sizechart.php" hash="99a377dcc3ae56198c888f45b9b90790"/></dir><dir name="Helper"><file name="Data.php" hash="5833eae85e205ed6fb4d10265097302c"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="089ee1c56ac7a1c57b6b28cc7b7dba11"/><dir name="Sizechart"><file name="Collection.php" hash="471689df0f82dfe9247722b882c20b7a"/></dir><file name="Sizechart.php" hash="a79e4bc2024e42630cf99f8cdd1885ab"/></dir><file name="Sizechart.php" hash="f002460f7cf466e32dceabb6d7d4cd73"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExtensionsmallsizechartController.php" hash="63dbb599e464b8be78bc4168a63e2969"/></dir></dir><dir name="data"><dir name="extensionsmall_sizechart_setup"><file name="data-install-1.0.0.php" hash="c55a7d232e17fd539216ea9bed4b2537"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="def6effc7a84e5a321176b624542d409"/><file name="config.xml" hash="705c66f969f8b4c935da868052952691"/><file name="system.xml" hash="9abc62ba479d780ee2bc3085e21cd4a8"/></dir><dir name="sql"><dir name="extensionsmall_sizechart_setup"><file name="mysql4-install-1.0.0.php" hash="ca4910b127132434b936d9b309d91792"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="sizechart.xml" hash="5d47fd65ee77e930df82f4f64b7c60d0"/></dir><dir name="template"><dir name="sizechart"><file name="anchor.phtml" hash="6b00aec1b1ba5c9fae0db5d6cbc60450"/><file name="sizechart.phtml" hash="f4e582222236a0e513d940701e0e7164"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="sizechart"><dir name="images"><file name="size-chart-button.png" hash="8dec3f67449688f4441a2fcd5e73818e"/><file name="sizechart-siluete.jpg" hash="381361db3c71a178a1deae3bba392efa"/></dir><file name="sizechart.css" hash="a1927d893f24d01283cf4d33201a4551"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="procolor-1.0"><file name="api.html" hash="7e2d51a6f9f36e38db47f90225566372"/><file name="docs.css" hash="b4960943726540ca2fac2f74cecad02e"/><file name="examples.html" hash="af1b0a9fc06746433e060eda4b17fe60"/><dir name="img"><file name="procolor_win_bars.png" hash="a8e41fdddd2253309e0b3e5154668c24"/><file name="procolor_win_bg.gif" hash="c0558cecd0e0ffb9ca89efe00f422261"/><file name="procolor_win_bg.png" hash="4e2a34cc64888fe264fcf6249dfe40da"/><file name="procolor_win_boxes.png" hash="e971c1ca87a0cb52d32408270d00a0da"/><file name="procolor_win_close.png" hash="20a8bb9433157962ab25d86d28d088a3"/><file name="procolor_win_drop.png" hash="9ddce741de330573f082ffe83005d691"/><file name="procolor_win_palette_raw.png" hash="ea98dde528e987029af6e24dbef53922"/><file name="procolor_win_sel_circle.gif" hash="3674b62db5a6eaa4dcedb0749dde4106"/><file name="procolor_win_sel_circle.png" hash="d76195d1777e9a14ebc1a242ab712037"/><file name="procolor_win_sel_rect.gif" hash="b74a72aaf1ea21d55b8751079f283537"/><file name="procolor_win_sel_rect.png" hash="5513589e2b6dc1a980a4e65a746005d0"/><file name="procolor_win_wheel_black.png" hash="62353005bb70bbfa8ffd700112d72582"/><file name="procolor_win_wheel_rgb.jpg" hash="afdd3852c3788a58794ddf1de9557fd8"/></dir><file name="index.html" hash="1f266e57af7350d9711153cb809f5b91"/><file name="license.html" hash="8094fb6fe622b93b85cccacdfd5eb06b"/><file name="options.html" hash="ac3215f0f60e969740c0e5bb79f13e24"/><file name="procolor.compressed.js" hash="79e463efad21212e4096d40b9e17d96c"/><file name="procolor.js" hash="93ec3cb6a0356cce4cf8e51006dfaeec"/><file name="prototype.compressed.js" hash="c0d7c7d5d972f4fe19da42aafadc4eb9"/><file name="prototype.js" hash="b5684120e496c310977713be34be4868"/></dir><dir name="sizechart"><file name="fancybox_overlay.png" hash="77aeaa52715b898b73c74d68c630330e"/><file name="fancybox_sprite.png" hash="783d4031fe50c3d83c960911e1fbc705"/><file name="jquery-1.11.3.min.js" hash="895323ed2f7258af4fae2c738c8aea49"/><file name="jquery.fancybox.css" hash="6c55951ce1e3115711f63f99b7501f3a"/><file name="jquery.fancybox.pack.js" hash="cc9e759f24ba773aeef8a131889d3728"/><file name="sizechart.js" hash="55503cc4e518a32c9a3ed02abe275dce"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>7.0.2</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/base/default/sizechart/images/size-chart-button.png
CHANGED
Binary file
|
skin/frontend/base/default/sizechart/sizechart.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#sizechartbutton{
|
2 |
position: absolute;
|
3 |
-
top:
|
4 |
right: 16px;
|
5 |
z-index: 10;
|
6 |
}
|
1 |
#sizechartbutton{
|
2 |
position: absolute;
|
3 |
+
top: 5px;
|
4 |
right: 16px;
|
5 |
z-index: 10;
|
6 |
}
|