Product_Back_Image_On_Hover - Version 1.0.4

Version Notes

  • ACL admin role support

  • Bug Fix
  • Download this release

    Release Info

    Developer SetuBridge Technolabs
    Extension Product_Back_Image_On_Hover
    Version 1.0.4
    Comparing to
    See all releases


    Code changes from version 1.0.3 to 1.0.4

    app/code/local/Sbridge/Moreview/etc/adminhtml.xml DELETED
    @@ -1,23 +0,0 @@
    1
    - <?xml version="1.0" ?>
    2
    - <config>
    3
    - <acl>
    4
    - <resources>
    5
    - <admin>
    6
    - <children>
    7
    - <system>
    8
    - <children>
    9
    - <config>
    10
    - <children>
    11
    - <moreview_section translate="title" module="moreview">
    12
    - <!--<title>Manage Request</title>-->
    13
    - <sort_order>100</sort_order>
    14
    - </moreview_section>
    15
    - </children>
    16
    - </config>
    17
    - </children>
    18
    - </system>
    19
    - </children>
    20
    - </admin>
    21
    - </resources>
    22
    - </acl>
    23
    - </config>
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    app/code/local/Sbridge/Moreview/etc/config.xml CHANGED
    @@ -10,7 +10,7 @@
    10
      <config>
    11
      <modules>
    12
      <Sbridge_Moreview>
    13
    - <version>0.1.0</version>
    14
      </Sbridge_Moreview>
    15
      </modules>
    16
      <frontend>
    @@ -49,13 +49,21 @@
    49
      <title>Allow Everything</title>
    50
      </all>
    51
      <admin>
    52
    - <children>
    53
    - <Sbridge_Moreview>
    54
    - <title>Moreview</title>
    55
    - <sort_order>10</sort_order>
    56
    - </Sbridge_Moreview>
    57
    - </children>
    58
    - </admin>
     
     
     
     
     
     
     
     
    59
      </resources>
    60
      </acl>
    61
      <layout>
    @@ -112,4 +120,4 @@
    112
      </moreview>
    113
      </helpers>
    114
      </global>
    115
    - </config>
    10
      <config>
    11
      <modules>
    12
      <Sbridge_Moreview>
    13
    + <version>1.0.4</version>
    14
      </Sbridge_Moreview>
    15
      </modules>
    16
      <frontend>
    49
      <title>Allow Everything</title>
    50
      </all>
    51
      <admin>
    52
    + <children>
    53
    + <system>
    54
    + <children>
    55
    + <config>
    56
    + <children>
    57
    + <moreview_section translate="title" module="moreview">
    58
    + <title>moreview</title>
    59
    + <sort_order>100</sort_order>
    60
    + </moreview_section>
    61
    + </children>
    62
    + </config>
    63
    + </children>
    64
    + </system>
    65
    + </children>
    66
    + </admin>
    67
      </resources>
    68
      </acl>
    69
      <layout>
    120
      </moreview>
    121
      </helpers>
    122
      </global>
    123
    + </config>
    app/design/frontend/default/default/layout/moreview.xml CHANGED
    @@ -50,4 +50,6 @@
    50
      </action>
    51
      </reference>
    52
      </catalog_product_view>
     
     
    53
      </layout>
    50
      </action>
    51
      </reference>
    52
      </catalog_product_view>
    53
    +
    54
    +
    55
      </layout>
    app/etc/modules/Sbridge_Moreview.xml DELETED
    @@ -1,17 +0,0 @@
    1
    - <?xml version="1.0"?>
    2
    - <!--
    3
    - /**
    4
    - * @category Sbridge
    5
    - * @package Sbridge_Moreview
    6
    - * @author ModuleCreator
    7
    - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
    8
    - */
    9
    - -->
    10
    - <config>
    11
    - <modules>
    12
    - <Sbridge_Moreview>
    13
    - <active>true</active>
    14
    - <codePool>local</codePool>
    15
    - </Sbridge_Moreview>
    16
    - </modules>
    17
    - </config>
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    package.xml CHANGED
    @@ -1,9 +1,9 @@
    1
      <?xml version="1.0"?>
    2
      <package>
    3
      <name>Product_Back_Image_On_Hover</name>
    4
    - <version>1.0.3</version>
    5
      <stability>stable</stability>
    6
    - <license>OSLv3.0</license>
    7
      <channel>community</channel>
    8
      <extends/>
    9
      <summary>A Perfect solution to showcase product back image on category product listing pages.</summary>
    @@ -12,20 +12,21 @@
    12
      With online shopping perfect showcase of your catalog is must necessarily outstanding to increase sales &amp; user experience. We setubridge has right solution for merchant who wants to display products back image on category listing page. Our extension will seamlessly add functionality to display back product image on product image hover action by customer. Additionally you can control same functionality for upsell, cross sell &amp; related products by option control in backend configuration.&#xD;
    13
      &#xD;
    14
      &lt;h3&gt;Extension Features&lt;/h3&gt;&#xD;
    15
    - &lt;li&gt;Display back image when customer hover on product image&lt;/li&gt;&#xD;
    16
    - &lt;li&gt;Complete Configuration panel to control extension working from admin panel&lt;/li&gt;&#xD;
    17
    - &lt;li&gt;Enable back hover image functionality for related,upsell &amp; cross sell products using backend configuration&lt;/li&gt;&#xD;
    18
      &#xD;
    19
      &#xD;
    20
      &lt;h3&gt;Technical Standards&lt;/h3&gt;&#xD;
    21
    - &lt;li&gt;Follow Extension Development guideline&lt;/li&gt;&#xD;
    22
    - &lt;li&gt;No Additional changes required for extension to work&lt;/li&gt;&#xD;
    23
    - &lt;li&gt;Direct filter in Moreviews to load back button image rather than ugly looping concept&lt;/li&gt;</description>
    24
    - <notes>Added support for Magento 1.9</notes>
    25
    - <authors><author><name>SetuBridge</name><user>Technolabs</user><email>support@setubridge.com</email></author></authors>
    26
    - <date>2014-08-07</date>
    27
    - <time>13:11:19</time>
    28
    - <contents><target name="magelocal"><dir name="Sbridge"><dir name="Moreview"><dir name="Helper"><file name="Data.php" hash="77ad595320752f10a30b61bf5e723e19"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MoreviewController.php" hash="84754802778f1983da620879806206a4"/></dir><file name="IndexController.php" hash="062e025896b8de25acd2fd0d65d55cc0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="728425db93a9a90d36c7651ae011fb4e"/><file name="config.xml" hash="1fa23d3c574ba50e6ddbc7ae8b310f34"/><file name="system.xml" hash="496459405b10355e23acd02d3f3878a1"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="moreview"><file name="crosssell.phtml" hash="7bc6d54dd7db3d2d271198d024caa0c8"/><file name="list.phtml" hash="b1b1d3a45f12bbe4089093d27a1cc575"/><file name="moreview.phtml" hash="a1722fdcb91f8cc555e54c8fb12ce6e6"/><file name="related.phtml" hash="e44796becd9dcae45f815f3915e4f5cc"/><file name="upsell.phtml" hash="e973ba07390da41b2756a4d914dd9c79"/></dir></dir><dir name="layout"><file name="moreview.xml" hash="7e31ba4d2594523f0c979968b601c214"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="moreview"><file name="crosssell.phtml" hash="7bc6d54dd7db3d2d271198d024caa0c8"/><file name="list.phtml" hash="b1b1d3a45f12bbe4089093d27a1cc575"/><file name="moreview.phtml" hash="a1722fdcb91f8cc555e54c8fb12ce6e6"/><file name="related.phtml" hash="e44796becd9dcae45f815f3915e4f5cc"/><file name="upsell.phtml" hash="e973ba07390da41b2756a4d914dd9c79"/></dir></dir><dir name="layout"><file name="moreview.xml" hash="7e31ba4d2594523f0c979968b601c214"/></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="template"><dir name="moreview"><file name="crosssell.phtml" hash="8a275f83213b584828de5bec45373fb7"/><file name="list.phtml" hash="9cf6a09e7cce890af44f8e1d91e8492a"/><file name="moreview.phtml" hash="a1722fdcb91f8cc555e54c8fb12ce6e6"/><file name="related.phtml" hash="5fe32bef8fdebb69f72a51320fbfe42f"/><file name="upsell.phtml" hash="ec650cc203e0c05dff6e110198d815b6"/></dir></dir><dir name="layout"><file name="moreview.xml" hash="7e31ba4d2594523f0c979968b601c214"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="moreview.xml" hash="1e81c54dc590a17f70063a4529383a98"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sbridge_Moreview.xml" hash="7a70ff4f71a279ab47f34b46de09ec16"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="moreview.css" hash="ecc5ddad78877b293b4cce18fada5c7f"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="css"><file name="moreview.css" hash="ecc5ddad78877b293b4cce18fada5c7f"/></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><file name="moreview.css" hash="ecc5ddad78877b293b4cce18fada5c7f"/></dir></dir></dir></dir></target></contents>
     
    29
      <compatible/>
    30
      <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
    31
      </package>
    1
      <?xml version="1.0"?>
    2
      <package>
    3
      <name>Product_Back_Image_On_Hover</name>
    4
    + <version>1.0.4</version>
    5
      <stability>stable</stability>
    6
    + <license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
    7
      <channel>community</channel>
    8
      <extends/>
    9
      <summary>A Perfect solution to showcase product back image on category product listing pages.</summary>
    12
      With online shopping perfect showcase of your catalog is must necessarily outstanding to increase sales &amp; user experience. We setubridge has right solution for merchant who wants to display products back image on category listing page. Our extension will seamlessly add functionality to display back product image on product image hover action by customer. Additionally you can control same functionality for upsell, cross sell &amp; related products by option control in backend configuration.&#xD;
    13
      &#xD;
    14
      &lt;h3&gt;Extension Features&lt;/h3&gt;&#xD;
    15
    + Display back image when customer hover on product image&#xD;
    16
    + Complete Configuration panel to control extension working from admin panel&#xD;
    17
    + Enable back hover image functionality for related,upsell &amp; cross sell products using backend configuration&#xD;
    18
      &#xD;
    19
      &#xD;
    20
      &lt;h3&gt;Technical Standards&lt;/h3&gt;&#xD;
    21
    + Follow Extension Development guideline&#xD;
    22
    + No Additional changes required for extension to work&#xD;
    23
    + Direct filter in Moreviews to load back button image rather than ugly looping concept</description>
    24
    + <notes>&lt;li&gt; ACL admin role support &lt;/li&gt;&#xD;
    25
    + &lt;li&gt; Bug Fix &lt;/li&gt;</notes>
    26
    + <authors><author><name>SetuBridge Technolabs</name><user>SetuBridge</user><email>support@setubridge.com</email></author></authors>
    27
    + <date>2015-04-28</date>
    28
    + <time>05:20:31</time>
    29
    + <contents><target name="magelocal"><dir name="Sbridge"><dir name="Moreview"><dir name="Helper"><file name="Data.php" hash="77ad595320752f10a30b61bf5e723e19"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MoreviewController.php" hash="84754802778f1983da620879806206a4"/></dir><file name="IndexController.php" hash="062e025896b8de25acd2fd0d65d55cc0"/></dir><dir name="etc"><file name="config.xml" hash="0066039e9d2af32c22ad36b983952335"/><file name="system.xml" hash="496459405b10355e23acd02d3f3878a1"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sbridge_Moreview.xml" hash=""/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="moreview.xml" hash="1e81c54dc590a17f70063a4529383a98"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="moreview.xml" hash="7e31ba4d2594523f0c979968b601c214"/></dir><dir name="template"><dir name="moreview"><file name="crosssell.phtml" hash="7bc6d54dd7db3d2d271198d024caa0c8"/><file name="list.phtml" hash="b1b1d3a45f12bbe4089093d27a1cc575"/><file name="moreview.phtml" hash="a1722fdcb91f8cc555e54c8fb12ce6e6"/><file name="related.phtml" hash="e44796becd9dcae45f815f3915e4f5cc"/><file name="upsell.phtml" hash="e973ba07390da41b2756a4d914dd9c79"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="moreview.xml" hash="ca7b115cc39553e55416b630340efcef"/></dir><dir name="template"><dir name="moreview"><file name="crosssell.phtml" hash="7bc6d54dd7db3d2d271198d024caa0c8"/><file name="list.phtml" hash="b1b1d3a45f12bbe4089093d27a1cc575"/><file name="moreview.phtml" hash="a1722fdcb91f8cc555e54c8fb12ce6e6"/><file name="related.phtml" hash="e44796becd9dcae45f815f3915e4f5cc"/><file name="upsell.phtml" hash="e973ba07390da41b2756a4d914dd9c79"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="moreview.xml" hash="7e31ba4d2594523f0c979968b601c214"/></dir><dir name="template"><dir name="moreview"><file name="crosssell.phtml" hash="8a275f83213b584828de5bec45373fb7"/><file name="list.phtml" hash="9cf6a09e7cce890af44f8e1d91e8492a"/><file name="moreview.phtml" hash="a1722fdcb91f8cc555e54c8fb12ce6e6"/><file name="related.phtml" hash="5fe32bef8fdebb69f72a51320fbfe42f"/><file name="upsell.phtml" hash="ec650cc203e0c05dff6e110198d815b6"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="moreview.css" hash="ecc5ddad78877b293b4cce18fada5c7f"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="moreview.css" hash="ecc5ddad78877b293b4cce18fada5c7f"/></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><file name="moreview.css" hash="ecc5ddad78877b293b4cce18fada5c7f"/></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="setubridge-licence.txt" hash="63758ad6b5b75790d07f7e5741eb2aff"/><file name="product_back_image_on_hover_1.0.4.pdf" hash="888fa945dcc1f008f439069201dea785"/></dir></target></contents>
    30
      <compatible/>
    31
      <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
    32
      </package>
    product_back_image_on_hover_1.0.4.pdf ADDED
    Binary file
    setubridge-licence.txt ADDED
    @@ -0,0 +1,67 @@
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    1
    + ============================================================
    2
    + Software License Information
    3
    + ============================================================
    4
    + SETUBRIDGE.COM
    5
    +
    6
    + ============================================================
    7
    + License Agreements
    8
    + ============================================================
    9
    +
    10
    + SETUBRIDGE
    11
    + http://www.setubridge.com
    12
    +
    13
    +
    14
    + This License is entered by setubridge to govern the usage or redistribution of
    15
    + setubridge software/PluginTool. This is a legal agreement between you (either an individual
    16
    + or a single entity) and SetuBridge for SetuBridge software product(s) which may
    17
    + include extensions, templates and services.
    18
    +
    19
    + By purchasing the Software you acknowledge that you have read this Agreement, and that you agree to
    20
    + the content of the Agreement and its terms, and agree to use the Software in compliance with this Agreement.
    21
    +
    22
    + The Agreement becomes effective at the moment when you acquire software from
    23
    + our site or receive it through email or on data medium or by any other means.
    24
    + setubridge.com reserves the right to make reasonable changes to the terms of this
    25
    + license agreement and impose its clauses at any given time.
    26
    +
    27
    +
    28
    +
    29
    + 1. We are the copyright holder of the Software. The Software or a portion of it is a copyrightable
    30
    + matter and is liable to protection by the law. Any activity that infringes terms of this Agreement
    31
    + violates copyright law and will be prosecuted according to the current law. We reserve the right
    32
    + to revoke the license of any user who is holding an invalid license.
    33
    +
    34
    + 2. This Agreement gives you the right to use only one copy of the Software on one Magento installation
    35
    + solely for your own personal or business use, subject to all other terms of this Agreement. A separate
    36
    + License should be purchased for each Magento installation. Any distribution of the Software without
    37
    + our consent, including noncommercial distribution is regarded as violation of this Agreement and entails
    38
    + liability, according to the current law.
    39
    +
    40
    + 3. You may not use any part of the code in whole or part in any other software or product or website.
    41
    +
    42
    + 4. You may not give, sell, distribute, sub-license, rent, lease or lend any portion of the Software or
    43
    + Documentation to anyone. You may not place the Software on a server so that it is accessible via a
    44
    + public network such as the Internet for distribution purposes.
    45
    +
    46
    + 5. You are bound to preserve the copyright information intact, this includes the text/link at bottom.
    47
    +
    48
    + 6. We will not be liable to you for any damages (including any loss of profits/saving, or incidental
    49
    + or consequential) caused to you, your information and your business arising out of the use or
    50
    + inability to use this Software.
    51
    +
    52
    + 7. We are not liable for prosecution arising from use of the Software against law or for any illegal use.
    53
    +
    54
    + 8. If you fail to use the Software in accordance with the terms and conditions of this License Agreement,
    55
    + it constitutes a breach of the agreement, and your license to use the Software is revoked.
    56
    +
    57
    + 13. License agreement remains effective until terminated. We retain the right to terminate your license to
    58
    + use the Software at any time, if in its sole discretion, you are not abiding by the terms of the Agreement,
    59
    + including, but not limited to, obscuring or removing any link or copyright notice as specified in this agreement.
    60
    + You may terminate it at any time by destroying all copies of the Software. Termination of this Agreement
    61
    + does not bind us to return you the amount spent for purchase of the Software, if more than fourteen days
    62
    + have passed since the purchase date.
    63
    +
    64
    + 14. If you continue to use the Software after setubridge.com gives you notice of termination of your license,
    65
    + you hereby agree to accept an injunction to enjoin you from its further use and to pay all costs (including
    66
    + but not limited to reasonable attorney fees) to enforce our revocation of your license and any damages
    67
    + suffered by us because of your misuse of the Software.