Version Notes
This extension allows a vendor to upload Images with the popular styles /trend and then customer can click on a particular part of the image, like Dress, Accessories, footwear etc, to view the matching products. Allow customers to view/purchase products of a matching look.
Download this release
Release Info
Developer | Techinflo |
Extension | Techinflo_Productlookbook |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/local/Techinflo/Productlookbook/etc/system.xml +2 -2
- app/design/frontend/base/default/layout/productlookbook.xml +8 -6
- app/design/frontend/base/default/template/productlookbook/productlookbook.phtml +3 -6
- media/productlookbook/100X100/53e0644b1df33.png +0 -0
- media/productlookbook/100X100/53e06508033be.png +0 -0
- media/productlookbook/100X100/53e9c08d34fa7.png +0 -0
- media/productlookbook/100X100/5423a08ca911c.png +0 -0
- media/productlookbook/100X100/5423a2cc92328.png +0 -0
- media/productlookbook/450X600/53e0644b1df33.png +0 -0
- media/productlookbook/450X600/53e06508033be.png +0 -0
- media/productlookbook/450X600/53e9c08d34fa7.png +0 -0
- media/productlookbook/450X600/5423a08ca911c.png +0 -0
- media/productlookbook/450X600/5423a2cc92328.png +0 -0
- media/productlookbook/53e0644b1df33.png +0 -0
- media/productlookbook/53e06508033be.png +0 -0
- media/productlookbook/53e9c08d34fa7.png +0 -0
- media/productlookbook/5423a08ca911c.png +0 -0
- media/productlookbook/5423a2cc92328.png +0 -0
- media/productlookbook/75X75/53e0644b1df33.png +0 -0
- media/productlookbook/75X75/53e06508033be.png +0 -0
- media/productlookbook/75X75/53e9c08d34fa7.png +0 -0
- media/productlookbook/75X75/5423a08ca911c.png +0 -0
- package.xml +4 -4
app/code/local/Techinflo/Productlookbook/etc/system.xml
CHANGED
@@ -120,8 +120,8 @@
|
|
120 |
<comment><![CDATA[If YES the navigation button (prev, next and play/stop buttons) will be visible on hover state only, if NO they will be visible always.]]></comment>
|
121 |
</navigation_hover>
|
122 |
<thumbnails translate="label">
|
123 |
-
|
124 |
-
<frontend_type>select</frontend_type
|
125 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
126 |
<sort_order>110</sort_order>
|
127 |
<show_in_default>1</show_in_default>
|
120 |
<comment><![CDATA[If YES the navigation button (prev, next and play/stop buttons) will be visible on hover state only, if NO they will be visible always.]]></comment>
|
121 |
</navigation_hover>
|
122 |
<thumbnails translate="label">
|
123 |
+
<!--<label>Show thumbnails</label>
|
124 |
+
<frontend_type>select</frontend_type>-->
|
125 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
126 |
<sort_order>110</sort_order>
|
127 |
<show_in_default>1</show_in_default>
|
app/design/frontend/base/default/layout/productlookbook.xml
CHANGED
@@ -8,16 +8,18 @@
|
|
8 |
-->
|
9 |
<layout version="0.1.0">
|
10 |
<default>
|
11 |
-
|
|
|
|
|
12 |
<action method="addCss"><stylesheet>productlookbook/css/hotspots.css</stylesheet></action>
|
13 |
-
<action method="
|
14 |
-
|
15 |
-
|
16 |
<action method="addItem"><type>skin_js</type><name>productlookbook/js/camera.min.js</name></action>
|
17 |
-
|
18 |
</reference>
|
19 |
<reference name="content">
|
20 |
<block type="productlookbook/productlookbook" name="productlookbook" template="productlookbook/productlookbook.phtml" />
|
21 |
</reference>
|
22 |
-
</
|
23 |
</layout>
|
8 |
-->
|
9 |
<layout version="0.1.0">
|
10 |
<default>
|
11 |
+
</default>
|
12 |
+
<productlookbook_index_index>
|
13 |
+
<reference name="head">
|
14 |
<action method="addCss"><stylesheet>productlookbook/css/hotspots.css</stylesheet></action>
|
15 |
+
<action method="addJs"><script>jquery/jquery-1.8.2.min.js</script></action>
|
16 |
+
<action method="addJs"><script>jquery/jquery.noconflict.js</script></action>
|
17 |
+
<action method="addItem"><type>skin_js</type><name>productlookbook/js/jquery.easing.1.3.js</name></action>
|
18 |
<action method="addItem"><type>skin_js</type><name>productlookbook/js/camera.min.js</name></action>
|
19 |
+
<action method="addItem"><type>skin_js</type><name>productlookbook/js/hotspots.js</name></action>
|
20 |
</reference>
|
21 |
<reference name="content">
|
22 |
<block type="productlookbook/productlookbook" name="productlookbook" template="productlookbook/productlookbook.phtml" />
|
23 |
</reference>
|
24 |
+
</productlookbook_index_index>
|
25 |
</layout>
|
app/design/frontend/base/default/template/productlookbook/productlookbook.phtml
CHANGED
@@ -8,10 +8,7 @@ $helper = Mage::helper('productlookbook');
|
|
8 |
|
9 |
if ($helper->getEnabled()) :
|
10 |
|
11 |
-
$makets =
|
12 |
-
->getCollection()
|
13 |
-
->addFieldToFilter('status', 1)
|
14 |
-
->setOrder('position', 'ASC');
|
15 |
|
16 |
$width = $helper->getMaxImageWidth();
|
17 |
$height = $helper->getMaxImageHeight();
|
@@ -24,7 +21,7 @@ if ($helper->getEnabled()) :
|
|
24 |
$trans_period = ($helper->getTransitionDuration()) ? $helper->getTransitionDuration() : 1500;
|
25 |
$hotspots = array();
|
26 |
|
27 |
-
|
28 |
?>
|
29 |
<div class="camera_wrap camera_black_skin" id="productlookbook" style="width:<?php echo $width;?>px;">
|
30 |
<?php foreach ($makets as $image): ?>
|
@@ -69,6 +66,6 @@ if ($helper->getEnabled()) :
|
|
69 |
});
|
70 |
//]]>
|
71 |
</script>
|
72 |
-
|
73 |
<?php endif;?>
|
74 |
|
8 |
|
9 |
if ($helper->getEnabled()) :
|
10 |
|
11 |
+
$makets = $this->getCollection();
|
|
|
|
|
|
|
12 |
|
13 |
$width = $helper->getMaxImageWidth();
|
14 |
$height = $helper->getMaxImageHeight();
|
21 |
$trans_period = ($helper->getTransitionDuration()) ? $helper->getTransitionDuration() : 1500;
|
22 |
$hotspots = array();
|
23 |
|
24 |
+
|
25 |
?>
|
26 |
<div class="camera_wrap camera_black_skin" id="productlookbook" style="width:<?php echo $width;?>px;">
|
27 |
<?php foreach ($makets as $image): ?>
|
66 |
});
|
67 |
//]]>
|
68 |
</script>
|
69 |
+
|
70 |
<?php endif;?>
|
71 |
|
media/productlookbook/100X100/53e0644b1df33.png
DELETED
Binary file
|
media/productlookbook/100X100/53e06508033be.png
DELETED
Binary file
|
media/productlookbook/100X100/53e9c08d34fa7.png
DELETED
Binary file
|
media/productlookbook/100X100/5423a08ca911c.png
ADDED
Binary file
|
media/productlookbook/100X100/5423a2cc92328.png
ADDED
Binary file
|
media/productlookbook/450X600/53e0644b1df33.png
DELETED
Binary file
|
media/productlookbook/450X600/53e06508033be.png
DELETED
Binary file
|
media/productlookbook/450X600/53e9c08d34fa7.png
DELETED
Binary file
|
media/productlookbook/450X600/5423a08ca911c.png
ADDED
Binary file
|
media/productlookbook/450X600/5423a2cc92328.png
ADDED
Binary file
|
media/productlookbook/53e0644b1df33.png
DELETED
Binary file
|
media/productlookbook/53e06508033be.png
DELETED
Binary file
|
media/productlookbook/53e9c08d34fa7.png
DELETED
Binary file
|
media/productlookbook/5423a08ca911c.png
ADDED
Binary file
|
media/productlookbook/5423a2cc92328.png
ADDED
Binary file
|
media/productlookbook/75X75/53e0644b1df33.png
DELETED
Binary file
|
media/productlookbook/75X75/53e06508033be.png
DELETED
Binary file
|
media/productlookbook/75X75/53e9c08d34fa7.png
DELETED
Binary file
|
media/productlookbook/75X75/5423a08ca911c.png
ADDED
Binary file
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Techinflo_Productlookbook</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">Open Software License v. 3.0 (OSL-3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This extension allows a vendor to upload Images with the popular styles /trend and then customer can click on a particular part of the image, like Dress, Accessories, footwear etc, to view the matching products. Allow customers to view/purchase products of a matching look.</description>
|
11 |
<notes>This extension allows a vendor to upload Images with the popular styles /trend and then customer can click on a particular part of the image, like Dress, Accessories, footwear etc, to view the matching products. Allow customers to view/purchase products of a matching look.</notes>
|
12 |
<authors><author><name>Techinflo</name><user>Techinflo</user><email>contact@techinflo.com</email></author></authors>
|
13 |
-
<date>2014-09-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Techinflo_Productlookbook.xml" hash="7000b2dae2570ed0787a96d172f2725b"/></dir></target><target name="magelocal"><dir name="Techinflo"><dir name="Productlookbook"><dir name="Block"><dir name="Adminhtml"><dir name="Productlookbook"><dir name="Edit"><dir name="Form"><dir name="Element"><file name="Hotspots.php" hash="dbd4a22a304586f89ac18ad836c56f7c"/><file name="Productlookbookimage.php" hash="a2816fb11de52e85d50ae1aa1171af1e"/></dir></dir><file name="Form.php" hash="4b1e495dc2717ec4197307f634a0a7a6"/><dir name="Tab"><file name="Form.php" hash="ec0646f8207212d68abd0c081eb263f8"/></dir><file name="Tabs.php" hash="5db6af56766ef5fe1bcc27e6f1accbc9"/></dir><file name="Edit.php" hash="01f6f8ac6e66782ae5dd3accfc5ea6a5"/><file name="Grid.php" hash="e9630843eac007a2cb9be524a50c1ef0"/></dir><file name="Productlookbook.php" hash="ca379b75d50874393076ad3ab0b5ff60"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Categories.php" hash="8b059fbaa993e7a8fb678af6fe695750"/></dir></dir><dir name="Template"><dir name="Renderer"><file name="Category.php" hash="67e7ffcc2e0cf591da607cfd72b89fee"/></dir></dir></dir></dir><dir name="Template"><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash="5eeb1abd1755421d0e1ef1eed52c847a"/></dir></dir></dir></dir><file name="Productlookbook.php" hash="dfc4f836897ba4e1ce242cd8361a9c96"/></dir><dir name="Helper"><file name="Data.php" hash="3c873beee8cae5876d57cba51a0dc0e0"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Effect.php" hash="c6c40f0815cf35515d5f57ec3f545f5f"/></dir></dir><file name="Fileuploader.php" hash="b73c8f56b7c3ac0cb4320e4bfaeb60ee"/><dir name="Layout"><dir name="Generate"><file name="Observer.php" hash="1226dacb97497f7d25e3310e425f8cd9"/></dir></dir><dir name="Mysql4"><dir name="Productlookbook"><file name="Collection.php" hash="378213b135d05c673999a7e595aba52b"/></dir><file name="Productlookbook.php" hash="11e7ee7e1bea83a34b07ec7a84e6c923"/></dir><file name="Productlookbook.php" hash="af00fdf2001fe1becad7324442426472"/><file name="Status.php" hash="f5670902a5de2b9cc9885219d0acccf8"/><file name="Uploadedfileform.php" hash="766b3baf8b4c2fca39fa77927b00e530"/><file name="Uploadedfilexhr.php" hash="d5d311850b4c1419d32fdc398ee76fe7"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ProductlookbookController.php" hash="98216e31655cb5ec9d5d0888a1dca2b5"/></dir><file name="IndexController.php" hash="b053be9944b999d3baf7ffdf0516362e"/></dir><dir name="etc"><file name="config.xml" hash="00ff5c633de32e91bf8472d8f4afaa8c"/><file name="system.xml" hash="ad5b643d22c2d0a23dd3415e3a2e9500"/></dir><dir name="sql"><dir name="productlookbook_setup"><file name="mysql4-install-1.0.2.php" hash="441fe15ce06a16e2a750408d0352a751"/><file name="mysql4-upgrade-1.0.2-1.0.3.php" hash="79173da618315a8c2ef12b0e28b47138"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="productlookbook.xml" hash="f458a9c4bce9db0fb93d2f28b4a4c21a"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="productlookbook.xml" hash="07255e37663edf82b425b29b600876be"/></dir><dir name="template"><dir name="productlookbook"><file name="productlookbook.phtml" hash="fe2c15743c033ca36dfdbe8b44f468e2"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="productlookbook"><dir><dir name="100X100"><file name="53be81b791bde.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be81db38e27.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be820cd989e.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be86dff2a40.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be86f283a61.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be870222845.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be8956c4665.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be8aa8f1366.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be909503fcd.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be90b4ba6b7.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be90c2b9acb.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53bfc454e7037.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53e0644b1df33.png" hash="f1a5e87c87e29190603d711d4e59b0ea"/><file name="53e06508033be.png" hash="f1a5e87c87e29190603d711d4e59b0ea"/><file name="53e9c08d34fa7.png" hash="f1a5e87c87e29190603d711d4e59b0ea"/></dir><dir name="450X600"><file name="53be81b791bde.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be81db38e27.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be820cd989e.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be86dff2a40.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be86f283a61.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be870222845.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be8956c4665.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be8aa8f1366.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be909503fcd.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be90b4ba6b7.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be90c2b9acb.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53bfc454e7037.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53e0644b1df33.png" hash="8b41c561f75a578aeb669817da36ecbf"/><file name="53e06508033be.png" hash="8b41c561f75a578aeb669817da36ecbf"/><file name="53e9c08d34fa7.png" hash="8b41c561f75a578aeb669817da36ecbf"/></dir><dir name="75X75"><file name="53be81b791bde.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be81db38e27.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be820cd989e.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be86dff2a40.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be86f283a61.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be870222845.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be8956c4665.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be8aa8f1366.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be909503fcd.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be90b4ba6b7.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be90c2b9acb.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53bfc454e7037.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53e0644b1df33.png" hash="88da0121fda3b2a7c55d635cc79cdcfc"/><file name="53e06508033be.png" hash="88da0121fda3b2a7c55d635cc79cdcfc"/><file name="53e9c08d34fa7.png" hash="88da0121fda3b2a7c55d635cc79cdcfc"/></dir><dir name="icons"><dir name="default"><file name="QuickIcon.png" hash="30e86ddc55992b9a294c6dafbcddb66f"/><file name="ebs.jpg" hash="c9cea6b5ea4cfb021eea07b03aaad8f6"/><file name="hotspot-icon.png" hash="95336e1e788e3f88f29019eacbac2041"/><file name="logo1.PNG" hash="feaaf2b174712f9c1cb52cd1a1f8ab5c"/><file name="logo2.PNG" hash="22d07e8e1bf1d65ab8b05a0f1f08cd74"/><file name="logo2_1.PNG" hash="22d07e8e1bf1d65ab8b05a0f1f08cd74"/></dir><dir name="stores"><dir name="1"><file name="1234.PNG" hash="d8daf50ee01ed3bba9ff67d89fb4ff17"/><file name="1234_1.PNG" hash="d8daf50ee01ed3bba9ff67d89fb4ff17"/></dir></dir><dir name="websites"><dir name="default"><file name="DSC00140.JPG" hash="8d32b2a9145bf92d093a0f4fd8fa179f"/><file name="Thumbs.db" hash="7b35dee49abd794873f6e2ad52a4dd1f"/></dir></dir></dir></dir><file name="53be81b791bde.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be81db38e27.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be820cd989e.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be86dff2a40.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be86f283a61.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be870222845.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be8956c4665.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be8aa8f1366.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be909503fcd.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be90b4ba6b7.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be90c2b9acb.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53bfc454e7037.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53e0644b1df33.png" hash="0d4c2ce07ea978a88881dc39e7f97db0"/><file name="53e06508033be.png" hash="0d4c2ce07ea978a88881dc39e7f97db0"/><file name="53e9c08d34fa7.png" hash="0d4c2ce07ea978a88881dc39e7f97db0"/><file name="Thumbs.db" hash="7997575f4d3fa2ba367a36ad9425f8b5"/></dir></target><target name="mageweb"><dir name="js"><dir name="jquery"><file name="jquery-1.8.2.min.js" hash="cfa9051cc0b05eb519f1e16b2a6645d7"/><file name="jquery.noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir><dir name="productlookbook"><file name="fileuploader.js" hash="64cb3de32e4a6cc1710dd08bb0da582a"/><file name="jquery-ui-1.9.1.js" hash="e3afa2a5c2ef212277864dfd43408ce4"/><file name="jquery.annotate.js" hash="cb071818bb157c179babe9744e4e1d98"/><file name="jquery.mobile.customized.min.js" hash="ea59fe8222cc61ffdbd41119ce23fd25"/><file name="json2.min.js" hash="041eedd4d7676d33b6ccd2056734e4b3"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="productlookbook"><dir name="css"><file name="hotspots.css" hash="4791b35974cafcf1c0ffed272fa44ab3"/></dir><dir name="images"><file name="Thumbs.db" hash="3e8dbef4870dd848b6d35addfff4b60d"/><file name="adv-bg.png" hash="06af9432757479345a304c8d8b8b3939"/><file name="camera-loader.gif" hash="cd2e13291ecdcac7f575beea6d84b099"/><file name="camera_skins.png" hash="44234b21bebe6b318aab47d9e9bbbee9"/><file name="caption-bg.png" hash="b09e2b8f7382607b51b0392ba46f5963"/><file name="info-bg.png" hash="6b2e3b329380a9bf3c298e3a6c34a7fa"/><dir><dir name="patterns"><file name="Thumbs.db" hash="44a0f4358c024ff7edab2b112d2b00f8"/><file name="overlay1.png" hash="1f146c3ca45b7de58990fe35674f3c12"/><file name="overlay10.png" hash="e1eb49ee07e74a2c4fee9dad5f17a513"/><file name="overlay2.png" hash="ddcf42fed3bf5234b7846a74bf17fc6d"/><file name="overlay3.png" hash="d3deed31d1eed4f17432ff93aefd9daf"/><file name="overlay4.png" hash="8df992721519d21ba39626a8615393c4"/><file name="overlay5.png" hash="a839858206fe25a686265e5868a00fbf"/><file name="overlay6.png" hash="de8c31ab33ca41114addad876a7d057b"/><file name="overlay7.png" hash="8475f8c4b675c531f5fca9d0f8266889"/><file name="overlay8.png" hash="a13c787a719e0619ce82ba73bacd9498"/><file name="overlay9.png" hash="06b734ded54bbe1761e3b67acd2575e5"/></dir></dir></dir><dir name="js"><file name="camera.min.js" hash="aa542c77d7ce8d3ab3194a2dd22f7104"/><file name="hotspots.js" hash="0ff6d4acc3dc5611e0c74306be8cc3bb"/><file name="jquery-1.10.2.js" hash="91515770ce8c55de23b306444d8ea998"/><file name="jquery.easing.1.3.js" hash="6516449ed5089677ed3d7e2f11fc8942"/><file name="jquery.noConflict.js" hash="2a423aa7601d85ac86d8140356140602"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="productlookbook"><dir name="css"><file name="annotation.css" hash="9cc51acc1cde04e4353c1d60fd7de8eb"/><file name="fileuploader.css" hash="a61b9fbe095acfb8f55a59f081367c09"/></dir><dir name="images"><file name="Thumbs.db" hash="bbe7dd1a07173dc61a8f4f732904b4b7"/><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="btn_gray_bg.gif" hash="8be512788b8044fe31aa8d00cc16ba7b"/><file name="btn_over_bg.gif" hash="f91641168454c03d1fa72731ec97a2b3"/><file name="cancel_btn_icon.png" hash="343e0534818e33d4e3886aa4694602d7"/><file name="cross.png" hash="42492684e24356a4081134894eabeb9e"/><file name="delete_btn_icon.png" hash="04485bbcca5d645427061365185b4a76"/><file name="icon_btn_add.png" hash="3a99c7c227e5e6feb656e1649a8264ab"/><file name="link_external.png" hash="7cc8feaca790904979edda0ba930d6cd"/><file name="loading.gif" hash="2da0807814ad64841cd597c4e8a653d1"/><file name="ok_btn_icon.png" hash="bf2b8c5bb1c784e8d907f5d6345f0e5e"/><file name="upload_btn_icon.png" hash="1ede630273613ffe452dede682e5e028"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.1.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Techinflo_Productlookbook</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">Open Software License v. 3.0 (OSL-3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This extension allows a vendor to upload Images with the popular styles /trend and then customer can click on a particular part of the image, like Dress, Accessories, footwear etc, to view the matching products. Allow customers to view/purchase products of a matching look.</description>
|
11 |
<notes>This extension allows a vendor to upload Images with the popular styles /trend and then customer can click on a particular part of the image, like Dress, Accessories, footwear etc, to view the matching products. Allow customers to view/purchase products of a matching look.</notes>
|
12 |
<authors><author><name>Techinflo</name><user>Techinflo</user><email>contact@techinflo.com</email></author></authors>
|
13 |
+
<date>2014-09-25</date>
|
14 |
+
<time>07:00:41</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Techinflo_Productlookbook.xml" hash="7000b2dae2570ed0787a96d172f2725b"/></dir></target><target name="magelocal"><dir name="Techinflo"><dir name="Productlookbook"><dir name="Block"><dir name="Adminhtml"><dir name="Productlookbook"><dir name="Edit"><dir name="Form"><dir name="Element"><file name="Hotspots.php" hash="dbd4a22a304586f89ac18ad836c56f7c"/><file name="Productlookbookimage.php" hash="a2816fb11de52e85d50ae1aa1171af1e"/></dir></dir><file name="Form.php" hash="4b1e495dc2717ec4197307f634a0a7a6"/><dir name="Tab"><file name="Form.php" hash="ec0646f8207212d68abd0c081eb263f8"/></dir><file name="Tabs.php" hash="5db6af56766ef5fe1bcc27e6f1accbc9"/></dir><file name="Edit.php" hash="01f6f8ac6e66782ae5dd3accfc5ea6a5"/><file name="Grid.php" hash="e9630843eac007a2cb9be524a50c1ef0"/></dir><file name="Productlookbook.php" hash="ca379b75d50874393076ad3ab0b5ff60"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Categories.php" hash="8b059fbaa993e7a8fb678af6fe695750"/></dir></dir><dir name="Template"><dir name="Renderer"><file name="Category.php" hash="67e7ffcc2e0cf591da607cfd72b89fee"/></dir></dir></dir></dir><dir name="Template"><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash="5eeb1abd1755421d0e1ef1eed52c847a"/></dir></dir></dir></dir><file name="Productlookbook.php" hash="dfc4f836897ba4e1ce242cd8361a9c96"/></dir><dir name="Helper"><file name="Data.php" hash="3c873beee8cae5876d57cba51a0dc0e0"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Effect.php" hash="c6c40f0815cf35515d5f57ec3f545f5f"/></dir></dir><file name="Fileuploader.php" hash="b73c8f56b7c3ac0cb4320e4bfaeb60ee"/><dir name="Layout"><dir name="Generate"><file name="Observer.php" hash="1226dacb97497f7d25e3310e425f8cd9"/></dir></dir><dir name="Mysql4"><dir name="Productlookbook"><file name="Collection.php" hash="378213b135d05c673999a7e595aba52b"/></dir><file name="Productlookbook.php" hash="11e7ee7e1bea83a34b07ec7a84e6c923"/></dir><file name="Productlookbook.php" hash="af00fdf2001fe1becad7324442426472"/><file name="Status.php" hash="f5670902a5de2b9cc9885219d0acccf8"/><file name="Uploadedfileform.php" hash="766b3baf8b4c2fca39fa77927b00e530"/><file name="Uploadedfilexhr.php" hash="d5d311850b4c1419d32fdc398ee76fe7"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ProductlookbookController.php" hash="98216e31655cb5ec9d5d0888a1dca2b5"/></dir><file name="IndexController.php" hash="b053be9944b999d3baf7ffdf0516362e"/></dir><dir name="etc"><file name="config.xml" hash="00ff5c633de32e91bf8472d8f4afaa8c"/><file name="system.xml" hash="e514b88aacb147d77b855319657a1dd6"/></dir><dir name="sql"><dir name="productlookbook_setup"><file name="mysql4-install-1.0.2.php" hash="441fe15ce06a16e2a750408d0352a751"/><file name="mysql4-upgrade-1.0.2-1.0.3.php" hash="79173da618315a8c2ef12b0e28b47138"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="productlookbook.xml" hash="f458a9c4bce9db0fb93d2f28b4a4c21a"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="productlookbook.xml" hash="aed4bea25650349135dfd1372c3a1795"/></dir><dir name="template"><dir name="productlookbook"><file name="productlookbook.phtml" hash="3ff7e9b6c3dfebbcfb68e38c778333ef"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="productlookbook"><dir><dir name="100X100"><file name="53be81b791bde.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be81db38e27.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be820cd989e.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be86dff2a40.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be86f283a61.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be870222845.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be8956c4665.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be8aa8f1366.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be909503fcd.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be90b4ba6b7.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53be90c2b9acb.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="53bfc454e7037.JPG" hash="c0c3ed5e650be6740b3d094198b7ac14"/><file name="5423a08ca911c.png" hash="a1b8c73e8bd37f23c04df980107533e8"/><file name="5423a2cc92328.png" hash="a1b8c73e8bd37f23c04df980107533e8"/></dir><dir name="450X600"><file name="53be81b791bde.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be81db38e27.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be820cd989e.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be86dff2a40.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be86f283a61.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be870222845.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be8956c4665.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be8aa8f1366.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be909503fcd.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be90b4ba6b7.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53be90c2b9acb.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="53bfc454e7037.JPG" hash="1393fba62c5128e72fe04fb7c35c8020"/><file name="5423a08ca911c.png" hash="28558c061d13f189f43104ddeea70ce5"/><file name="5423a2cc92328.png" hash="28558c061d13f189f43104ddeea70ce5"/></dir><dir name="75X75"><file name="53be81b791bde.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be81db38e27.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be820cd989e.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be86dff2a40.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be86f283a61.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be870222845.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be8956c4665.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be8aa8f1366.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be909503fcd.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be90b4ba6b7.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53be90c2b9acb.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="53bfc454e7037.JPG" hash="73c28977bc9a9d43d7c630ab3fc9fa27"/><file name="5423a08ca911c.png" hash="26797ca7667a9bf1278957437aa727ad"/></dir><dir name="icons"><dir name="default"><file name="QuickIcon.png" hash="30e86ddc55992b9a294c6dafbcddb66f"/><file name="ebs.jpg" hash="c9cea6b5ea4cfb021eea07b03aaad8f6"/><file name="hotspot-icon.png" hash="95336e1e788e3f88f29019eacbac2041"/><file name="logo1.PNG" hash="feaaf2b174712f9c1cb52cd1a1f8ab5c"/><file name="logo2.PNG" hash="22d07e8e1bf1d65ab8b05a0f1f08cd74"/><file name="logo2_1.PNG" hash="22d07e8e1bf1d65ab8b05a0f1f08cd74"/></dir><dir name="stores"><dir name="1"><file name="1234.PNG" hash="d8daf50ee01ed3bba9ff67d89fb4ff17"/><file name="1234_1.PNG" hash="d8daf50ee01ed3bba9ff67d89fb4ff17"/></dir></dir><dir name="websites"><dir name="default"><file name="DSC00140.JPG" hash="8d32b2a9145bf92d093a0f4fd8fa179f"/><file name="Thumbs.db" hash="7b35dee49abd794873f6e2ad52a4dd1f"/></dir></dir></dir></dir><file name="53be81b791bde.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be81db38e27.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be820cd989e.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be86dff2a40.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be86f283a61.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be870222845.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be8956c4665.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be8aa8f1366.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be909503fcd.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be90b4ba6b7.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53be90c2b9acb.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="53bfc454e7037.JPG" hash="f1ff6725f07779b7d767d4d5d0742f7a"/><file name="5423a08ca911c.png" hash="28558c061d13f189f43104ddeea70ce5"/><file name="5423a2cc92328.png" hash="28558c061d13f189f43104ddeea70ce5"/><file name="Thumbs.db" hash="7997575f4d3fa2ba367a36ad9425f8b5"/></dir></target><target name="mageweb"><dir name="js"><dir name="jquery"><file name="jquery-1.8.2.min.js" hash="cfa9051cc0b05eb519f1e16b2a6645d7"/><file name="jquery.noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir><dir name="productlookbook"><file name="fileuploader.js" hash="64cb3de32e4a6cc1710dd08bb0da582a"/><file name="jquery-ui-1.9.1.js" hash="e3afa2a5c2ef212277864dfd43408ce4"/><file name="jquery.annotate.js" hash="cb071818bb157c179babe9744e4e1d98"/><file name="jquery.mobile.customized.min.js" hash="ea59fe8222cc61ffdbd41119ce23fd25"/><file name="json2.min.js" hash="041eedd4d7676d33b6ccd2056734e4b3"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="productlookbook"><dir name="css"><file name="hotspots.css" hash="4791b35974cafcf1c0ffed272fa44ab3"/></dir><dir name="images"><file name="Thumbs.db" hash="3e8dbef4870dd848b6d35addfff4b60d"/><file name="adv-bg.png" hash="06af9432757479345a304c8d8b8b3939"/><file name="camera-loader.gif" hash="cd2e13291ecdcac7f575beea6d84b099"/><file name="camera_skins.png" hash="44234b21bebe6b318aab47d9e9bbbee9"/><file name="caption-bg.png" hash="b09e2b8f7382607b51b0392ba46f5963"/><file name="info-bg.png" hash="6b2e3b329380a9bf3c298e3a6c34a7fa"/><dir><dir name="patterns"><file name="Thumbs.db" hash="44a0f4358c024ff7edab2b112d2b00f8"/><file name="overlay1.png" hash="1f146c3ca45b7de58990fe35674f3c12"/><file name="overlay10.png" hash="e1eb49ee07e74a2c4fee9dad5f17a513"/><file name="overlay2.png" hash="ddcf42fed3bf5234b7846a74bf17fc6d"/><file name="overlay3.png" hash="d3deed31d1eed4f17432ff93aefd9daf"/><file name="overlay4.png" hash="8df992721519d21ba39626a8615393c4"/><file name="overlay5.png" hash="a839858206fe25a686265e5868a00fbf"/><file name="overlay6.png" hash="de8c31ab33ca41114addad876a7d057b"/><file name="overlay7.png" hash="8475f8c4b675c531f5fca9d0f8266889"/><file name="overlay8.png" hash="a13c787a719e0619ce82ba73bacd9498"/><file name="overlay9.png" hash="06b734ded54bbe1761e3b67acd2575e5"/></dir></dir></dir><dir name="js"><file name="camera.min.js" hash="aa542c77d7ce8d3ab3194a2dd22f7104"/><file name="hotspots.js" hash="0ff6d4acc3dc5611e0c74306be8cc3bb"/><file name="jquery-1.10.2.js" hash="91515770ce8c55de23b306444d8ea998"/><file name="jquery.easing.1.3.js" hash="6516449ed5089677ed3d7e2f11fc8942"/><file name="jquery.noConflict.js" hash="2a423aa7601d85ac86d8140356140602"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="productlookbook"><dir name="css"><file name="annotation.css" hash="9cc51acc1cde04e4353c1d60fd7de8eb"/><file name="fileuploader.css" hash="a61b9fbe095acfb8f55a59f081367c09"/></dir><dir name="images"><file name="Thumbs.db" hash="bbe7dd1a07173dc61a8f4f732904b4b7"/><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="btn_gray_bg.gif" hash="8be512788b8044fe31aa8d00cc16ba7b"/><file name="btn_over_bg.gif" hash="f91641168454c03d1fa72731ec97a2b3"/><file name="cancel_btn_icon.png" hash="343e0534818e33d4e3886aa4694602d7"/><file name="cross.png" hash="42492684e24356a4081134894eabeb9e"/><file name="delete_btn_icon.png" hash="04485bbcca5d645427061365185b4a76"/><file name="icon_btn_add.png" hash="3a99c7c227e5e6feb656e1649a8264ab"/><file name="link_external.png" hash="7cc8feaca790904979edda0ba930d6cd"/><file name="loading.gif" hash="2da0807814ad64841cd597c4e8a653d1"/><file name="ok_btn_icon.png" hash="bf2b8c5bb1c784e8d907f5d6345f0e5e"/><file name="upload_btn_icon.png" hash="1ede630273613ffe452dede682e5e028"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.1.0</max></php></required></dependencies>
|
18 |
</package>
|