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.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.0.4 to 2.0.0.5
- app/code/community/Pixlee/Base/etc/.config.xml.swp +0 -0
- app/code/community/Pixlee/Base/etc/config.xml +1 -1
- app/code/community/Pixlee/Base/etc/config.xml.bak +1 -1
- app/code/community/Pixlee/Base/etc/system.xml +8 -0
- app/code/community/Pixlee/Base/version.txt +1 -1
- lib/Pixlee/.Pixlee.php.swp +0 -0
- lib/Pixlee/Pixlee.php +1 -1
- package.xml +1 -1
app/code/community/Pixlee/Base/etc/.config.xml.swp
DELETED
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.5</version>
|
6 |
</Pixlee_Base>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Pixlee/Base/etc/config.xml.bak
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.5</version>
|
6 |
</Pixlee_Base>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Pixlee/Base/etc/system.xml
CHANGED
@@ -25,6 +25,14 @@
|
|
25 |
<show_in_store>1</show_in_store>
|
26 |
<comment><![CDATA[You can find your API credentials under <strong>Settings > Pixlee API</strong> in the Pixlee web application. The user ID, api key, and secret key are all necessary to connect to Pixlee.]]></comment>
|
27 |
<fields>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
<account_api_key translate="label">
|
29 |
<label><![CDATA[Account API Key <span style="color:#F00">*</span>]]></label>
|
30 |
<frontend_type>text</frontend_type>
|
25 |
<show_in_store>1</show_in_store>
|
26 |
<comment><![CDATA[You can find your API credentials under <strong>Settings > Pixlee API</strong> in the Pixlee web application. The user ID, api key, and secret key are all necessary to connect to Pixlee.]]></comment>
|
27 |
<fields>
|
28 |
+
<account_id translate="label">
|
29 |
+
<label><![CDATA[Account ID <span style="color:#F00">*</span>]]></label>
|
30 |
+
<frontend_type>text</frontend_type>
|
31 |
+
<sort_order>10</sort_order>
|
32 |
+
<show_in_default>1</show_in_default>
|
33 |
+
<show_in_website>1</show_in_website>
|
34 |
+
<show_in_store>1</show_in_store>
|
35 |
+
</account_id>
|
36 |
<account_api_key translate="label">
|
37 |
<label><![CDATA[Account API Key <span style="color:#F00">*</span>]]></label>
|
38 |
<frontend_type>text</frontend_type>
|
app/code/community/Pixlee/Base/version.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
bbfc54faea99e144ba914015816822fb4e2c7b37
|
lib/Pixlee/.Pixlee.php.swp
DELETED
Binary file
|
lib/Pixlee/Pixlee.php
CHANGED
@@ -81,7 +81,7 @@ class Pixlee_Pixlee {
|
|
81 |
$product = array('name' => $product_name, 'sku' => $sku, 'buy_now_link_url' => $product_url,
|
82 |
'product_photo' => $product_image, 'stock' => $aggregateStock,
|
83 |
'native_product_id' => $product_id, 'variants_json' => $variantsDict);
|
84 |
-
$data = array('title' => $product_name, 'album_type' => 'product', 'num_photo' => 0,
|
85 |
'num_inbox_photo' => 0, 'product' => $product);
|
86 |
$payload = $this->signedData($data);
|
87 |
return $this->postToAPI( "/albums?api_key=" . $this->apiKey, $payload );
|
81 |
$product = array('name' => $product_name, 'sku' => $sku, 'buy_now_link_url' => $product_url,
|
82 |
'product_photo' => $product_image, 'stock' => $aggregateStock,
|
83 |
'native_product_id' => $product_id, 'variants_json' => $variantsDict);
|
84 |
+
$data = array('title' => $product_name, 'album_type' => 'product', 'live_update' => false, 'num_photo' => 0,
|
85 |
'num_inbox_photo' => 0, 'product' => $product);
|
86 |
$payload = $this->signedData($data);
|
87 |
return $this->postToAPI( "/albums?api_key=" . $this->apiKey, $payload );
|
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.5</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-31</date><time>14:24:20</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="0be7f2923a585251245e48633ea72576"/></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="db33338eb6b56531cb32d5ec94d1c2f4"/><dir name="etc"><file name="config.xml" hash="28c546a2f258c1c8f8b2afe4e7f3bc99"/><file name="config.xml.bak" hash="28c546a2f258c1c8f8b2afe4e7f3bc99"/><file name="system.xml" hash="3cbbe263f9526586fb1c93c243b6d9b3"/></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>
|