Version Notes
Release Notes - Copernica - Version 3.2.0
New Feature
- [COPE-184] - Achtergelaten winkelwagen cross device maken
Download this release
Release Info
Developer | Cream |
Extension | Copernica_MarketingSoftware |
Version | 3.2.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.3 to 3.2.0
- app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Accesstoken.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Export.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Link.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Settings.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Sync.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Controller/Action.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Exception.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Api.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Api/Abstract.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Api/Builder.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Api/Validator.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Config.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Data.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/DataWriter.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Helper/Profile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abandoned/Cart.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abandoned/Carts/Processor.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Address.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Attributes.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Customer.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Name.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Order.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Order/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Order/Item/Options.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Price.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Product.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Product/Viewed.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Quote.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Quote/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Quote/Item/Options.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Storeview.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Subscription.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Wishlist.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Wishlist/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Wishlist/Item/Options.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Config.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Abstract.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Address/Subprofile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Address.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Customer.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Order.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Order/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Product.php +3 -3
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Quote.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Quote/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Subscription.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Wishlist.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Wishlist/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Order/Subprofile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Orderitem/Subprofile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Product/Viewed/Subprofile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Customer.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Order.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Quote.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Subscription.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Quote/Item/Subprofile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Copernica/Wishlist/Item/Subprofile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Error/Queue.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Abandoned/Cart.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Config.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Config/Collection.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Error/Queue.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Error/Queue/Collection.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Profile/Cache.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Profile/Cache/Collection.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Queue/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Queue/Item/Collection.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Sync/Profile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Sync/Profile/Collection.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Observer.php +2 -2
- app/code/community/Copernica/MarketingSoftware/Model/Profile/Cache.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Abstract.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Checkout.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Customer.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Factory.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Order.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Quote.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Startsync.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/View.php +2 -2
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Wishlist/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Queue/Processor.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Address.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Customer.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Order.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Order/Item.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Product.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Quote.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Subscription.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Rest/Wishlist.php +1 -1
- app/code/community/Copernica/MarketingSoftware/Model/Sync/Profile.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/AccessTokenController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/AjaxcollectionController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/ExportController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/LinkController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/SettingsController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/SyncController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/CartController.php +57 -0
- app/code/community/Copernica/MarketingSoftware/controllers/ProductController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/controllers/UnsubscribeController.php +1 -1
- app/code/community/Copernica/MarketingSoftware/cron/clearCopernicaDatabase.php +1 -1
- app/code/community/Copernica/MarketingSoftware/cron/detectAbandonedCarts.php +1 -1
- app/code/community/Copernica/MarketingSoftware/cron/fullSync.php +1 -1
- app/code/community/Copernica/MarketingSoftware/cron/processQueue.php +1 -1
- app/code/community/Copernica/MarketingSoftware/data/marketingsoftware_setup/data-upgrade-3.4.0-3.4.1.php +1 -1
- app/code/community/Copernica/MarketingSoftware/etc/config.xml +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-install-1.2.0.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.5-1.1.6.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.6-1.1.7.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.7-1.1.8.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.8-1.2.0.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.0.1-2.0.2.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.1.0.1-2.2.0.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.2.0.1-2.3.0.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.0-2.3.1.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.1-2.3.2.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.3-2.3.4.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.4-2.3.5.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.8-2.4.0.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.0-2.4.1.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.1-2.4.2.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.2-2.4.3.php +1 -1
- app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.3-2.4.4.php +1 -1
- package.xml +9 -26
app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Accesstoken.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Export.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Link.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Settings.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Block/Adminhtml/Marketingsoftware/Sync.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Controller/Action.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Exception.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Api.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Api/Abstract.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Api/Builder.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Api/Validator.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Config.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Data.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/DataWriter.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Helper/Profile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abandoned/Cart.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abandoned/Carts/Processor.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Address.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Attributes.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Customer.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
* @documentation public
|
26 |
*/
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
* @documentation public
|
26 |
*/
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Name.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Order.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Order/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Order/Item/Options.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Price.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Product.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Product/Viewed.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Quote.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Quote/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Quote/Item/Options.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Storeview.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Subscription.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Wishlist.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Wishlist/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Abstraction/Wishlist/Item/Options.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Config.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Abstract.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Address/Subprofile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Address.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Customer.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Order.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Order/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Product.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
@@ -418,9 +418,9 @@ class Copernica_MarketingSoftware_Model_Copernica_Entity_Product extends Coperni
|
|
418 |
*
|
419 |
* @param int $productId
|
420 |
*/
|
421 |
-
public function setProduct($productId)
|
422 |
{
|
423 |
-
$this->_product = Mage::getModel('catalog/product')->load($productId);
|
424 |
}
|
425 |
|
426 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
418 |
*
|
419 |
* @param int $productId
|
420 |
*/
|
421 |
+
public function setProduct($productId, $storeId)
|
422 |
{
|
423 |
+
$this->_product = Mage::getModel('catalog/product')->setStoreId($storeId)->load($productId);
|
424 |
}
|
425 |
|
426 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Quote.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Quote/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Subscription.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Wishlist.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Entity/Wishlist/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Order/Subprofile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Orderitem/Subprofile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Product/Viewed/Subprofile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Customer.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Order.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Quote.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Profile/Subscription.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Quote/Item/Subprofile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Copernica/Wishlist/Item/Subprofile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Error/Queue.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Abandoned/Cart.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Config.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Config/Collection.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Error/Queue.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Error/Queue/Collection.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Profile/Cache.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Profile/Cache/Collection.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Queue/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Queue/Item/Collection.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Sync/Profile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Mysql4/Sync/Profile/Collection.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Observer.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
@@ -417,7 +417,7 @@ class Copernica_MarketingSoftware_Model_Observer
|
|
417 |
}
|
418 |
|
419 |
$queue = Mage::getModel('marketingsoftware/queue_item')
|
420 |
-
->setObject(array('customerId' => $customerId, 'productId' => $product->getId(), 'viewedAt' => (string) time()))
|
421 |
->setCustomer($customerId)
|
422 |
->setAction('add')
|
423 |
->setName('view')
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
417 |
}
|
418 |
|
419 |
$queue = Mage::getModel('marketingsoftware/queue_item')
|
420 |
+
->setObject(array('storeId' => Mage::app()->getStore()->getId(), 'customerId' => $customerId, 'productId' => $product->getId(), 'viewedAt' => (string) time()))
|
421 |
->setCustomer($customerId)
|
422 |
->setAction('add')
|
423 |
->setName('view')
|
app/code/community/Copernica/MarketingSoftware/Model/Profile/Cache.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Abstract.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Checkout.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Customer.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Factory.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Order.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Quote.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Startsync.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/View.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
@@ -46,7 +46,7 @@ class Copernica_MarketingSoftware_Model_Queue_Event_View extends Copernica_Marke
|
|
46 |
$customerEntity->setCustomer($object->customerId);
|
47 |
|
48 |
$productEntity = Mage::getModel('marketingsoftware/copernica_entity_product');
|
49 |
-
$productEntity->setProduct($object->productId);
|
50 |
$productEntity->setTimestamp(date('Y-m-d G:i:s', $object->viewedAt));
|
51 |
|
52 |
$restProduct = $productEntity->getRestProduct();
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
46 |
$customerEntity->setCustomer($object->customerId);
|
47 |
|
48 |
$productEntity = Mage::getModel('marketingsoftware/copernica_entity_product');
|
49 |
+
$productEntity->setProduct($object->productId, $object->storeId);
|
50 |
$productEntity->setTimestamp(date('Y-m-d G:i:s', $object->viewedAt));
|
51 |
|
52 |
$restProduct = $productEntity->getRestProduct();
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Event/Wishlist/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Queue/Processor.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Address.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Customer.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Order.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Order/Item.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Product.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Quote.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Subscription.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Rest/Wishlist.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/Model/Sync/Profile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/AccessTokenController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/AjaxcollectionController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/ExportController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/LinkController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/SettingsController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/Adminhtml/Marketingsoftware/SyncController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/CartController.php
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Copernica Marketing Software
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0).
|
8 |
+
* It is available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
* If you are unable to obtain a copy of the license through the
|
11 |
+
* world-wide-web, please send an email to copernica@support.cream.nl
|
12 |
+
* so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade this software
|
17 |
+
* to newer versions in the future. If you wish to customize this module
|
18 |
+
* for your needs please refer to http://www.magento.com/ for more
|
19 |
+
* information.
|
20 |
+
*
|
21 |
+
* @category Copernica
|
22 |
+
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Marketing software cart controller
|
29 |
+
*/
|
30 |
+
class Copernica_MarketingSoftware_CartController extends Mage_Core_Controller_Front_Action
|
31 |
+
{
|
32 |
+
public function resumeAction()
|
33 |
+
{
|
34 |
+
$emailAddress = $this->getRequest()->getParam('email');
|
35 |
+
$quoteId = $this->getRequest()->getParam('quote_id');
|
36 |
+
|
37 |
+
/* @var $quote Mage_Sales_Model_Quote */
|
38 |
+
$quote = Mage::getModel('sales/quote')->load($quoteId);
|
39 |
+
|
40 |
+
if ($quote->getCustomerEmail() == $emailAddress) {
|
41 |
+
Mage::getSingleton('checkout/session')->replaceQuote($quote);
|
42 |
+
|
43 |
+
$customer = Mage::getModel('customer/customer')
|
44 |
+
->setWebsiteId(Mage::app()->getStore()->getWebsiteId())
|
45 |
+
->loadByEmail($emailAddress);
|
46 |
+
|
47 |
+
if ($customerId = $customer->getId()) {
|
48 |
+
$session = Mage::getSingleton('customer/session');
|
49 |
+
if ($session->isLoggedIn() && $customerId != $session->getCustomerId()) {
|
50 |
+
$session->logout();
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
54 |
+
|
55 |
+
$this->getResponse()->setRedirect(Mage::getUrl('checkout/cart'));
|
56 |
+
}
|
57 |
+
}
|
app/code/community/Copernica/MarketingSoftware/controllers/ProductController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/controllers/UnsubscribeController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/cron/clearCopernicaDatabase.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
-
* @copyright Copyright (c) 2011-
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
app/code/community/Copernica/MarketingSoftware/cron/detectAbandonedCarts.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
-
* @copyright Copyright (c) 2011-
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
app/code/community/Copernica/MarketingSoftware/cron/fullSync.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
-
* @copyright Copyright (c) 2011-
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
app/code/community/Copernica/MarketingSoftware/cron/processQueue.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
-
* @copyright Copyright (c) 2011-
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category Copernica
|
23 |
* @package Copernica_MarketingSoftware
|
24 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
app/code/community/Copernica/MarketingSoftware/data/marketingsoftware_setup/data-upgrade-3.4.0-3.4.1.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Copernica_MarketingSoftware>
|
5 |
-
<version>3.
|
6 |
</Copernica_MarketingSoftware>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Copernica_MarketingSoftware>
|
5 |
+
<version>3.2.0</version>
|
6 |
</Copernica_MarketingSoftware>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-install-1.2.0.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
$installer = $this;
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
$installer = $this;
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.5-1.1.6.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.6-1.1.7.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.7-1.1.8.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-1.1.8-1.2.0.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
/**
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.0.1-2.0.2.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.1.0.1-2.2.0.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.2.0.1-2.3.0.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.0-2.3.1.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.1-2.3.2.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.3-2.3.4.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.4-2.3.5.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.3.8-2.4.0.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.0-2.4.1.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.1-2.4.2.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.2-2.4.3.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Copernica/MarketingSoftware/sql/marketingsoftware_setup/mysql4-upgrade-2.4.3-2.4.4.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
-
* @copyright Copyright (c) 2011-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Copernica
|
22 |
* @package Copernica_MarketingSoftware
|
23 |
+
* @copyright Copyright (c) 2011-2015 Copernica & Cream. (http://docs.cream.nl/)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Copernica_MarketingSoftware</name>
|
4 |
-
<version>3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -11,36 +11,19 @@
|
|
11 |

|
12 |
Please note that this extension does not work with PHP 5.4.X. and should be run with the Magento system requirements in mind.</description>
|
13 |
<notes>
|
14 |
-
Release Notes - Copernica - Version 3.
|
15 |
-
|
16 |
-
<h2>
|
17 |
</h2>
|
18 |
<ul>
|
19 |
-
<li>[COPE-
|
20 |
-
</li>
|
21 |
-
<li>[COPE-220] - Dubbele profielen
|
22 |
-
</li>
|
23 |
-
<li>[COPE-221] - importeren klanten bestand
|
24 |
-
</li>
|
25 |
-
<li>[COPE-223] - Support Magento - Copernica
|
26 |
-
</li>
|
27 |
-
<li>[COPE-226] - Magento Copernica Pluging
|
28 |
-
</li>
|
29 |
-
<li>[COPE-227] - Issue with Copernica on Magento 1.7
|
30 |
-
</li>
|
31 |
-
</ul>
|
32 |
-

|
33 |
-
<h2> Improvement
|
34 |
-
</h2>
|
35 |
-
<ul>
|
36 |
-
<li>[COPE-208] - Let CURL handle SSL completely
|
37 |
</li>
|
38 |
</ul>
|
39 |
-
|
40 |
<authors><author><name>Cream</name><user>creaminternet</user><email>info@cream.nl</email></author></authors>
|
41 |
-
<date>2015-
|
42 |
-
<time>
|
43 |
-
<contents><target name="magecommunity"><dir name="Copernica"><dir name="MarketingSoftware"><dir name="Block"><dir name="Adminhtml"><dir name="Marketingsoftware"><file name="Accesstoken.php" hash="2196942b0b6c6727854e360126831a41"/><file name="Export.php" hash="a8a1203c12602345f9b3dd249ec77216"/><file name="Link.php" hash="4be8ea5a022ab5ab705862ce3d74b9ad"/><file name="Settings.php" hash="f18848ba6a75106d8bf6863c0a91dc80"/><file name="Sync.php" hash="10191fd99632e43a2df9b9372a487280"/></dir></dir></dir><dir name="Controller"><file name="Action.php" hash="8c89215b082dbf0e68ff8454d1e0eca9"/></dir><file name="Exception.php" hash="5be0f3715157b3b05c9471a1aeef75d1"/><dir name="Helper"><dir name="Api"><file name="Abstract.php" hash="f4d61c76a1659eda7456fcf180884408"/><file name="Builder.php" hash="200daf757d512f2844e98463f564e3e0"/><file name="Validator.php" hash="e9c81cbbf6c147ca0b8437d3d10f8c46"/></dir><file name="Api.php" hash="71e4c4c9d1a4dcf62d03170a7d4dd66a"/><file name="Config.php" hash="6cdf2bf007ac35d11718ab1080e24764"/><file name="Data.php" hash="5ee3dc0e876edfa560a00f859e465b15"/><file name="DataWriter.php" hash="562cd6afe278dd8200a025d74a7cd1e1"/><file name="Profile.php" hash="8f1375c1a2a49176bbf4390f24a6d8c3"/><dir name="Rest"><file name="Request.php" hash="f54193941ce3cff36c025231360ca4c0"/></dir></dir><dir name="Model"><dir name="Abandoned"><file name="Cart.php" hash="e9f9b0e533a3c96c45fb079ae5344d7a"/><dir name="Carts"><file name="Processor.php" hash="bf88d2983fd7896c306fe5977a51f7fa"/></dir></dir><dir name="Abstraction"><file name="Address.php" hash="6d9cc361b47f54c60055a1b4c1416124"/><file name="Attributes.php" hash="1302fd4317be556d9b4b57a4d7ceed48"/><file name="Customer.php" hash="02f7134f354c2480f90a1f32a4d8c983"/><file name="Name.php" hash="fccb94d66e34f8d68cdf2db34ff983ff"/><dir name="Order"><dir name="Item"><file name="Options.php" hash="d1bb9f5b2532e4030a8dd33742d9650c"/></dir><file name="Item.php" hash="337fc33a3919986b8f404c8b639ee2fe"/></dir><file name="Order.php" hash="f41d297c3642fb0cef10ca73cc3a79bb"/><file name="Price.php" hash="bd3ae9dd656754b664bf0ab94cdafb26"/><dir name="Product"><file name="Viewed.php" hash="e807df800b2310f3a815c50daa397a59"/></dir><file name="Product.php" hash="5f9e28f1b7f3923923cc7fd80198a560"/><dir name="Quote"><dir name="Item"><file name="Options.php" hash="c789c20cd4664ec9faaeccb44bdcfa35"/></dir><file name="Item.php" hash="e24c78fbe4b6e251eb94c8358aca3168"/></dir><file name="Quote.php" hash="f118cbad4065a15244d09c9657b60c68"/><file name="Storeview.php" hash="427880472097a9eaa5a6ecf801b2e535"/><file name="Subscription.php" hash="e09b421f41d4fb00fb083b50660a6190"/><dir name="Wishlist"><dir name="Item"><file name="Options.php" hash="850fa07b6c8f82958ca6ef2350a7bc5e"/></dir><file name="Item.php" hash="f5266fc0c4bbb1ba3b09fd75ad6e3b6b"/></dir><file name="Wishlist.php" hash="d02da3380379403f6ef9a0bcd83bd3c6"/></dir><file name="Config.php" hash="f9b93ad167d7d2d34759f1d2aeca251d"/><dir name="Copernica"><file name="Abstract.php" hash="e43e91e8d3a7c31cca75b0a11fe396d4"/><dir name="Address"><file name="Subprofile.php" hash="8da47fe822c3c67998d082afb798eb4b"/></dir><dir name="Entity"><file name="Address.php" hash="1d8114c82978f516b4ebbb8aad81c4ed"/><file name="Customer.php" hash="061b3a8adf62b0eb42800be5507995ab"/><dir name="Order"><file name="Item.php" hash="3cce8a1cb2f133e0d6e3228c24d1ccc1"/></dir><file name="Order.php" hash="159aeca86326bf456cc7d352467a7f68"/><file name="Product.php" hash="dca88a160907b84c200fdb6df002fc82"/><dir name="Quote"><file name="Item.php" hash="79d353ab6e150e21b7967c5795f4b28a"/></dir><file name="Quote.php" hash="0060a8d576f0d14b63f3017db7cc1a6d"/><file name="Subscription.php" hash="bf3cb5ae41b45d653415f1c06af0f407"/><dir name="Wishlist"><file name="Item.php" hash="214f22f4b07b8614007371301cf435ed"/></dir><file name="Wishlist.php" hash="200e2b74fd97bc878b00bb7c1bf24002"/></dir><file name="Entity.php" hash="e74a89d1bf00dfcb5454122df437c633"/><dir name="Order"><file name="Subprofile.php" hash="4799f8ab8b2c47298b0c472483699a29"/></dir><dir name="Orderitem"><file name="Subprofile.php" hash="09b122fcbeae65efa99c650882dc2a04"/></dir><dir name="Product"><dir name="Viewed"><file name="Subprofile.php" hash="477b56cc538a8bb4433efca30182381d"/></dir></dir><dir name="Profile"><file name="Customer.php" hash="2641a5303861472199310df5e9744b94"/><file name="Order.php" hash="26c091f3cb789d5785371950084252b7"/><file name="Quote.php" hash="4b92449c77cce625640ef92e4d8e0204"/><file name="Subscription.php" hash="cda9cea09add3504d085c046ac2b4b72"/></dir><file name="Profile.php" hash="dd4f415edd5cd5f6706461e432096d96"/><dir name="Quote"><dir name="Item"><file name="Subprofile.php" hash="1c338be576cfd9cde1d653be5e0fbaf9"/></dir></dir><dir name="Wishlist"><dir name="Item"><file name="Subprofile.php" hash="93eb9a0fdb23aedf75cd7dd0d3893385"/></dir></dir></dir><dir name="Error"><file name="Queue.php" hash="d6c8d9d5e552242f18a1829a91413760"/></dir><dir name="Mysql4"><dir name="Abandoned"><dir name="Cart"><file name="Collection.php" hash="b754475b97a81e5a3bd729eb767ccc1f"/></dir><file name="Cart.php" hash="d53d4bd5cabce576ea7ebb65389cdbca"/></dir><dir name="Config"><file name="Collection.php" hash="522757300fdf26a7964e7047c7a6504b"/></dir><file name="Config.php" hash="ab9bc864339624019f060a1f1c3e491b"/><dir name="Error"><dir name="Queue"><file name="Collection.php" hash="4932afd4111bd61e8801f906b142bb5b"/></dir><file name="Queue.php" hash="6b9b915a4b97380d0a1e684b3e6a24ae"/></dir><dir name="Profile"><dir name="Cache"><file name="Collection.php" hash="abbad62cfb50930fcca472456ce4f502"/></dir><file name="Cache.php" hash="e2f6b69236a65dd84aeac3a43e69e9a7"/></dir><dir name="Queue"><dir name="Item"><file name="Collection.php" hash="fd2470afdd7f6e4d6fdd54796c34913d"/></dir><file name="Item.php" hash="e995226766fbf7bf90dbcd51f26a9e35"/></dir><dir name="Sync"><dir name="Profile"><file name="Collection.php" hash="9c533a3547afa689e56c6088d5718e27"/></dir><file name="Profile.php" hash="970a87f955107d2d7149dd3c6b1d526a"/></dir></dir><file name="Observer.php" hash="721d5f673d0900e8e13c88a54045bc53"/><dir name="Profile"><file name="Cache.php" hash="44a4e9c2366bd56f242b3758c0fe5e6b"/></dir><dir name="Queue"><dir name="Event"><file name="Abstract.php" hash="9befdb6be287a6255ae456221ccf908a"/><file name="Checkout.php" hash="7708478accbb489d2e32b24fe3aadc27"/><file name="Customer.php" hash="f907b2efc50dc0a89156ae5921dcfcf6"/><file name="Factory.php" hash="eeffd0ed87bc3244ad99894aefe70bd2"/><file name="Item.php" hash="8cdb8b8d6397a33aa414588cb08a96c8"/><file name="Order.php" hash="c5704ce38f9a7e41609f9021aabcfe20"/><file name="Quote.php" hash="055417e52b6f6a48bd69d4e01ba78a13"/><file name="Startsync.php" hash="e9d65e226ee4d3bb854011a914fbbf56"/><file name="Subscription.php" hash="bb53db809cf3090fb6a5aef64b6864da"/><file name="View.php" hash="da35bba0385be3698304ba319f5d0823"/><dir name="Wishlist"><file name="Item.php" hash="377fd52a28f562ea3c3245f2d308fc11"/></dir></dir><file name="Item.php" hash="e41928715574738dbcf7462412895c94"/><file name="Processor.php" hash="0df4dc186d3720d96fd918ed3da02efa"/></dir><dir name="Rest"><file name="Address.php" hash="fa4ef338560c09c51fd35cf09116283c"/><file name="Customer.php" hash="f63d75ff74ca8d27fe66c5ad3067693f"/><dir name="Order"><file name="Item.php" hash="3c5003e4c95bc88dc9eb346bbbaed46b"/></dir><file name="Order.php" hash="92039328b49dfd8f265b43f6d401e75a"/><file name="Product.php" hash="391085c8b16ded397881d07357f7288f"/><dir name="Quote"><file name="Item.php" hash="3f33b30d5d47c1541ad2cec1e1c8b0ef"/></dir><file name="Quote.php" hash="f4579e270a7ce16f78cd52c774a45218"/><file name="Subscription.php" hash="080bf61e85dfc6c7818c2fe1ed60661b"/><dir name="Wishlist"><file name="Item.php" hash="87911c626195e772eee4a3b3301f3302"/></dir><file name="Wishlist.php" hash="de42a165f867bdf8ee0206a7ea8d828f"/></dir><file name="Rest.php" hash="c0902c530a341a14f91bb62d5c42208e"/><dir name="Sync"><file name="Profile.php" hash="06230cb2bfc959e7d512f62eb5869f1f"/><file name="Status.php" hash="57304f5054b15151427b962da0e39bba"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Marketingsoftware"><file name="AccessTokenController.php" hash="59ea43c94c5867066c907d7279e0aa66"/><file name="AjaxcollectionController.php" hash="59adf742661833985f0332d5b1fa520a"/><file name="ExportController.php" hash="3e8aec97b1cdcd6a6453969ba458fcd7"/><file name="LinkController.php" hash="a9b24b028dfc91d4daf8b6bd3ba736cd"/><file name="SettingsController.php" hash="5606991d9d0d8272a35964c81740e2c2"/><file name="SyncController.php" hash="582e86628d5a982f374cb934c25ae434"/></dir></dir><file name="ProductController.php" hash="618c95dbe763242eeaa00b6d233998b2"/><file name="UnsubscribeController.php" hash="6abd591209af2d7d7753405580ef6f71"/></dir><dir name="cron"><file name="clearCopernicaDatabase.php" hash="d64420e7f2a3ba674be72a15b47a3363"/><file name="detectAbandonedCarts.php" hash="ab3a8d7c6ed1a03cfd5129a8b6116e7f"/><file name="fullSync.php" hash="543451ba33dcf4e576b3a02cec62a4d9"/><file name="processQueue.php" hash="3614018e73120a5386ebd3ae7bff5060"/></dir><dir name="data"><dir name="marketingsoftware_setup"><file name="data-upgrade-3.4.0-3.4.1.php" hash="81ee78df6fb57daaa62a35c8d6096865"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="06693ae7df5091f51d0f835d4e98aa8c"/><file name="config.xml" hash="5567727a826dccdcf5c5a9aebe174bd3"/></dir><dir name="sql"><dir name="marketingsoftware_setup"><file name="mysql4-install-1.2.0.php" hash="d4349dd3d45e411d39be85d4cee50302"/><file name="mysql4-upgrade-1.1.5-1.1.6.php" hash="4902356c13309b6415e1a61c3fcc805c"/><file name="mysql4-upgrade-1.1.6-1.1.7.php" hash="1bfa357933494cbded4c32f4d1d0a45c"/><file name="mysql4-upgrade-1.1.7-1.1.8.php" hash="860e3ce11771bd8e6f7c755f2afa8805"/><file name="mysql4-upgrade-1.1.8-1.2.0.php" hash="0414892bc3b6ebff44e991afe23a0f19"/><file name="mysql4-upgrade-2.0.1-2.0.2.php" hash="5374760e8bee6edb033475cd0cf8fd0a"/><file name="mysql4-upgrade-2.1.0.1-2.2.0.php" hash="8c4f8168b9b6b9ff196b7b72eeccea22"/><file name="mysql4-upgrade-2.2.0.1-2.3.0.php" hash="1c019bd68d35e91cd6771d4f52528513"/><file name="mysql4-upgrade-2.3.0-2.3.1.php" hash="d0310551734c1f1312dc8b1e416931ba"/><file name="mysql4-upgrade-2.3.1-2.3.2.php" hash="edf9c78d676f12dfa6b82f008e9e5967"/><file name="mysql4-upgrade-2.3.2-2.3.3.php" hash="70aded2b5d9b4736471c43c7f2540b62"/><file name="mysql4-upgrade-2.3.3-2.3.4.php" hash="f3824fb5c040893566fddb14727659ab"/><file name="mysql4-upgrade-2.3.4-2.3.5.php" hash="530cd67311cd72432274e3aea0ed3cc4"/><file name="mysql4-upgrade-2.3.8-2.4.0.php" hash="67c039843f81e2dc45d490f616e1bceb"/><file name="mysql4-upgrade-2.4.0-2.4.1.php" hash="86f85289e160bc6c7fe51a60ab73f248"/><file name="mysql4-upgrade-2.4.1-2.4.2.php" hash="de8c28f9d4cbbddaf0205d54b90689c1"/><file name="mysql4-upgrade-2.4.2-2.4.3.php" hash="200490a9c31749b4c0ee7c447568fb2d"/><file name="mysql4-upgrade-2.4.3-2.4.4.php" hash="6aa12fe669044cfad384405b82afe625"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Copernica_MarketingSoftware.xml" hash="a0f52371ec0e8a63ea5d066c6f9f24c3"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="marketingsoftware"><file name="accessToken.phtml" hash="169fd5c06606e854d80eb42d406c4f82"/><file name="export.phtml" hash="cd79d0803fda66072035ea3acdbf08cf"/><file name="link.phtml" hash="7b82ece3be8ad9ff9f0e3dbca5b3736a"/><file name="settings.phtml" hash="f5b4fa0fe8757935a458e7cbc67129b8"/><file name="sync.phtml" hash="78005a8bf2cad44424aba48cfcc940a6"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="copernica"><dir name="marketingsoftware"><file name="link.js" hash="7309fdc8855cf3f031fedad336031c59"/></dir></dir></dir></target></contents>
|
44 |
<compatible/>
|
45 |
<dependencies><required><php><min>5.2.0</min><max>5.6.99</max></php><extension><name>PDO</name><min></min><max></max></extension><extension><name>curl</name><min></min><max></max></extension></required></dependencies>
|
46 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Copernica_MarketingSoftware</name>
|
4 |
+
<version>3.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
11 |

|
12 |
Please note that this extension does not work with PHP 5.4.X. and should be run with the Magento system requirements in mind.</description>
|
13 |
<notes>
|
14 |
+
Release Notes - Copernica - Version 3.2.0
|
15 |
+

|
16 |
+
<h2> New Feature
|
17 |
</h2>
|
18 |
<ul>
|
19 |
+
<li>[COPE-184] - Achtergelaten winkelwagen cross device maken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</li>
|
21 |
</ul>
|
22 |
+
</notes>
|
23 |
<authors><author><name>Cream</name><user>creaminternet</user><email>info@cream.nl</email></author></authors>
|
24 |
+
<date>2015-04-02</date>
|
25 |
+
<time>14:15:04</time>
|
26 |
+
<contents><target name="magecommunity"><dir name="Copernica"><dir name="MarketingSoftware"><dir name="Block"><dir name="Adminhtml"><dir name="Marketingsoftware"><file name="Accesstoken.php" hash="5ee1a15993e86237d66abdb1cd465ac5"/><file name="Export.php" hash="e9695d0d0f3000ba719a1affe721ca04"/><file name="Link.php" hash="3823b2c43b9cb93165129c8cd35b019d"/><file name="Settings.php" hash="c5fc4624a543fc83df989123611c4931"/><file name="Sync.php" hash="cdac77994b31aba10664747673fe7e85"/></dir></dir></dir><dir name="Controller"><file name="Action.php" hash="ce3fb1ec1f25665898661c3372d4e395"/></dir><file name="Exception.php" hash="7546100edf71ff8c9a83b414c391fc13"/><dir name="Helper"><dir name="Api"><file name="Abstract.php" hash="0a55e65d7fb3cc9fe255963937d1f132"/><file name="Builder.php" hash="26e5279a90d3779d38467aaa92ebbced"/><file name="Validator.php" hash="bee1bd6b3719d16bcf026adeb0ea403c"/></dir><file name="Api.php" hash="9691417c71eec181802535f88c8efbfe"/><file name="Config.php" hash="5e2618fcb7f4989762ba91d60965ee3f"/><file name="Data.php" hash="5a638ed3208878ec84e8add0789cfe2e"/><file name="DataWriter.php" hash="69c715dd370d7d4e1ac36aae0965ceba"/><file name="Profile.php" hash="91eabfb42c432cd2598bed05834c6a20"/><dir name="Rest"><file name="Request.php" hash="f54193941ce3cff36c025231360ca4c0"/></dir></dir><dir name="Model"><dir name="Abandoned"><file name="Cart.php" hash="f1ee5823e0f868f26b9f0b4047368fb8"/><dir name="Carts"><file name="Processor.php" hash="fec017b171f5210c077c8cf5020e430f"/></dir></dir><dir name="Abstraction"><file name="Address.php" hash="ad77bc35c47ede3dcecc36b5141554cc"/><file name="Attributes.php" hash="fcfbca5706075d54b47de362d6ea3ef1"/><file name="Customer.php" hash="0d9baf4b42df18f6ce8a03656cdf0e98"/><file name="Name.php" hash="c02eede237828d8f863ff143a6f1419b"/><dir name="Order"><dir name="Item"><file name="Options.php" hash="46819852b577d9eb339d96c8d83b4219"/></dir><file name="Item.php" hash="d5e67a7b3f15e7ef6d9f849e7cf06000"/></dir><file name="Order.php" hash="3072076c041ff680a3f8065e1383447d"/><file name="Price.php" hash="af19fd05da93112a322702baeb334cb8"/><dir name="Product"><file name="Viewed.php" hash="1a0f427075ec27e61bf76a2bf961f2a3"/></dir><file name="Product.php" hash="f79ddb3a5c4822a8be6e503ba847c2f9"/><dir name="Quote"><dir name="Item"><file name="Options.php" hash="7dd9dce40ff3c7c69f0a4d82ab1533cc"/></dir><file name="Item.php" hash="2e180e29cd1b63525027be51d98160aa"/></dir><file name="Quote.php" hash="741fe3223852babdf01fd6125bc15e06"/><file name="Storeview.php" hash="01abcb979473a8389057d4714fbc8b9d"/><file name="Subscription.php" hash="d96f4d394da998e2311c8260bfe8d438"/><dir name="Wishlist"><dir name="Item"><file name="Options.php" hash="bd601c08d0979fe9587c12b5a1113e0f"/></dir><file name="Item.php" hash="35cc91191f5caea43a978ad09cd3dee4"/></dir><file name="Wishlist.php" hash="b62b0a8ce4047d025dea50322c62dcb2"/></dir><file name="Config.php" hash="7d99d977a6c6df9aa69eeb01eded6c1b"/><dir name="Copernica"><file name="Abstract.php" hash="2c224f13f1997e65678f6217313c839c"/><dir name="Address"><file name="Subprofile.php" hash="7918b5c20a2e84e0b6596874aed1fdf8"/></dir><dir name="Entity"><file name="Address.php" hash="12997321a50930db4c75681db5376617"/><file name="Customer.php" hash="08d655bae7fb2d59a278e840216887c3"/><dir name="Order"><file name="Item.php" hash="2b30e12f2870677f752e34963eab95ae"/></dir><file name="Order.php" hash="4d43f6cd8ebf0398fdd1e58c4adaefbe"/><file name="Product.php" hash="e8e10ea6760e4e27a3eaa1f9123de0b0"/><dir name="Quote"><file name="Item.php" hash="61fa772196e3258186c22a647589bc45"/></dir><file name="Quote.php" hash="cc8a491445151d56ba19f9388f031a7c"/><file name="Subscription.php" hash="c4fca7e19deca9efcdee4358a88061a4"/><dir name="Wishlist"><file name="Item.php" hash="3cccdda4f1f2ea34b6ed7b875bb3c9e8"/></dir><file name="Wishlist.php" hash="02730b40b19d92f30777c7a877f92c36"/></dir><file name="Entity.php" hash="a64d155d1f1eac699adabb726b0ef2e6"/><dir name="Order"><file name="Subprofile.php" hash="b81814f7f30d32cda4061364ac08cef8"/></dir><dir name="Orderitem"><file name="Subprofile.php" hash="3999d262f7a3b46801563545d3264212"/></dir><dir name="Product"><dir name="Viewed"><file name="Subprofile.php" hash="5d3e91ebdb7a58f461d1a1b3a2522ed5"/></dir></dir><dir name="Profile"><file name="Customer.php" hash="6ec20816ad7f6ea2bceab2e5ed518f4e"/><file name="Order.php" hash="a871ceeb96a85f627c335d25f106db17"/><file name="Quote.php" hash="0c0e638894c096a7a4ec486a160522f2"/><file name="Subscription.php" hash="e27390e62bd67cf44d1610ff73d3cad7"/></dir><file name="Profile.php" hash="d7698d3f7afbe0fe51cca9d0792129b8"/><dir name="Quote"><dir name="Item"><file name="Subprofile.php" hash="ec785b5f2f7337525cd62aa8677240d0"/></dir></dir><dir name="Wishlist"><dir name="Item"><file name="Subprofile.php" hash="0993a31694e699991da5e297aa40923e"/></dir></dir></dir><dir name="Error"><file name="Queue.php" hash="2686ada14fc78a767e9d2581742fbd15"/></dir><dir name="Mysql4"><dir name="Abandoned"><dir name="Cart"><file name="Collection.php" hash="b754475b97a81e5a3bd729eb767ccc1f"/></dir><file name="Cart.php" hash="4b572f2b5386e644bf40eee6ef7a6fff"/></dir><dir name="Config"><file name="Collection.php" hash="04af127e64827e9f7e63fc061bff47d0"/></dir><file name="Config.php" hash="706f7da9b23fea9ca6a4308002ac41ed"/><dir name="Error"><dir name="Queue"><file name="Collection.php" hash="63f05567ad31f1d22127271447c3fc34"/></dir><file name="Queue.php" hash="80857cec4de357feacf1f79adde20c56"/></dir><dir name="Profile"><dir name="Cache"><file name="Collection.php" hash="6b5c6d22b6b452d212d13512378deeb3"/></dir><file name="Cache.php" hash="2e095274b40b6e22d646a7210f88184b"/></dir><dir name="Queue"><dir name="Item"><file name="Collection.php" hash="3bed460aee810f00d3e44807a9f5a71f"/></dir><file name="Item.php" hash="c43af46402370787395f131164e93eee"/></dir><dir name="Sync"><dir name="Profile"><file name="Collection.php" hash="d783f872330cadda505f780527c663f3"/></dir><file name="Profile.php" hash="7b66b156e7868a06cad5b3f7ab9c7e45"/></dir></dir><file name="Observer.php" hash="ef976914ff23d07bcc4477257b1adb68"/><dir name="Profile"><file name="Cache.php" hash="3bab323edf835fd4ec2cc1fd4e58c594"/></dir><dir name="Queue"><dir name="Event"><file name="Abstract.php" hash="a7f0c2e5a75f0e5797d021616b5bc1be"/><file name="Checkout.php" hash="076a28b51cce2f9baa0a4050b23c167e"/><file name="Customer.php" hash="ee44e1a50bdee778f45abad1d5f80d7f"/><file name="Factory.php" hash="0d87203c387a2cf4aed1016dc247172d"/><file name="Item.php" hash="1425bb8bca8eda6fde868d19f05a1e7e"/><file name="Order.php" hash="8af831b47d31e420db77e62fcf44e4ef"/><file name="Quote.php" hash="2c359045067a02e57ec707e95687a3e1"/><file name="Startsync.php" hash="aa7eb9a4c51e616fc02b062ec23d9797"/><file name="Subscription.php" hash="bb53db809cf3090fb6a5aef64b6864da"/><file name="View.php" hash="fb607e3b7c7e9a1af16fbc724485e59a"/><dir name="Wishlist"><file name="Item.php" hash="a08ef8cf4d7be87ca83709c84f0b6b1b"/></dir></dir><file name="Item.php" hash="43a6ef2638bc0f01ea5a29c8b70e1360"/><file name="Processor.php" hash="e37efc3b10cda2bda3be30950eb01876"/></dir><dir name="Rest"><file name="Address.php" hash="abc404c6768269ac10ca67a5097009c2"/><file name="Customer.php" hash="91cbab281d5cb2d4cd7bbb0a860e1bbb"/><dir name="Order"><file name="Item.php" hash="1e5dfa8a1eefb3df2ee0eef8082cbd66"/></dir><file name="Order.php" hash="d4fd31597f46828fafe586e58b1b1eaf"/><file name="Product.php" hash="f35168c86651693c7a4ed88dc695221a"/><dir name="Quote"><file name="Item.php" hash="3f33b30d5d47c1541ad2cec1e1c8b0ef"/></dir><file name="Quote.php" hash="c2e0fd9c38483578e6261bb2c6c8b580"/><file name="Subscription.php" hash="68ef71132317751d3ac94913433c8aa6"/><dir name="Wishlist"><file name="Item.php" hash="87911c626195e772eee4a3b3301f3302"/></dir><file name="Wishlist.php" hash="8c7f9c576aa9582004837d79dc0a89a4"/></dir><file name="Rest.php" hash="04ff2bd88d01ada93607aae7b5dd679c"/><dir name="Sync"><file name="Profile.php" hash="e0fa81b2c4fee08bf6649afd9877bda0"/><file name="Status.php" hash="57304f5054b15151427b962da0e39bba"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Marketingsoftware"><file name="AccessTokenController.php" hash="45e9c5880b7d4e43f01fc6a377f98854"/><file name="AjaxcollectionController.php" hash="c924dda3286d0b46322d57ce3306d5b2"/><file name="ExportController.php" hash="65b9e87bafbaecee4809a90821d77ab8"/><file name="LinkController.php" hash="0b2ae802db349af475ecc78d51b06f3b"/><file name="SettingsController.php" hash="4b6fa1bb30d8cf708f4729f833a41b05"/><file name="SyncController.php" hash="ad184c8a1131ca6910af42439ab4c0f7"/></dir></dir><file name="CartController.php" hash="1c8244074ae4af895dd10cfe8537bf60"/><file name="ProductController.php" hash="6cbd9c573179f66bb09605937ea5ae5f"/><file name="UnsubscribeController.php" hash="d53aa203d3cad03f9a7b0253594ebe0d"/></dir><dir name="cron"><file name="clearCopernicaDatabase.php" hash="1b1a0fdf89ca96144fb78e9d86d184d8"/><file name="detectAbandonedCarts.php" hash="a35aa139a5cd5d31752a9200a28763fc"/><file name="fullSync.php" hash="0fe4bc3c9445bd0588384337a7e94178"/><file name="processQueue.php" hash="76e39feaf18b20c9f27a22512e42b0eb"/></dir><dir name="data"><dir name="marketingsoftware_setup"><file name="data-upgrade-3.4.0-3.4.1.php" hash="b4fc4e35407dd6b86a242d5e3780e031"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="06693ae7df5091f51d0f835d4e98aa8c"/><file name="config.xml" hash="ad5b8548e2cdb46be2deb3ba67dd596a"/></dir><dir name="sql"><dir name="marketingsoftware_setup"><file name="mysql4-install-1.2.0.php" hash="467816ea611e8cc17c7a93dc12405f8e"/><file name="mysql4-upgrade-1.1.5-1.1.6.php" hash="240fbe9fcfd9d345523e67518da9a5e0"/><file name="mysql4-upgrade-1.1.6-1.1.7.php" hash="7de6a9b2f0a561d3908bc74f8a3bf617"/><file name="mysql4-upgrade-1.1.7-1.1.8.php" hash="490751aae1a1c4572b89121ece85a8b0"/><file name="mysql4-upgrade-1.1.8-1.2.0.php" hash="dee44a66ee0fb373fe4e9fda353c2dd6"/><file name="mysql4-upgrade-2.0.1-2.0.2.php" hash="2cc4544464d52b6975857ff31ef5b31f"/><file name="mysql4-upgrade-2.1.0.1-2.2.0.php" hash="b7794eec7185b697cb8149363e20417a"/><file name="mysql4-upgrade-2.2.0.1-2.3.0.php" hash="b92c2d0f71405b35908d816e091b3684"/><file name="mysql4-upgrade-2.3.0-2.3.1.php" hash="60b950e165f1fe847e1a06af9a925171"/><file name="mysql4-upgrade-2.3.1-2.3.2.php" hash="eec8f91bcc8252be6de841132082f6ff"/><file name="mysql4-upgrade-2.3.2-2.3.3.php" hash="70aded2b5d9b4736471c43c7f2540b62"/><file name="mysql4-upgrade-2.3.3-2.3.4.php" hash="d1d64c1b0c4893779fd04b559cbfbb63"/><file name="mysql4-upgrade-2.3.4-2.3.5.php" hash="764f8072db313024846fb2a1c6722793"/><file name="mysql4-upgrade-2.3.8-2.4.0.php" hash="efa7b0cffae937b66bda59e9a13756eb"/><file name="mysql4-upgrade-2.4.0-2.4.1.php" hash="9a039757730ad4047df662c5b79e2e88"/><file name="mysql4-upgrade-2.4.1-2.4.2.php" hash="9dadc1435597153744ab7efb4aaa6b1a"/><file name="mysql4-upgrade-2.4.2-2.4.3.php" hash="5c070aa64ed9b6730a228c764533f9cd"/><file name="mysql4-upgrade-2.4.3-2.4.4.php" hash="2b0c4f12ce6fd87b886a01c573d55580"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Copernica_MarketingSoftware.xml" hash="a0f52371ec0e8a63ea5d066c6f9f24c3"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="marketingsoftware"><file name="accessToken.phtml" hash="169fd5c06606e854d80eb42d406c4f82"/><file name="export.phtml" hash="cd79d0803fda66072035ea3acdbf08cf"/><file name="link.phtml" hash="7b82ece3be8ad9ff9f0e3dbca5b3736a"/><file name="settings.phtml" hash="f5b4fa0fe8757935a458e7cbc67129b8"/><file name="sync.phtml" hash="78005a8bf2cad44424aba48cfcc940a6"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="copernica"><dir name="marketingsoftware"><file name="link.js" hash="7309fdc8855cf3f031fedad336031c59"/></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies><required><php><min>5.2.0</min><max>5.6.99</max></php><extension><name>PDO</name><min></min><max></max></extension><extension><name>curl</name><min></min><max></max></extension></required></dependencies>
|
29 |
</package>
|