CueBlocks_Zoom - Version 1.5

Version Notes

1)To have a better view of zoom functionality you need to upload image equal or greater than 800*800 pixels

2)template/catalog/product/view/media.phtml file will be ignored and the one in the extension will be used for the zoom function to work on the product page. So if you have customized your media.phtml file, you will need to copy your custom code and paste it in this "new" file located at /design/frontend/default/default/template/zoom/media.phtml. For help, please get in touch with us at magento@cueblocks.com

3)This extension will work for simple,configurable,bundled,virtual and grouped products.

Download this release

Release Info

Developer Magento Core Team
Extension CueBlocks_Zoom
Version 1.5
Comparing to
See all releases


Code changes from version 1.4 to 1.5

app/code/community/JM/Zoom/Helper/Data.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
  *
4
- * Package :- CueBlocks_Zoom-1.4.tgz
5
- * Version :- 1.4
6
  * Edition :- Community
7
  * Developed By :- CueBlocks.com
8
  *
1
  <?php
2
  /**
3
  *
4
+ * Package :- CueBlocks_Zoom-1.5.tgz
5
+ * Version :- 1.5
6
  * Edition :- Community
7
  * Developed By :- CueBlocks.com
8
  *
app/code/community/JM/Zoom/etc/config.xml CHANGED
@@ -2,8 +2,8 @@
2
  <!--
3
  /**
4
  *
5
- * Package :- CueBlocks_Zoom-1.4.tgz
6
- * Version :- 1.4
7
  * Edition :- Community
8
  * Developed By :- CueBlocks.com
9
  *
2
  <!--
3
  /**
4
  *
5
+ * Package :- CueBlocks_Zoom-1.5.tgz
6
+ * Version :- 1.5
7
  * Edition :- Community
8
  * Developed By :- CueBlocks.com
9
  *
app/design/frontend/default/default/layout/zoom.xml CHANGED
@@ -2,8 +2,8 @@
2
  <!--
3
  /**
4
  *
5
- * Package :- CueBlocks_Zoom-1.4.tgz
6
- * Version :- 1.4
7
  * Edition :- Community
8
  * Developed By :- CueBlocks.com
9
  *
@@ -14,9 +14,9 @@
14
  <catalog_product_view>
15
  <reference name="head">
16
  <action method="addItem"><type>skin_css</type><name>css/jqzoom.css</name><params/></action>
17
- <action method="addJs"><script>jquery/jquery-1.3.2.min.js</script></action>
18
- <action method="addJs"><script>jquery/jquery.jqzoom1.0.1.js</script></action>
19
- <action method="addJs"><script>jquery/Cuejqzoom.js</script></action>
20
 
21
  </reference>
22
  <reference name="product.info.media">
@@ -27,9 +27,9 @@
27
  <review_product_list>
28
  <reference name="head">
29
  <action method="addItem"><type>skin_css</type><name>css/jqzoom.css</name><params/></action>
30
- <action method="addJs"><script>jquery/jquery-1.3.2.min.js</script></action>
31
- <action method="addJs"><script>jquery/jquery.jqzoom1.0.1.js</script></action>
32
- <action method="addJs"><script>jquery/Cuejqzoom.js</script></action>
33
 
34
  </reference>
35
  <reference name="product.info.media">
2
  <!--
3
  /**
4
  *
5
+ * Package :- CueBlocks_Zoom-1.5.tgz
6
+ * Version :- 1.5
7
  * Edition :- Community
8
  * Developed By :- CueBlocks.com
9
  *
14
  <catalog_product_view>
15
  <reference name="head">
16
  <action method="addItem"><type>skin_css</type><name>css/jqzoom.css</name><params/></action>
17
+ <action method="addJs"><script>CBjquery/jquery-1.3.2.min.js</script></action>
18
+ <action method="addJs"><script>CBjquery/jquery.jqzoom1.0.1.js</script></action>
19
+ <action method="addJs"><script>CBjquery/Cuejqzoom.js</script></action>
20
 
21
  </reference>
22
  <reference name="product.info.media">
27
  <review_product_list>
28
  <reference name="head">
29
  <action method="addItem"><type>skin_css</type><name>css/jqzoom.css</name><params/></action>
30
+ <action method="addJs"><script>CBjquery/jquery-1.3.2.min.js</script></action>
31
+ <action method="addJs"><script>CBjquery/jquery.jqzoom1.0.1.js</script></action>
32
+ <action method="addJs"><script>CBjquery/Cuejqzoom.js</script></action>
33
 
34
  </reference>
35
  <reference name="product.info.media">
app/design/frontend/default/default/template/zoom/media.phtml CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Package :- CueBlocks_Zoom-1.4.tgz
4
- * Version :- 1.4
5
  * Edition :- Community
6
  * Developed By :- CueBlocks.com
7
  *
1
  <?php
2
  /**
3
+ * Package :- CueBlocks_Zoom-1.5.tgz
4
+ * Version :- 1.5
5
  * Edition :- Community
6
  * Developed By :- CueBlocks.com
7
  *
app/etc/modules/JM_Zoom.xml CHANGED
@@ -2,8 +2,8 @@
2
  <!--
3
  /**
4
  *
5
- * Package :- CueBlocks_Zoom-1.4.tgz
6
- * Version :- 1.4
7
  * Edition :- Community
8
  * Developed By :- CueBlocks.com
9
  *
2
  <!--
3
  /**
4
  *
5
+ * Package :- CueBlocks_Zoom-1.5.tgz
6
+ * Version :- 1.5
7
  * Edition :- Community
8
  * Developed By :- CueBlocks.com
9
  *
js/{jquery → CBjquery}/Cuejqzoom.js RENAMED
@@ -1,5 +1,5 @@
1
- /* :- CueBlocks_Zoom-1.4.tgz
2
- * Version :- 1.4
3
  * Edition :- Community
4
  * Developed By :- CueBlocks.com
5
  *
1
+ /* :- CueBlocks_Zoom-1.5.tgz
2
+ * Version :- 1.5
3
  * Edition :- Community
4
  * Developed By :- CueBlocks.com
5
  *
js/{jquery → CBjquery}/jquery-1.3.2.min.js RENAMED
File without changes
js/{jquery → CBjquery}/jquery.jqzoom1.0.1.js RENAMED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CueBlocks_Zoom</name>
4
- <version>1.4</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
@@ -14,9 +14,9 @@
14
 
15
  3)This extension will work for simple,configurable,bundled,virtual and grouped products.</notes>
16
  <authors><author><name>ekta puri</name><user>auto-converted</user><email>ekta.puri@cueblocks.com</email></author></authors>
17
- <date>2010-12-23</date>
18
- <time>11:55:16</time>
19
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="zoom.xml" hash="9609fdd0a4fac12c0dd98af4bfe42210"/></dir><dir name="template"><dir name="zoom"><file name="media.phtml" hash="6654af6adacd675aef370e58f77a9407"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="JM"><dir name="Zoom"><dir name="etc"><file name="config.xml" hash="5955b642819e3fb7bcc853a4e5491fc9"/></dir><dir name="Helper"><file name="Data.php" hash="b02d931b6e052a1f37de6f74156101d3"/></dir></dir><file name="readme.txt" hash="b656f167e5de72c8eaec2eb58b9027d3"/></dir></target><target name="mage"><dir name="js"><dir name="jquery"><file name="Cuejqzoom.js" hash="5fd1cfe59386369ec8ab423f31e805ee"/><file name="jquery-1.3.2.min.js" hash="25e59325cb47d2ab5ea650d47f431a9c"/><file name="jquery.jqzoom1.0.1.js" hash="e15445b6384c0be0b55b6d9b3f873867"/></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="jqzoom.css" hash="6b12d033e477ead2050d9d5cd58d7185"/></dir><dir name="images"><file name="zoomloader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JM_Zoom.xml" hash="b2fcbe9c1fef162ba563151baa2424d1"/></dir></target></contents>
20
  <compatible/>
21
  <dependencies/>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CueBlocks_Zoom</name>
4
+ <version>1.5</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
14
 
15
  3)This extension will work for simple,configurable,bundled,virtual and grouped products.</notes>
16
  <authors><author><name>ekta puri</name><user>auto-converted</user><email>ekta.puri@cueblocks.com</email></author></authors>
17
+ <date>2011-01-05</date>
18
+ <time>10:38:53</time>
19
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="zoom.xml" hash="ccf33870d8c69b096ac2cdf4ce116c2c"/></dir><dir name="template"><dir name="zoom"><file name="media.phtml" hash="ecc5b425136a2550dfbb594dd49ec2c1"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="JM"><dir name="Zoom"><dir name="etc"><file name="config.xml" hash="8c46c520b1899ff8cd446ac0ca6e1e99"/></dir><dir name="Helper"><file name="Data.php" hash="14c2a90f6abab3694421dee276104911"/></dir></dir><file name="readme.txt" hash="b656f167e5de72c8eaec2eb58b9027d3"/></dir></target><target name="mage"><dir name="js"><dir name="CBjquery"><file name="Cuejqzoom.js" hash="503f694f98da00896d0e79f37c772d3b"/><file name="jquery-1.3.2.min.js" hash="25e59325cb47d2ab5ea650d47f431a9c"/><file name="jquery.jqzoom1.0.1.js" hash="e15445b6384c0be0b55b6d9b3f873867"/></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="jqzoom.css" hash="6b12d033e477ead2050d9d5cd58d7185"/></dir><dir name="images"><file name="zoomloader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JM_Zoom.xml" hash="95fa53851cbeedc95f67ded87008ed29"/></dir></target></contents>
20
  <compatible/>
21
  <dependencies/>
22
  </package>