increasingly_key - Version 1.0.3

Version Notes

Automatic updating: Increasingly takes care of changing catalogues, new products or products out-of-stock. As your catalogue changes, so do our bundles.

Affordability: Pricing is a crucial part of making good bundles i.e. someone buying a laptop can be sold a bag, but not vice-versa. Our price algorithms make sure that bundled products fit into a price range that would make it attractive to your users.

Personalised bundles: Our powerful algorithms drive personalised bundling experiences for your users based on their behaviour, intent & propensity to purchase.

Dynamic Discounting: You can set discounts on bundles or allow our system to determine instances for discounting based on the user’s likelihood to buy.

Stock responsive: Out-of-stock bundles are automatically & instantly eliminated, giving your users the best experience possible.

Mobile ready: Works on any device, any screen size & can also be integrated into a mobile app.

On page optimisation: Bundles are constantly tested on page to make sure that only the best performing bundles are shown.

Category/Brand filtering: Don’t want to run bundles on a category, SKU or a brand? Increasingly has filtering built in to protect any filtering you may require.

Download this release

Release Info

Developer Increasingly
Extension increasingly_key
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Increasingly/Analytics/Model/Mysql4/Bundle.php CHANGED
@@ -33,7 +33,7 @@ class Increasingly_Analytics_Model_Mysql4_Bundle extends Mage_Core_Model_Mysql4_
33
  */
34
  public function _construct()
35
  {
36
- $this->_init('increasingly_analytics/increasingly_analytics_bundle','id');
37
  }
38
  }
39
 
33
  */
34
  public function _construct()
35
  {
36
+ $this->_init('increasingly_analytics/bundle','id');
37
  }
38
  }
39
 
app/code/community/Increasingly/Analytics/Model/Mysql4/Setup.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category Increasingly
22
+ * @package Increasingly_Analytics
23
+ * @author Increasingly Pvt Ltd
24
+ * @copyright Copyright (c) 2015-2016 Increasingly Ltd (http://www.increasingly.co)
25
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ */
27
+ class Increasingly_Analytics_Model_Mysql4_Setup extends Mage_Core_Model_Resource_Setup
28
+ {
29
+
30
+ }
31
+ ?>
app/code/community/Increasingly/Analytics/etc/config.xml CHANGED
@@ -32,7 +32,7 @@
32
  <config>
33
  <modules>
34
  <Increasingly_Analytics>
35
- <version>1.0.0</version>
36
  </Increasingly_Analytics>
37
  </modules>
38
  <global>
@@ -127,9 +127,9 @@
127
  <increasingly_analytics_mysql4>
128
  <class>Increasingly_Analytics_Model_Mysql4</class>
129
  <entities>
130
- <increasingly_analytics_bundle>
131
  <table>increasingly_analytics_bundle</table>
132
- </increasingly_analytics_bundle>
133
  </entities>
134
  </increasingly_analytics_mysql4>
135
  </models>
@@ -137,6 +137,7 @@
137
  <increasingly_analytics_setup>
138
  <setup>
139
  <module>Increasingly_Analytics</module>
 
140
  </setup>
141
  <connection>
142
  <use>core_setup</use>
32
  <config>
33
  <modules>
34
  <Increasingly_Analytics>
35
+ <version>1.0.3</version>
36
  </Increasingly_Analytics>
37
  </modules>
38
  <global>
127
  <increasingly_analytics_mysql4>
128
  <class>Increasingly_Analytics_Model_Mysql4</class>
129
  <entities>
130
+ <bundle>
131
  <table>increasingly_analytics_bundle</table>
132
+ </bundle>
133
  </entities>
134
  </increasingly_analytics_mysql4>
135
  </models>
137
  <increasingly_analytics_setup>
138
  <setup>
139
  <module>Increasingly_Analytics</module>
140
+ <class>Increasingly_Analytics_Model_Mysql4_Setup</class>
141
  </setup>
142
  <connection>
143
  <use>core_setup</use>
app/code/community/Increasingly/Analytics/sql/{setup → increasingly_analytics_setup}/mysql-install-1.0.0.php RENAMED
File without changes
app/code/community/Increasingly/Analytics/sql/{setup/mysql-install-1.0.2.php → increasingly_analytics_setup/mysql4-install-1.0.3.php} RENAMED
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS {$this->getTable('increasingly_analytics_bundle')} (
18
 
19
  `discount_price` decimal(12,4) NULL,
20
 
21
- 'total_price' decimal(12,4) NOT NULL,
22
 
23
  PRIMARY KEY (`id`)
24
 
18
 
19
  `discount_price` decimal(12,4) NULL,
20
 
21
+ `total_price` decimal(12,4) NOT NULL,
22
 
23
  PRIMARY KEY (`id`)
24
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
- <name>Increasingly_Analytics</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -61,9 +61,9 @@ On page optimisation: Bundles are constantly tested on page to make sure that on
61
  Category/Brand filtering: Don&#x2019;t want to run bundles on a category, SKU or a brand? Increasingly has filtering built in to protect any filtering you may require.&#xD;
62
  </notes>
63
  <authors><author><name>Increasingly</name><user>Increasingly</user><email>renu@increasingly.co</email></author><author><name>Increasingly</name><user>Increasingly</user><email>shree@increasingly.co</email></author><author><name>Increasingly</name><user>Increasingly</user><email>satish@increasingly.co</email></author></authors>
64
- <date>2016-06-24</date>
65
- <time>06:22:15</time>
66
- <contents><target name="magecommunity"><dir name="Increasingly"><dir name="Analytics"><dir name="Block"><file name="Addtocart.php" hash="3429b60b501c7681a3c79fd46138b787"/><dir name="Adminhtml"><file name="DataIntegration.php" hash="b7c543b33f563ef458d403df94c62a4c"/></dir><file name="Cart.php" hash="56c9f503b7c55d835cbd93c675dcc338"/><file name="Category.php" hash="3b87f305e0957dd1fdace455c1f0fa7c"/><file name="Element.php" hash="8d533705e7a3c1ada7d775a6d9282f43"/><file name="Embed.php" hash="5ba08a6642ed22d8bb1a84ab0501f8dc"/><file name="Pagetype.php" hash="5dc81c7c184031629399c7c5a982036e"/><file name="Product.php" hash="2da759eb9bd2bf13e5a8a92087981206"/><file name="Track.php" hash="aa6a9d870f14c4e3721675658dfb276e"/></dir><dir name="Helper"><file name="Data.php" hash="36c01081e880fed7888f3bd4a5d14f59"/><file name="DateFormatter.php" hash="d8f963bd1f9fe390e038a2065fd5c4c4"/><file name="PriceFormatter.php" hash="9bc46d3afb4612131a29b9a1c2b82fad"/><file name="ProductFormatter.php" hash="e95d0126946362fd7dd5d3e37509ef19"/></dir><dir name="Model"><file name="Base.php" hash="957cc5bb083e9b49b5468c986a1e846a"/><file name="Bundle.php" hash="767a26eaefaed893d163737d64930933"/><file name="DataIntegration.php" hash="ff9dc202ea17e49ceaba09c6190492cd"/><dir name="Meta"><file name="Product.php" hash="6a037e5325193fae3147fc1a9891606c"/></dir><dir name="Mysql4"><dir name="Bundle"><file name="Collection.php" hash="021c49a92767b78e238477a3dc8da783"/></dir><file name="Bundle.php" hash="13baace5753c59b86a032f5b5e379830"/></dir><file name="Observer.php" hash="5f4f991cea092d80420bef64764bc535"/><file name="Product.php" hash="f473c25a470a2509b00a4a15ed8b857f"/></dir><dir name="controllers"><file name="AddbundletocartController.php" hash="a0416aba63013c49159f6abd16a2171b"/><dir name="Adminhtml"><file name="DataIntegrationController.php" hash="0758d4716d337002a8c49f843e06cec2"/></dir><file name="ProductsApiController.php" hash="58c7e54788361cc25bdc1b49a2d86e09"/></dir><dir name="etc"><file name="config.xml" hash="222b073dbe641b013cd241760a380037"/></dir><dir name="sql"><dir name="setup"><file name="mysql-install-1.0.0.php" hash="bddf4e67e7b69c5604b448e3b1fa27a0"/><file name="mysql-install-1.0.2.php" hash="bd4f86d456c38710bb0744a8522196f9"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="increasingly"><file name="dataintegration.phtml" hash="8a730e566c21b2155d6f3e4ca73a1b6d"/></dir></dir><dir name="layout"><file name="increasingly_analytics.xml" hash="d859a26dba5142f02e514f28f507891c"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="increasingly"><file name="addtocart.phtml" hash="e3af2445ac014887b3072cf85dd81d4f"/><file name="cart.phtml" hash="1c5ee986109cfb4600d3e15057263d36"/><file name="category.phtml" hash="75e77b9d1cbbd1e0129c0c10737461e6"/><file name="element.phtml" hash="c5f1cbbc02801009247409890172ca4e"/><file name="embed.phtml" hash="52cde76a239e3084ce3a1254b004a742"/><file name="pagetype.phtml" hash="9cbb3b6bd97f865da70c5ca860121a31"/><file name="product.phtml" hash="14d24b0ced5abc85619aa3538b21f2f7"/><file name="track.phtml" hash="4473f97cc5aa3a02bf0a87877b14b5eb"/></dir></dir><dir name="layout"><file name="increasingly_analytics.xml" hash="78766218deed3d60d4ab0fdee7729b91"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Increasingly_Analytics.xml" hash="d285a9ae62b5b0624b727e341fe8e005"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="increasingly"><file name="loader.gif" hash="a51c5608d01acf32df728f299767f82b"/></dir></dir></dir></dir></target></contents>
67
  <compatible/>
68
  <dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
69
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
+ <name>increasingly_key</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
61
  Category/Brand filtering: Don&#x2019;t want to run bundles on a category, SKU or a brand? Increasingly has filtering built in to protect any filtering you may require.&#xD;
62
  </notes>
63
  <authors><author><name>Increasingly</name><user>Increasingly</user><email>renu@increasingly.co</email></author><author><name>Increasingly</name><user>Increasingly</user><email>shree@increasingly.co</email></author><author><name>Increasingly</name><user>Increasingly</user><email>satish@increasingly.co</email></author></authors>
64
+ <date>2016-07-01</date>
65
+ <time>06:53:51</time>
66
+ <contents><target name="magecommunity"><dir name="Increasingly"><dir name="Analytics"><dir name="Block"><file name="Addtocart.php" hash="3429b60b501c7681a3c79fd46138b787"/><dir name="Adminhtml"><file name="DataIntegration.php" hash="b7c543b33f563ef458d403df94c62a4c"/></dir><file name="Cart.php" hash="56c9f503b7c55d835cbd93c675dcc338"/><file name="Category.php" hash="3b87f305e0957dd1fdace455c1f0fa7c"/><file name="Element.php" hash="8d533705e7a3c1ada7d775a6d9282f43"/><file name="Embed.php" hash="5ba08a6642ed22d8bb1a84ab0501f8dc"/><file name="Pagetype.php" hash="5dc81c7c184031629399c7c5a982036e"/><file name="Product.php" hash="2da759eb9bd2bf13e5a8a92087981206"/><file name="Track.php" hash="aa6a9d870f14c4e3721675658dfb276e"/></dir><dir name="Helper"><file name="Data.php" hash="36c01081e880fed7888f3bd4a5d14f59"/><file name="DateFormatter.php" hash="d8f963bd1f9fe390e038a2065fd5c4c4"/><file name="PriceFormatter.php" hash="9bc46d3afb4612131a29b9a1c2b82fad"/><file name="ProductFormatter.php" hash="e95d0126946362fd7dd5d3e37509ef19"/></dir><dir name="Model"><file name="Base.php" hash="957cc5bb083e9b49b5468c986a1e846a"/><file name="Bundle.php" hash="767a26eaefaed893d163737d64930933"/><file name="DataIntegration.php" hash="ff9dc202ea17e49ceaba09c6190492cd"/><dir name="Meta"><file name="Product.php" hash="6a037e5325193fae3147fc1a9891606c"/></dir><dir name="Mysql4"><dir name="Bundle"><file name="Collection.php" hash="021c49a92767b78e238477a3dc8da783"/></dir><file name="Bundle.php" hash="83ad548248f3ebcfc73158ab672cb683"/><file name="Setup.php" hash="664019080c6c0ebdbc50b889eac1e1e0"/></dir><file name="Observer.php" hash="5f4f991cea092d80420bef64764bc535"/><file name="Product.php" hash="f473c25a470a2509b00a4a15ed8b857f"/></dir><dir name="controllers"><file name="AddbundletocartController.php" hash="a0416aba63013c49159f6abd16a2171b"/><dir name="Adminhtml"><file name="DataIntegrationController.php" hash="0758d4716d337002a8c49f843e06cec2"/></dir><file name="ProductsApiController.php" hash="58c7e54788361cc25bdc1b49a2d86e09"/></dir><dir name="etc"><file name="config.xml" hash="4a6180dff55b3d702884a2e135160d20"/></dir><dir name="sql"><dir name="increasingly_analytics_setup"><file name="mysql-install-1.0.0.php" hash="bddf4e67e7b69c5604b448e3b1fa27a0"/><file name="mysql4-install-1.0.3.php" hash="e857df177cfbb887cece6de0ff5498b6"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="increasingly"><file name="dataintegration.phtml" hash="8a730e566c21b2155d6f3e4ca73a1b6d"/></dir></dir><dir name="layout"><file name="increasingly_analytics.xml" hash="d859a26dba5142f02e514f28f507891c"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="increasingly"><file name="addtocart.phtml" hash="e3af2445ac014887b3072cf85dd81d4f"/><file name="cart.phtml" hash="1c5ee986109cfb4600d3e15057263d36"/><file name="category.phtml" hash="75e77b9d1cbbd1e0129c0c10737461e6"/><file name="element.phtml" hash="c5f1cbbc02801009247409890172ca4e"/><file name="embed.phtml" hash="52cde76a239e3084ce3a1254b004a742"/><file name="pagetype.phtml" hash="9cbb3b6bd97f865da70c5ca860121a31"/><file name="product.phtml" hash="14d24b0ced5abc85619aa3538b21f2f7"/><file name="track.phtml" hash="4473f97cc5aa3a02bf0a87877b14b5eb"/></dir></dir><dir name="layout"><file name="increasingly_analytics.xml" hash="78766218deed3d60d4ab0fdee7729b91"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Increasingly_Analytics.xml" hash="d285a9ae62b5b0624b727e341fe8e005"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="increasingly"><file name="loader.gif" hash="a51c5608d01acf32df728f299767f82b"/></dir></dir></dir></dir></target></contents>
67
  <compatible/>
68
  <dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
69
  </package>