Remmote_Facebookpixel - Version 1.0.1

Version Notes

Release notes:
- Improvement of configuration instructions in the Admin Panel.

Download this release

Release Info

Developer Remmote
Extension Remmote_Facebookpixel
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Remmote/Facebookpixel/Block/Adminhtml/System/Config/Fieldset/Info.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @extension Remmote_Facebookpixel
4
+ * @author Remmote
5
+ * @copyright 2016 - Remmote.com
6
+ * @descripion Remmote Info block
7
+ */
8
+ class Remmote_Facebookpixel_Block_Adminhtml_System_Config_Fieldset_Info
9
+ extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
10
+
11
+ protected $_template = 'remmote/facebookpixel/system/config/fieldset/info.phtml';
12
+
13
+ public function render(Varien_Data_Form_Element_Abstract $element) {
14
+ return $this->toHtml();
15
+ }
16
+ }
app/code/community/Remmote/Facebookpixel/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Remmote_Facebookpixel>
13
- <version>1.0.0</version>
14
  </Remmote_Facebookpixel>
15
  </modules>
16
 
10
  <config>
11
  <modules>
12
  <Remmote_Facebookpixel>
13
+ <version>1.0.1</version>
14
  </Remmote_Facebookpixel>
15
  </modules>
16
 
app/code/community/Remmote/Facebookpixel/etc/system.xml CHANGED
@@ -24,6 +24,11 @@
24
  <show_in_website>1</show_in_website>
25
  <show_in_store>1</show_in_store>
26
  <groups>
 
 
 
 
 
27
  <general translate="label">
28
  <label>General Configuration</label>
29
  <frontend_type>text</frontend_type>
@@ -64,7 +69,8 @@
64
  <show_in_default>1</show_in_default>
65
  <show_in_website>1</show_in_website>
66
  <show_in_store>1</show_in_store>
67
- <comment><![CDATA[You can choose to enable standard events separately. Find more information about Facebook Standard Events <a href="https://web.facebook.com/business/help/952192354843755" target="_blank">here</a> <br/> If you have any question or need a custom extension development, just drop us a message in <a href="http://www.remmote.com/contact-us/" target="_blank">Remmote.com </a> ]]>
 
68
  </comment>
69
  <fields>
70
  <view_content translate="label">
24
  <show_in_website>1</show_in_website>
25
  <show_in_store>1</show_in_store>
26
  <groups>
27
+ <info>
28
+ <frontend_model>Remmote_Facebookpixel_Block_Adminhtml_System_Config_Fieldset_Info</frontend_model>
29
+ <sort_order>0</sort_order>
30
+ <show_in_default>1</show_in_default>
31
+ </info>
32
  <general translate="label">
33
  <label>General Configuration</label>
34
  <frontend_type>text</frontend_type>
69
  <show_in_default>1</show_in_default>
70
  <show_in_website>1</show_in_website>
71
  <show_in_store>1</show_in_store>
72
+ <comment><![CDATA[You can choose to enable standard events separately. Find more information about Facebook Standard Events <a href="https://web.facebook.com/business/help/952192354843755" target="_blank">here</a>
73
+ <br/> If you are running Facebook Dynamic Ads, you might find useful our extension <a href="https://www.magentocommerce.com/magento-connect/facebook-product-catalogs.html" target="_blank">Facebook Product Catalogs </a> that helps you to export your products to Facebook.]]>
74
  </comment>
75
  <fields>
76
  <view_content translate="label">
app/design/adminhtml/default/default/template/remmote/facebookpixel/system/config/fieldset/info.phtml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <fieldset>
2
+ <?php
3
+ //Getting admin user info
4
+ $admin = Mage::getSingleton('admin/session')->getUser();
5
+ ?>
6
+ <table>
7
+ <tr>
8
+ <td style="vertical-align: middle;"><img src="//www.remmote.com/wp-content/uploads/2016/06/logo-white-bg-small.png" alt="Remmote.com" style="width: 125px;"/></td>
9
+ <td width="10"></td>
10
+ <td>
11
+ <h4>Hey <?php echo $admin->getFirstname()?>, thanks for using our extension! </h4>
12
+ At remmote.com we are committed to deliver high quality development services for Magento. If you have any question about our extensions or need any help with your online store, feel free to <strong><a href="http://www.remmote.com/contact-us/" target="_blank">get in touch with us</a></strong>. We will be happy to hear from you and we will reply you as soon as possible.
13
+ </td>
14
+ </tr>
15
+ </table>
16
+ </fieldset>
package.xml CHANGED
@@ -1,18 +1,20 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Remmote_Facebookpixel</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Install Facebook Pixel in Magento. Extension tracks standard events accurately using Magento events.</summary>
10
- <description>This extension install Facebook Pixel in Magento stores. All the events are tracked using Magento Events which makes the tracking more accurate than the rest of extensions.</description>
11
- <notes>Release version</notes>
 
 
12
  <authors><author><name>Remmote</name><user>remmote</user><email>info@remmote.com</email></author></authors>
13
- <date>2016-10-12</date>
14
- <time>20:12:59</time>
15
- <contents><target name="mageetc"><dir name="modules"><file name="Remmote_Facebookpixel.xml" hash="43d40e05033b4ead5b8f65ae873bbcb1"/></dir></target><target name="magecommunity"><dir name="Remmote"><dir name="Facebookpixel"><dir name="Block"><file name="Code.php" hash="efd82fa03963e539424dc091c8c9fe1c"/></dir><dir name="Helper"><file name="Data.php" hash="86f813a208979b520e372040edd6734a"/></dir><dir name="Model"><file name="Observer.php" hash="07e1686bf545a717bdd8bb6100011ce9"/></dir><dir name="etc"><file name="config.xml" hash="8a9cd2635b32252de81eafa7c6aff7b9"/><file name="system.xml" hash="11514e3be9cd57b9ff13d2dafddc6173"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="remmote_facebookpixel.xml" hash="d87afaed251f9545c9dc5213ac6533d9"/></dir><dir name="template"><dir name="remmote"><dir name="facebookpixel"><file name="code.phtml" hash="7112891ef16c97368d9c5c0000b4033b"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Remmote_Facebookpixel</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Install Facebook Pixel Standard Events for Magento. Extension tracks standard events accurately using Magento Observers.</summary>
10
+ <description>This extension install Facebook Pixel in Magento stores. All the events are tracked using Magento observers which makes the tracking more accurate than the rest of extensions.</description>
11
+ <notes>Release notes:&#xD;
12
+ - Improvement of configuration instructions in the Admin Panel.&#xD;
13
+ </notes>
14
  <authors><author><name>Remmote</name><user>remmote</user><email>info@remmote.com</email></author></authors>
15
+ <date>2017-01-04</date>
16
+ <time>17:43:53</time>
17
+ <contents><target name="mageetc"><dir name="modules"><file name="Remmote_Facebookpixel.xml" hash="43d40e05033b4ead5b8f65ae873bbcb1"/></dir></target><target name="magecommunity"><dir name="Remmote"><dir name="Facebookpixel"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Info.php" hash="37df708d08f3a09132e0569d97e4d517"/></dir></dir></dir></dir><file name="Code.php" hash="efd82fa03963e539424dc091c8c9fe1c"/></dir><dir name="Helper"><file name="Data.php" hash="86f813a208979b520e372040edd6734a"/></dir><dir name="Model"><file name="Observer.php" hash="07e1686bf545a717bdd8bb6100011ce9"/></dir><dir name="etc"><file name="config.xml" hash="8fb672272a610f5dfe0aa3591d5f3195"/><file name="system.xml" hash="b91bca5c9296b585cf2a3dcdaff798e8"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="remmote_facebookpixel.xml" hash="d87afaed251f9545c9dc5213ac6533d9"/></dir><dir name="template"><dir name="remmote"><dir name="facebookpixel"><file name="code.phtml" hash="7112891ef16c97368d9c5c0000b4033b"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="remmote"><dir name="facebookpixel"><dir name="system"><dir name="config"><dir name="fieldset"><file name="info.phtml" hash="ce4f4eb8d6cdcef1a6bfdf0df00b59f0"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
20
  </package>