VS_GooglePlus - Version 1.0.6

Version Notes

This extension will be add Google Plus One button on product details page.

Download this release

Release Info

Developer Magento Core Team
Extension VS_GooglePlus
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/code/community/VS/Googleplus/Block/About.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class VS_Googleplus_Block_About
4
+ extends Mage_Adminhtml_Block_Abstract
5
+ implements Varien_Data_Form_Element_Renderer_Interface
6
+ {
7
+
8
+ /**
9
+ * Render fieldset html
10
+ *
11
+ * @param Varien_Data_Form_Element_Abstract $element
12
+ * @return string
13
+ */
14
+ public function render(Varien_Data_Form_Element_Abstract $element)
15
+ {
16
+ $logopath = 'http://www.magentocommerce.com/images/avatars/uploads/avatar_311790.jpg';
17
+ $html = <<<HTML
18
+ <div style="background:url('$logopath') no-repeat scroll 14px 14px #EAF0EE;border:1px solid #CCCCCC;margin-bottom:10px;padding:10px 5px 5px 164px;">
19
+ <p>
20
+ <strong>PREMIUM and FREE MAGENTO TEMPALTES and EXTENSIONS</strong><br />
21
+ <a href="http://www.magentocommerce.com/magento-connect/developer/virendra#extensions" target="_blank">VS</a> offers a wide choice of nice-looking and easily editable free and premium Magento extensions. You can find free extensions for the extremely popular Magento eCommerce platform.<br />
22
+ </p>
23
+ <p>
24
+ My extensions on <a href="http://www.magentocommerce.com/magento-connect/developer/virendra#extensions" target="_blank">MagentoConnect</a><br />
25
+ Should you have any questions email at <a href="mailto:bhardwajveerendra@gmail.com">bhardwajveerendra@gmail.com</a>
26
+ <br />
27
+ </p>
28
+ </div>
29
+ HTML;
30
+ return $html;
31
+ }
32
+ }
app/code/community/VS/Googleplus/etc/system.xml CHANGED
@@ -17,6 +17,23 @@
17
  <show_in_website>1</show_in_website>
18
  <show_in_store>1</show_in_store>
19
  <groups>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  <general translate="label">
21
  <label>Google Plus Settings</label>
22
  <frontend_type>text</frontend_type>
17
  <show_in_website>1</show_in_website>
18
  <show_in_store>1</show_in_store>
19
  <groups>
20
+ <about translate="label">
21
+ <label>Developer</label>
22
+ <frontend_type>text</frontend_type>
23
+ <sort_order>0</sort_order>
24
+ <show_in_default>1</show_in_default>
25
+ <show_in_website>1</show_in_website>
26
+ <show_in_store>1</show_in_store>
27
+ <fields>
28
+ <info translate="label">
29
+ <frontend_model>googleplus/about</frontend_model>
30
+ <sort_order>1</sort_order>
31
+ <show_in_default>1</show_in_default>
32
+ <show_in_website>1</show_in_website>
33
+ <show_in_store>1</show_in_store>
34
+ </info>
35
+ </fields>
36
+ </about>
37
  <general translate="label">
38
  <label>Google Plus Settings</label>
39
  <frontend_type>text</frontend_type>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>VS_GooglePlus</name>
4
- <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>This extension will be add Google Plus One button on product details page.</summary>
10
- <description>This extension will be add Google Plus One button on product details page.</description>
11
  <notes>This extension will be add Google Plus One button on product details page.</notes>
12
  <authors><author><name>virendra kumar sharma</name><user>auto-converted</user><email>bhardwajveerendra@gmail.com</email></author></authors>
13
- <date>2011-07-23</date>
14
- <time>17:46:48</time>
15
- <contents><target name="magecommunity"><dir name="VS"><dir name="Googleplus"><dir name="Block"><file name="googleplus.php" hash="8749b51b1da7ec9abe26a32de3688c6e"/></dir><dir name="Helper"><file name="Data.php" hash="62a0d104dbb4edf1677a34082bfbe5c8"/></dir><dir name="Model"><file name="Button.php" hash="e4f3a1f932b102169a80aa441d9c7e88"/></dir><dir name="etc"><file name="config.xml" hash="8cbb417b76befa0192e513c74f29709a"/><file name="system.xml" hash="8e09eb329294ddbbc0748fb777eff02b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="VS_Googleplus.xml" hash="7f34ab0b56c00a5d1600b3608b6cccbb"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="googleplus.xml" hash="1fddf3629f3fe25e4aa1910448359ede"/></dir><dir name="template"><dir name="googleplus"><file name="googleplus.phtml" hash="92740d5939c4c2f3a4009518f9851535"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>VS_GooglePlus</name>
4
+ <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>This extension will be add Google+ button on product details page of your store.</summary>
10
+ <description>This extension will be add Google+ button on product details page of your store.</description>
11
  <notes>This extension will be add Google Plus One button on product details page.</notes>
12
  <authors><author><name>virendra kumar sharma</name><user>auto-converted</user><email>bhardwajveerendra@gmail.com</email></author></authors>
13
+ <date>2012-06-05</date>
14
+ <time>11:13:35</time>
15
+ <contents><target name="magecommunity"><dir name="VS"><dir name="Googleplus"><dir name="Block"><file name="About.php" hash="714693963a86da5d7e43a8a104329ffe"/><file name="googleplus.php" hash="8749b51b1da7ec9abe26a32de3688c6e"/></dir><dir name="Helper"><file name="Data.php" hash="62a0d104dbb4edf1677a34082bfbe5c8"/></dir><dir name="Model"><file name="Button.php" hash="e4f3a1f932b102169a80aa441d9c7e88"/></dir><dir name="etc"><file name="config.xml" hash="8cbb417b76befa0192e513c74f29709a"/><file name="system.xml" hash="91ac266bbaadcb4a92b26334fce96efe"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="googleplus"><file name="googleplus.phtml" hash="92740d5939c4c2f3a4009518f9851535"/></dir></dir><dir name="layout"><file name="googleplus.xml" hash="1fddf3629f3fe25e4aa1910448359ede"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="VS_Googleplus.xml" hash="7f34ab0b56c00a5d1600b3608b6cccbb"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>