Version Notes
Stable Version 1.0.4 - Speed Improvement
Download this release
Release Info
Developer | Soclever Social |
Extension | soclever_login |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/design/frontend/base/default/template/sociallogin/sociallogin_fb.phtml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
<?php
|
2 |
+
?>
|
app/design/frontend/base/default/template/sociallogin/sociallogin_trackpixel.phtml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
$CsorderId = Mage::getSingleton('checkout/session')->getLastRealOrderId();
|
3 |
+
$Csorder = Mage::getModel('sales/order')->loadByIncrementId($CsorderId);
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
$sessionVariable = Mage::getSingleton('core/session')->getSessionVariable();
|
8 |
+
|
9 |
+
|
10 |
+
//echo "https://www.socleversocial.com/dashboard/trackPixel.php?site_id=".Mage::getStoreConfig('sociallogin_options/apisettings/scsl_siteid')."&order_id=".$CsorderId."&ord_amt=".$Csorder->subtotal_incl_tax."&ord_cur=".$Csorder->base_currency_code."&siteUid=".$Csorder->customer_id;
|
11 |
+
|
12 |
+
echo"<img src='https://www.socleversocial.com/dashboard/trackPixel.php?site_id=".Mage::getStoreConfig('sociallogin_options/apisettings/scsl_siteid')."&order_id=".$CsorderId."&ord_amt=".$Csorder->getGrandTotal()."&ord_cur=".$Csorder->base_currency_code."&siteUid=".$Csorder->customer_id."&is_from=".$sessionVariable."' />";
|
13 |
+
//print_r($Csorder);
|
14 |
+
|
15 |
+
?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>soclever_login</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -28,11 +28,11 @@
|
|
28 |
Send personalised message to your visitors by using our birthday reports. </p>
|
29 |
<p><strong>Dynamic JavaScript</strong><br />
|
30 |
Our asynchronous javascript loads faster without interfearing with the display or behaviour of the page. Dynamic JavaScript makes it easy to choose/sort social netork buttons for display.</p></description>
|
31 |
-
<notes>Stable Version 1.0.
|
32 |
<authors><author><name>Soclever Social</name><user>Socleversocial</user><email>hemang@socleversocial.com</email></author></authors>
|
33 |
<date>2015-01-24</date>
|
34 |
-
<time>
|
35 |
-
<contents><target name="magelocal"><dir name="Soclever"><dir name="Sociallogin"><dir name="Block"><dir name="Adminhtml"><file name="Help.php" hash="a7c10479a7065e82bbe616eef62e71dd"/><file name="Positions.php" hash="b9c1515f49a4955e8aa0443f0e175cba"/></dir><file name="Scslhead.php" hash="19915d8ad186673c4e068abcd2f700d8"/><file name="Scslshow.php" hash="3e868132953b63c93af6cb7b396b095a"/><file name="Scsltrackpixel.php" hash="865c3da829f0dc1cd384fb113e771c34"/><file name="Scslheadfb.php" hash="01f8e5fca1e7a59dcc7009a9d79d31f5"/></dir><dir name="controllers"><file name="IndexController.php" hash="07ee4a12951bd97e4ee720aae509d6e7"/><file name="openid.php" hash="421d5936957b8ddda543b679d1876f04"/></dir><dir name="etc"><file name="config.xml" hash="b45be9b0c6d60cba1178f7b7c71a7916"/><file name="system.xml" hash="e46124b2c3fb57db8b88938469d52449"/></dir><dir name="Helper"><file name="Data.php" hash="89f8191f1442a7e56f7a4d0b54049d3a"/></dir><dir name="Model"><file name="Providers.php" hash="11cee6aa202a18a0a27a7e7526a712c5"/></dir></dir></dir><
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Magento_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package></required></dependencies>
|
38 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>soclever_login</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
28 |
Send personalised message to your visitors by using our birthday reports. </p>
|
29 |
<p><strong>Dynamic JavaScript</strong><br />
|
30 |
Our asynchronous javascript loads faster without interfearing with the display or behaviour of the page. Dynamic JavaScript makes it easy to choose/sort social netork buttons for display.</p></description>
|
31 |
+
<notes>Stable Version 1.0.4 - Speed Improvement</notes>
|
32 |
<authors><author><name>Soclever Social</name><user>Socleversocial</user><email>hemang@socleversocial.com</email></author></authors>
|
33 |
<date>2015-01-24</date>
|
34 |
+
<time>06:31:27</time>
|
35 |
+
<contents><target name="magelocal"><dir name="Soclever"><dir name="Sociallogin"><dir name="Block"><dir name="Adminhtml"><file name="Help.php" hash="a7c10479a7065e82bbe616eef62e71dd"/><file name="Positions.php" hash="b9c1515f49a4955e8aa0443f0e175cba"/></dir><file name="Scslhead.php" hash="19915d8ad186673c4e068abcd2f700d8"/><file name="Scslshow.php" hash="3e868132953b63c93af6cb7b396b095a"/><file name="Scsltrackpixel.php" hash="865c3da829f0dc1cd384fb113e771c34"/><file name="Scslheadfb.php" hash="01f8e5fca1e7a59dcc7009a9d79d31f5"/></dir><dir name="controllers"><file name="IndexController.php" hash="07ee4a12951bd97e4ee720aae509d6e7"/><file name="openid.php" hash="421d5936957b8ddda543b679d1876f04"/></dir><dir name="etc"><file name="config.xml" hash="b45be9b0c6d60cba1178f7b7c71a7916"/><file name="system.xml" hash="e46124b2c3fb57db8b88938469d52449"/></dir><dir name="Helper"><file name="Data.php" hash="89f8191f1442a7e56f7a4d0b54049d3a"/></dir><dir name="Model"><file name="Providers.php" hash="11cee6aa202a18a0a27a7e7526a712c5"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="sociallogin.xml" hash="444082a425071b527e955ecd0ebedce8"/></dir><dir name="template"><dir name="sociallogin"><file name="scsl_buttons.phtml" hash="23c607180fd8f63fb1951bd55b1afa2c"/><file name="sociallogin_head.phtml" hash="0695cf4d2acdaf0ee2971604e016e8b4"/><file name="sociallogin_fb.phtml" hash="718d8596a14d123d83afb0d5d6d6fd96"/><file name="sociallogin_trackpixel.phtml" hash="116ef5289855931ee75a72eaeac14926"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="soclever_sociallogin.xml" hash="8f1fa6f55fc92b4474f696f3678c0281"/></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Magento_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package></required></dependencies>
|
38 |
</package>
|