Version Notes
First requires configuration in System > Configuration > Pixlee Account Configuration.
Download this release
Release Info
Developer | Awad Sayeed |
Extension | pixlee-for-magento |
Version | 2.0.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.0.3 to 2.0.0.4
app/code/community/Pixlee/Base/etc/.config.xml.swp
ADDED
Binary file
|
app/code/community/Pixlee/Base/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pixlee_Base>
|
5 |
-
<version>2.0.0.
|
6 |
</Pixlee_Base>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pixlee_Base>
|
5 |
+
<version>2.0.0.4</version>
|
6 |
</Pixlee_Base>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Pixlee/Base/etc/config.xml.bak
ADDED
@@ -0,0 +1,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Pixlee_Base>
|
5 |
+
<version>2.0.0.4</version>
|
6 |
+
</Pixlee_Base>
|
7 |
+
</modules>
|
8 |
+
<global>
|
9 |
+
<blocks>
|
10 |
+
<pixlee>
|
11 |
+
<class>Pixlee_Base_Block</class>
|
12 |
+
</pixlee>
|
13 |
+
</blocks>
|
14 |
+
<helpers>
|
15 |
+
<pixlee>
|
16 |
+
<class>Pixlee_Base_Helper</class>
|
17 |
+
</pixlee>
|
18 |
+
</helpers>
|
19 |
+
<models>
|
20 |
+
<pixlee>
|
21 |
+
<class>Pixlee_Base_Model</class>
|
22 |
+
<resourceModel>pixlee_resource</resourceModel>
|
23 |
+
</pixlee>
|
24 |
+
<pixlee_resource>
|
25 |
+
<class>Pixlee_Base_Model_Resource</class>
|
26 |
+
<entities>
|
27 |
+
<product_album>
|
28 |
+
<table>px_product_albums</table>
|
29 |
+
</product_album>
|
30 |
+
</entities>
|
31 |
+
</pixlee_resource>
|
32 |
+
</models>
|
33 |
+
<resources>
|
34 |
+
<pixlee_base_setup>
|
35 |
+
<setup>
|
36 |
+
<module>Pixlee_Base</module>
|
37 |
+
<class>Pixlee_Base_Model_Resource_Setup</class>
|
38 |
+
</setup>
|
39 |
+
<connection>
|
40 |
+
<use>core_setup</use>
|
41 |
+
</connection>
|
42 |
+
</pixlee_base_setup>
|
43 |
+
</resources>
|
44 |
+
<events>
|
45 |
+
<!-- CHECKOUT START -->
|
46 |
+
<controller_action_predispatch_checkout_onepage_index>
|
47 |
+
<observers>
|
48 |
+
<pixlee_checkout_start>
|
49 |
+
<type>singleton</type>
|
50 |
+
<class>pixlee/observer</class>
|
51 |
+
<method>checkoutStart</method>
|
52 |
+
</pixlee_checkout_start>
|
53 |
+
</observers>
|
54 |
+
</controller_action_predispatch_checkout_onepage_index>
|
55 |
+
|
56 |
+
<!-- CHECKOUT SUCCESS -->
|
57 |
+
<checkout_onepage_controller_success_action>
|
58 |
+
<observers>
|
59 |
+
<pixlee_checkout_success>
|
60 |
+
<type>singleton</type>
|
61 |
+
<class>pixlee/observer</class>
|
62 |
+
<method>checkoutSuccess</method>
|
63 |
+
</pixlee_checkout_success>
|
64 |
+
</observers>
|
65 |
+
</checkout_onepage_controller_success_action>
|
66 |
+
|
67 |
+
<!-- ADD TO CART -->
|
68 |
+
<checkout_cart_add_product_complete>
|
69 |
+
<observers>
|
70 |
+
<pixlee_add_cart_analytics>
|
71 |
+
<type>singleton</type>
|
72 |
+
<class>pixlee/observer</class>
|
73 |
+
<method>addToCart</method>
|
74 |
+
</pixlee_add_cart_analytics>
|
75 |
+
</observers>
|
76 |
+
</checkout_cart_add_product_complete>
|
77 |
+
|
78 |
+
<!-- REMOVE FROM CART -->
|
79 |
+
<sales_quote_remove_item>
|
80 |
+
<observers>
|
81 |
+
<pixlee_remove_cart_analytics>
|
82 |
+
<type>singleton</type>
|
83 |
+
<class>pixlee/observer</class>
|
84 |
+
<method>removeFromCart</method>
|
85 |
+
</pixlee_remove_cart_analytics>
|
86 |
+
</observers>
|
87 |
+
</sales_quote_remove_item>
|
88 |
+
|
89 |
+
<!-- CANCEL ORDER -->
|
90 |
+
<order_cancel_after>
|
91 |
+
<observers>
|
92 |
+
<pixlee_cancel_order_analytics>
|
93 |
+
<type>singleton</type>
|
94 |
+
<class>pixlee/observer</class>
|
95 |
+
<method>cancelOrder</method>
|
96 |
+
</pixlee_cancel_order_analytics>
|
97 |
+
</observers>
|
98 |
+
</order_cancel_after>
|
99 |
+
|
100 |
+
<!-- ADMIN: CHECK IF NEW PRODUCT OR UPDATING -->
|
101 |
+
<catalog_product_save_before>
|
102 |
+
<observers>
|
103 |
+
<send_new_product_to_pixlee>
|
104 |
+
<type>singleton</type>
|
105 |
+
<class>pixlee/observer</class>
|
106 |
+
<method>isNewProductCheck</method>
|
107 |
+
</send_new_product_to_pixlee>
|
108 |
+
</observers>
|
109 |
+
</catalog_product_save_before>
|
110 |
+
|
111 |
+
<!-- ADMIN: CREATE NEW PRODUCT -->
|
112 |
+
<catalog_product_save_after>
|
113 |
+
<observers>
|
114 |
+
<send_new_product_to_pixlee>
|
115 |
+
<type>singleton</type>
|
116 |
+
<class>pixlee/observer</class>
|
117 |
+
<method>createProductTrigger</method>
|
118 |
+
</send_new_product_to_pixlee>
|
119 |
+
</observers>
|
120 |
+
</catalog_product_save_after>
|
121 |
+
|
122 |
+
<!-- ADMIN: SAVE PIXLEE CONFIGURATION -->
|
123 |
+
<admin_system_config_changed_section_pixlee>
|
124 |
+
<observers>
|
125 |
+
<validate_pixlee_credentials>
|
126 |
+
<type>singleton</type>
|
127 |
+
<class>pixlee/observer</class>
|
128 |
+
<method>validateCredentials</method>
|
129 |
+
</validate_pixlee_credentials>
|
130 |
+
</observers>
|
131 |
+
</admin_system_config_changed_section_pixlee>
|
132 |
+
|
133 |
+
<!-- ADMIN: IMPORT PRODUCTS -->
|
134 |
+
<catalog_product_import_finish_before>
|
135 |
+
<observers>
|
136 |
+
<pixlee_export_products_trigger>
|
137 |
+
<type>singleton</type>
|
138 |
+
<class>pixlee/observer</class>
|
139 |
+
<method>exportProductsTrigger</method>
|
140 |
+
</pixlee_export_products_trigger>
|
141 |
+
</observers>
|
142 |
+
</catalog_product_import_finish_before>
|
143 |
+
</events>
|
144 |
+
</global>
|
145 |
+
<frontend>
|
146 |
+
<layout>
|
147 |
+
<updates>
|
148 |
+
<pixlee>
|
149 |
+
<file>pixlee/gallery.xml</file>
|
150 |
+
</pixlee>
|
151 |
+
</updates>
|
152 |
+
</layout>
|
153 |
+
</frontend>
|
154 |
+
<adminhtml>
|
155 |
+
<layout>
|
156 |
+
<updates>
|
157 |
+
<pixlee>
|
158 |
+
<file>pixlee/base.xml</file>
|
159 |
+
</pixlee>
|
160 |
+
</updates>
|
161 |
+
</layout>
|
162 |
+
<acl>
|
163 |
+
<resources>
|
164 |
+
<all>
|
165 |
+
<title>Allow Everything</title>
|
166 |
+
</all>
|
167 |
+
<admin>
|
168 |
+
<children>
|
169 |
+
<system>
|
170 |
+
<children>
|
171 |
+
<config>
|
172 |
+
<children>
|
173 |
+
<pixlee>
|
174 |
+
<title>Pixlee - Base</title>
|
175 |
+
</pixlee>
|
176 |
+
</children>
|
177 |
+
</config>
|
178 |
+
</children>
|
179 |
+
</system>
|
180 |
+
</children>
|
181 |
+
</admin>
|
182 |
+
</resources>
|
183 |
+
</acl>
|
184 |
+
</adminhtml>
|
185 |
+
<admin>
|
186 |
+
<routers>
|
187 |
+
<adminhtml>
|
188 |
+
<args>
|
189 |
+
<modules>
|
190 |
+
<Pixlee_Base after="Mage_Adminhtml">Pixlee_Base</Pixlee_Base>
|
191 |
+
</modules>
|
192 |
+
</args>
|
193 |
+
</adminhtml>
|
194 |
+
</routers>
|
195 |
+
</admin>
|
196 |
+
<phpunit>
|
197 |
+
<suite>
|
198 |
+
<modules>
|
199 |
+
<Pixlee_Base />
|
200 |
+
</modules>
|
201 |
+
</suite>
|
202 |
+
</phpunit>
|
203 |
+
</config>
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>Pixlee_Base</name><version>2.0.0.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>Pixlee_Base</name><version>2.0.0.4</version><stability>stable</stability><license>MIT</license><channel>community</channel><extends></extends><summary>Pixlee extension to export products and capture cart events.</summary><description>This extension updates Pixlee's albums and products automatically with products created within Magento. Also, after setup, allows tracking of cart analytics.</description><notes>First requires configuration in System > Configuration > Pixlee Account Configuration.</notes><authors><author><name>Awad Sayeed</name><user>Pixlee</user><email>awad@pixleeteam.com</email></author></authors><date>2016-03-24</date><time>19:41:29</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>5.6.10</max></php></required></dependencies><contents><target name="mage"><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="pixlee"><file name="base.css" hash="22234fd8f1606d2d8a440d9a037c7fe4"/><file name="pixlee_logo_133x24.png" hash="af22b06f1fbffc0cf9e640926e59b736"/></dir></dir></dir></dir></dir><dir name="lib"><dir name="Pixlee"><file name="Pixlee.php" hash="cc25da72b40fca1df3e905e7cce626f4"/></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Pixlee_Base.xml" hash="d61d4914e77a6f00ecad4d1c08a69c01"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="pixlee"><file name="gallery.phtml" hash="5c3bfd7f33ed99585d7bb7500aab05d3"/></dir></dir><dir name="layout"><dir name="pixlee"><file name="gallery.xml" hash="6e7d730b61aada25d5d07c015dd2b7cc"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="pixlee"><dir name="system"><dir name="config"><file name="export_button.phtml" hash="cbd180213a7c271bbf7b99ce8278764d"/></dir></dir></dir></dir><dir name="layout"><dir name="pixlee"><file name="base.xml" hash="e0fb83dce0f81138137a5d320de1dd96"/></dir></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Pixlee"><dir name="Base"><file name="version.txt" hash="07c616195cb098893f6566357e031a15"/><dir name="etc"><file name="config.xml" hash="8d66fa86dab5955fbc4deb73d2bfe673"/><file name="config.xml.bak" hash="8d66fa86dab5955fbc4deb73d2bfe673"/><file name="system.xml" hash="07b4c9d8fb738e7a954d9c6e3ea15129"/></dir><dir name="sql"><dir name="pixlee_base_setup"><file name="mysql4-install-1.0.0.php" hash="219da3718bcbf86509c6be9609dd3ebb"/></dir></dir><dir name="Helper"><file name="Data.php" hash="f09499f47501983b16b2b9125f11fd05"/></dir><dir name="controllers"><dir name="Pixlee"><file name="ExportController.php" hash="48eb932a2089646258d6b5ad6f744a5b"/></dir></dir><dir name="Block"><file name="Gallery.php" hash="aa893b2190f3fd683432dc4d16e3870f"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Export.php" hash="a86d00b5a2e312a5bfdd856fd9ede257"/></dir></dir></dir></dir></dir><dir name="Model"><file name="Observer.php" hash="78b723dcf1a8719d8e08bb0e73ee6b4c"/><dir name="Resource"><file name="Setup.php" hash="a4f0721d4b19d19290e4999ef7ad327f"/><dir name="Product"><file name="Album.php" hash="a7f1e58ac017f183a2d1620d35645342"/></dir></dir><dir name="Product"><file name="Album.php" hash="1b415ff13e6fc9403e1149b327f9acb9"/></dir></dir><dir name="Test"><file name="autoload.php" hash="05ed6c18a3ee3f523c242312de048eef"/><dir name="Helper"><file name="Data.php" hash="97b4546146d750033aed7c6855ea6327"/><dir name="fixtures"><file name="testGetUnexportedProducts.yaml" hash="9575424d3b1061d07181a8e9b2aaa6f4"/><file name="testIsActive.yaml" hash="9d0b9138d8b919f203b9534585ea83ec"/><file name="testIsInactive.yaml" hash="630d629b1482583c5e250f6eed8769af"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="js"><dir name="pixlee"><file name="getAnalyticsCookie.js" hash="665ec62a65d6a0762f676de8909685d5"/></dir></dir></target></contents></package>
|