Version Notes
Initial Release of Extension
Download this release
Release Info
Developer | Team Vivacity |
Extension | Facebook_Like_by_Vivacity |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/design/frontend/base/default/layout/facebooklike.xml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<catalog_product_view translate="label">
|
4 |
+
<reference name="head">
|
5 |
+
<block type="core/template" name="fblike" template="facebooklike/head.phtml" />
|
6 |
+
</reference>
|
7 |
+
<reference name="product.info.extrahint" >
|
8 |
+
<block type="core/template" name="stock">
|
9 |
+
<action method="setTemplate" ifconfig="facebooklike_options/all_settings/enabledisable">
|
10 |
+
<template>facebooklike/facebooklike.phtml</template>
|
11 |
+
</action>
|
12 |
+
</block>
|
13 |
+
</reference>
|
14 |
+
</catalog_product_view>
|
15 |
+
</layout>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Facebook_Like_by_Vivacity</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/copyleft/gpl.html">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Adds "Facebook Like button" to your product detail page. </summary>
|
10 |
-
<description>
|
11 |
<notes>Initial Release of Extension</notes>
|
12 |
<authors><author><name>Team Vivacity</name><user>vivacityinfotec</user><email>vivacityinfotech.jaipur@gmail.com</email></author></authors>
|
13 |
-
<date>2014-05-
|
14 |
-
<time>06:
|
15 |
-
<contents><target name="magecommunity"><dir name="Vivacity"><dir name="FacebookLike"><dir name="Helper"><file name="Data.php" hash="ab7954778cebab04b849b2a7d2a26e8b"/></dir><dir name="Model"><file name="Fbcolorscheme.php" hash="6ca3976387c8c63c7f4a2bfa3bb91b25"/><file name="Layout.php" hash="ef6f038a3654e0238b19770327ec74f7"/></dir><dir name="etc"><file name="config.xml" hash="b27f6850d8b342570dcad233503b167b"/><file name="system.xml" hash="37c59acecb5c71584a58b1e527590d9f"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vivacity_FacebookLike.xml" hash="e8869ea63f7c6305de39a294deef443a"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="facebooklike"><file name="facebooklike.phtml" hash="f639bbf6eacccb90ac1315a7ba5253ef"/><file name="head.phtml" hash="c200db758cc264bcf050f4b3b65906c2"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Facebook_Like_by_Vivacity</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/copyleft/gpl.html">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Adds "Facebook Like button" to your product detail page. </summary>
|
10 |
+
<description>"Facebook Like Vivacity" extension provides users an easy & simple way to like any of your store products which then is posted on user's Facebook account wall, thus telling your friends and FaceBook connections about that product and its description. </description>
|
11 |
<notes>Initial Release of Extension</notes>
|
12 |
<authors><author><name>Team Vivacity</name><user>vivacityinfotec</user><email>vivacityinfotech.jaipur@gmail.com</email></author></authors>
|
13 |
+
<date>2014-05-12</date>
|
14 |
+
<time>06:09:42</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Vivacity"><dir name="FacebookLike"><dir name="Helper"><file name="Data.php" hash="ab7954778cebab04b849b2a7d2a26e8b"/></dir><dir name="Model"><file name="Fbcolorscheme.php" hash="6ca3976387c8c63c7f4a2bfa3bb91b25"/><file name="Layout.php" hash="ef6f038a3654e0238b19770327ec74f7"/></dir><dir name="etc"><file name="config.xml" hash="b27f6850d8b342570dcad233503b167b"/><file name="system.xml" hash="37c59acecb5c71584a58b1e527590d9f"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vivacity_FacebookLike.xml" hash="e8869ea63f7c6305de39a294deef443a"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="facebooklike"><file name="facebooklike.phtml" hash="f639bbf6eacccb90ac1315a7ba5253ef"/><file name="head.phtml" hash="c200db758cc264bcf050f4b3b65906c2"/></dir></dir><dir name="layout"><file name="facebooklike.xml" hash="b5542dd8ea085b94c5f3bb68d3e1f7ef"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|