OwnedIt_Platform - Version 2.0.2

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 CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * NOTICE OF LICENSE
10
  *
11
- *Copyright (c) <2011> <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,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) <2011> <Owned it Ltd>
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) <2011> <Owned it Ltd>
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) <2011> <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,7 +42,7 @@
42
  <config>
43
  <modules>
44
  <OwnedItModule_OwnedIt>
45
- <version>0.1.0</version>
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) <2011> <Owned it Ltd>
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) <2011> <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,7 +38,7 @@
38
  *
39
  **/
40
  -->
41
- <layout version="0.1.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) <2011> <Owned it Ltd>
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) <2011> <Owned it Ltd>
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.1</version>
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-08-24</date>
14
- <time>11:06:31</time>
15
- <contents><target name="magelocal"><dir name="OwnedItModule"><dir name="OwnedIt"><dir name="Block"><file name="Main.php" hash="803bd5b8ce1ae5517fc6dcceb7849530"/></dir><dir name="etc"><file name="config.xml" hash="68b41abce6124be1e06a49e51f1ac784"/><file name="system.xml" hash="86608b807769b6c61f753a41f47b638a"/></dir><dir name="Helper"><file name="Data.php" hash="8cb98f096fe7fc7999a27c1dc8570e8b"/></dir><dir name="Model"><file name="Observer.php" hash="5de9243c8002a2e7edc8d2b3f00158b7"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ownedit.xml" hash="f37c0621657c628c39e9f3928164c579"/></dir><dir name="template"><dir name="ownedit"><file name="ownedit.phtml" hash="4c30093f674cb7dbb3195c6e346d386d"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OwnedItModule_OwnedIt.xml" hash="0850fa479dc5101ca4dcba13a32bc136"/></dir></target></contents>
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>