Version Notes
New version Owned it loaded with some exciting new features
Download this release
Release Info
Developer | Owned it |
Extension | OwnedIt_Platform |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- app/code/local/OwnedItModule/OwnedIt/Block/Main.php +3 -1
- app/code/local/OwnedItModule/OwnedIt/Helper/Data.php +1 -1
- app/code/local/OwnedItModule/OwnedIt/Model/Observer.php +1 -1
- app/code/local/OwnedItModule/OwnedIt/etc/config.xml +2 -2
- app/code/local/OwnedItModule/OwnedIt/etc/system.xml +1 -1
- app/design/frontend/base/default/layout/ownedit.xml +2 -2
- app/design/frontend/base/default/template/ownedit/ownedit.phtml +1 -1
- app/etc/modules/OwnedItModule_OwnedIt.xml +1 -1
- package.xml +4 -4
app/code/local/OwnedItModule/OwnedIt/Block/Main.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
-
*Copyright (c) <
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
@@ -113,6 +113,7 @@ class OwnedItModule_OwnedIt_Block_Main extends Mage_Core_Block_Template {
|
|
113 |
$i++;
|
114 |
}
|
115 |
$category_ids["product_category_ids"] = json_encode($prodCatArr);
|
|
|
116 |
$owneditJS = "";
|
117 |
$owneditJS .= "<script type='text/javascript'>";
|
118 |
$owneditJS .= "var _ownedit = _ownedit || {};";
|
@@ -121,6 +122,7 @@ class OwnedItModule_OwnedIt_Block_Main extends Mage_Core_Block_Template {
|
|
121 |
$owneditJS .= "no_of_products_in_cart : '".$totalProducts."',";
|
122 |
$owneditJS .= "product_category_ids : '".json_encode($prodCatArr)."',";
|
123 |
$owneditJS .= "product_category_names : '".json_encode($prodCatNameArr)."',";
|
|
|
124 |
$owneditJS .= $current_category;
|
125 |
$owneditJS .= "};";
|
126 |
$owneditJS .= "var ss = document.createElement('script');";
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
113 |
$i++;
|
114 |
}
|
115 |
$category_ids["product_category_ids"] = json_encode($prodCatArr);
|
116 |
+
$formKey = Mage::getSingleton('core/session')->getFormKey();
|
117 |
$owneditJS = "";
|
118 |
$owneditJS .= "<script type='text/javascript'>";
|
119 |
$owneditJS .= "var _ownedit = _ownedit || {};";
|
122 |
$owneditJS .= "no_of_products_in_cart : '".$totalProducts."',";
|
123 |
$owneditJS .= "product_category_ids : '".json_encode($prodCatArr)."',";
|
124 |
$owneditJS .= "product_category_names : '".json_encode($prodCatNameArr)."',";
|
125 |
+
$owneditJS .= "form_key : '".$formKey."'";
|
126 |
$owneditJS .= $current_category;
|
127 |
$owneditJS .= "};";
|
128 |
$owneditJS .= "var ss = document.createElement('script');";
|
app/code/local/OwnedItModule/OwnedIt/Helper/Data.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
*
|
8 |
* NOTICE OF LICENSE
|
9 |
*
|
10 |
-
*Copyright (c) <
|
11 |
*
|
12 |
*Permission is hereby granted, free of charge, to any person
|
13 |
*obtaining a copy of this software and associated
|
7 |
*
|
8 |
* NOTICE OF LICENSE
|
9 |
*
|
10 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
11 |
*
|
12 |
*Permission is hereby granted, free of charge, to any person
|
13 |
*obtaining a copy of this software and associated
|
app/code/local/OwnedItModule/OwnedIt/Model/Observer.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
-
*Copyright (c) <
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
app/code/local/OwnedItModule/OwnedIt/etc/config.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
-
*Copyright (c) <
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
@@ -42,7 +42,7 @@
|
|
42 |
<config>
|
43 |
<modules>
|
44 |
<OwnedItModule_OwnedIt>
|
45 |
-
<version>0.
|
46 |
</OwnedItModule_OwnedIt>
|
47 |
</modules>
|
48 |
<global>
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
42 |
<config>
|
43 |
<modules>
|
44 |
<OwnedItModule_OwnedIt>
|
45 |
+
<version>2.0.2</version>
|
46 |
</OwnedItModule_OwnedIt>
|
47 |
</modules>
|
48 |
<global>
|
app/code/local/OwnedItModule/OwnedIt/etc/system.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
-
*Copyright (c) <
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
app/design/frontend/base/default/layout/ownedit.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
-
*Copyright (c) <
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
@@ -38,7 +38,7 @@
|
|
38 |
*
|
39 |
**/
|
40 |
-->
|
41 |
-
<layout version="0.
|
42 |
<default>
|
43 |
<reference name="head" before="-">
|
44 |
<block type="ownedit/main" name="ownedit_js" template="ownedit/ownedit.phtml" />
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
38 |
*
|
39 |
**/
|
40 |
-->
|
41 |
+
<layout version="2.0.2">
|
42 |
<default>
|
43 |
<reference name="head" before="-">
|
44 |
<block type="ownedit/main" name="ownedit_js" template="ownedit/ownedit.phtml" />
|
app/design/frontend/base/default/template/ownedit/ownedit.phtml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
*
|
8 |
* NOTICE OF LICENSE
|
9 |
*
|
10 |
-
*Copyright (c) <
|
11 |
*
|
12 |
*Permission is hereby granted, free of charge, to any person
|
13 |
*obtaining a copy of this software and associated
|
7 |
*
|
8 |
* NOTICE OF LICENSE
|
9 |
*
|
10 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
11 |
*
|
12 |
*Permission is hereby granted, free of charge, to any person
|
13 |
*obtaining a copy of this software and associated
|
app/etc/modules/OwnedItModule_OwnedIt.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
-
*Copyright (c) <
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
8 |
*
|
9 |
* NOTICE OF LICENSE
|
10 |
*
|
11 |
+
*Copyright (c) <2015> <Owned it Ltd>
|
12 |
*
|
13 |
*Permission is hereby granted, free of charge, to any person
|
14 |
*obtaining a copy of this software and associated
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>OwnedIt_Platform</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>http://www.opensource.org/licenses/mit-license.php</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Lead Generation and New Customer Acquisition made simple</description>
|
11 |
<notes>New version Owned it loaded with some exciting new features</notes>
|
12 |
<authors><author><name>Owned it</name><user>ownedit</user><email>support@ownedit.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="OwnedItModule"><dir name="OwnedIt"><dir name="Block"><file name="Main.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>5.6.6</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>OwnedIt_Platform</name>
|
4 |
+
<version>2.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>http://www.opensource.org/licenses/mit-license.php</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Lead Generation and New Customer Acquisition made simple</description>
|
11 |
<notes>New version Owned it loaded with some exciting new features</notes>
|
12 |
<authors><author><name>Owned it</name><user>ownedit</user><email>support@ownedit.com</email></author></authors>
|
13 |
+
<date>2015-09-09</date>
|
14 |
+
<time>10:17:03</time>
|
15 |
+
<contents><target name="magelocal"><dir name="OwnedItModule"><dir name="OwnedIt"><dir name="Block"><file name="Main.php" hash="1092a3358ec91121d40172d768e7cd17"/></dir><dir name="etc"><file name="config.xml" hash="344686e01df0f05ef64ecc463eaaf513"/><file name="system.xml" hash="01f8c086b149b8bbb2f1f5db264a26b1"/></dir><dir name="Helper"><file name="Data.php" hash="66cf1aee630259a0915145fef07b0c2d"/></dir><dir name="Model"><file name="Observer.php" hash="15b3be3265aba9fa177ce008447a06e2"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ownedit.xml" hash="e4b282421023d36b5f9449a25e949546"/></dir><dir name="template"><dir name="ownedit"><file name="ownedit.phtml" hash="d8302024a695c7b5223305c4f432ba48"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OwnedItModule_OwnedIt.xml" hash="fdc86e8c104745d0067f7ceeaa2dd5b3"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>5.6.6</max></php></required></dependencies>
|
18 |
</package>
|