Version Notes
If you wish to integrate Magento with Volo, then please contact your account manager at Volo.
Download this release
Release Info
Developer | Volo |
Extension | eSellerProPlugin |
Version | 1.1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.0.2 to 1.1.0.3
app/code/local/Sandbourne/BulkApi/Helper/Category.php
CHANGED
@@ -38,7 +38,7 @@ class Sandbourne_BulkApi_Helper_Category extends Mage_Core_Helper_Abstract
|
|
38 |
//$magentoCategories = $foundCategory->getChildrenCategories();
|
39 |
|
40 |
// Need to load all the EAV's, otherwise some fields like "Include in Navigation Menu", get reset to their defaults.
|
41 |
-
|
42 |
|
43 |
// Check to see if we are using Category Anchoring
|
44 |
$foundCategory->setIsAnchor(0);
|
38 |
//$magentoCategories = $foundCategory->getChildrenCategories();
|
39 |
|
40 |
// Need to load all the EAV's, otherwise some fields like "Include in Navigation Menu", get reset to their defaults.
|
41 |
+
//$foundCategory->load(); // 17/06/2015 - currently causing an error.
|
42 |
|
43 |
// Check to see if we are using Category Anchoring
|
44 |
$foundCategory->setIsAnchor(0);
|
app/code/local/Sandbourne/BulkApi/Helper/Image.php
CHANGED
@@ -54,9 +54,11 @@ class Sandbourne_BulkApi_Helper_Image extends Mage_Core_Helper_Abstract
|
|
54 |
$espFilename = str_replace('%', '_', $espFilename);
|
55 |
|
56 |
$pathInfo = pathinfo($espFilename);
|
57 |
-
|
58 |
-
|
|
|
59 |
//$imagePattern = '/'.$pathInfo['filename'].'_\d+\.'.$pathInfo['extension'].'/';
|
|
|
60 |
foreach ($imageList as $image)
|
61 |
{
|
62 |
//$this->_debug('looking at '.$image['file']);
|
54 |
$espFilename = str_replace('%', '_', $espFilename);
|
55 |
|
56 |
$pathInfo = pathinfo($espFilename);
|
57 |
+
$temp = str_replace('+', '_', $pathInfo['filename']);
|
58 |
+
|
59 |
+
//$imagePattern = '/'.$pathInfo['filename'].'[\d_]*\.'.$pathInfo['extension'].'/';
|
60 |
//$imagePattern = '/'.$pathInfo['filename'].'_\d+\.'.$pathInfo['extension'].'/';
|
61 |
+
$imagePattern = '/'.$temp.'[\d_]*\.'.$pathInfo['extension'].'/';
|
62 |
foreach ($imageList as $image)
|
63 |
{
|
64 |
//$this->_debug('looking at '.$image['file']);
|
app/code/local/Sandbourne/BulkApi/Model/FullProduct/Api.php
CHANGED
@@ -13,7 +13,8 @@ class Sandbourne_BulkApi_Model_FullProduct_Api extends Mage_Api_Model_Resource_A
|
|
13 |
//return "1.0.0.7"; // 20140702 (Beta)
|
14 |
//return "1.1.0.0"; // 20141017 (First Stable release)
|
15 |
//return "1.1.0.1"; // 20141121
|
16 |
-
return "1.1.0.2"; // 20150421
|
|
|
17 |
}
|
18 |
|
19 |
public function update($productXML)
|
13 |
//return "1.0.0.7"; // 20140702 (Beta)
|
14 |
//return "1.1.0.0"; // 20141017 (First Stable release)
|
15 |
//return "1.1.0.1"; // 20141121
|
16 |
+
//return "1.1.0.2"; // 20150421
|
17 |
+
return "1.1.0.3"; // 20150618
|
18 |
}
|
19 |
|
20 |
public function update($productXML)
|
package.xml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>eSellerProPlugin</name>
|
4 |
-
<version>1.1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Extension to allow the creation, amendment and stock control of products from
|
10 |
<description><p>The official <a href="http://www.volocommerce.com/">Volo</a> connector provides existing <b>Volo</b> customers the ability to easily and effectively manage stock on your Magento website.</p>
|
11 |
<p>Transform your business by using the <b>Volo Connector</b> to realise many benefits, including:</p>
|
12 |
<ul>
|
@@ -19,9 +19,9 @@
|
|
19 |
<p>For more information about how <a href="http://www.volocommerce.com/">Volo</a> and Magento can help you and your business achieve its full potential, please contact <a href="mailto:sales_uk@volocommerce.com">sales_uk@volocommerce.com</a> or visit <a href="http://www.volocommerce.com/">www.volocommerce.com</a></p></description>
|
20 |
<notes>If you wish to integrate Magento with Volo, then please contact your account manager at Volo.</notes>
|
21 |
<authors><author><name>Volo</name><user>Volo</user><email>magento@volocommerce.com</email></author></authors>
|
22 |
-
<date>2015-
|
23 |
-
<time>
|
24 |
-
<contents><target name="magelocal"><dir name="Sandbourne"><dir name="BulkApi"><dir name="Helper"><file name="Array.php" hash="0a04d7af6b6d84fed6d1a0097a558abf"/><file name="Attribute.php" hash="b237bb93ad98ccceb66992670474ba33"/><file name="AttributeCache.php" hash="258e7fd95a78ff62ff121f4a4776a3a8"/><file name="AttributeOptionCache.php" hash="be30b904d71df0f46f62ed77d6e2fc93"/><file name="Category.php" hash="
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min/><max/></package></required></dependencies>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>eSellerProPlugin</name>
|
4 |
+
<version>1.1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Extension to allow the creation, amendment and stock control of products from Volo into Magento.</summary>
|
10 |
<description><p>The official <a href="http://www.volocommerce.com/">Volo</a> connector provides existing <b>Volo</b> customers the ability to easily and effectively manage stock on your Magento website.</p>
|
11 |
<p>Transform your business by using the <b>Volo Connector</b> to realise many benefits, including:</p>
|
12 |
<ul>
|
19 |
<p>For more information about how <a href="http://www.volocommerce.com/">Volo</a> and Magento can help you and your business achieve its full potential, please contact <a href="mailto:sales_uk@volocommerce.com">sales_uk@volocommerce.com</a> or visit <a href="http://www.volocommerce.com/">www.volocommerce.com</a></p></description>
|
20 |
<notes>If you wish to integrate Magento with Volo, then please contact your account manager at Volo.</notes>
|
21 |
<authors><author><name>Volo</name><user>Volo</user><email>magento@volocommerce.com</email></author></authors>
|
22 |
+
<date>2015-06-18</date>
|
23 |
+
<time>14:14:52</time>
|
24 |
+
<contents><target name="magelocal"><dir name="Sandbourne"><dir name="BulkApi"><dir name="Helper"><file name="Array.php" hash="0a04d7af6b6d84fed6d1a0097a558abf"/><file name="Attribute.php" hash="b237bb93ad98ccceb66992670474ba33"/><file name="AttributeCache.php" hash="258e7fd95a78ff62ff121f4a4776a3a8"/><file name="AttributeOptionCache.php" hash="be30b904d71df0f46f62ed77d6e2fc93"/><file name="Category.php" hash="8d35ba24b7d4d4650d711b61c373cc6e"/><file name="CategoryCache.php" hash="9201e35bd5e461e5483ea9b66b1306d0"/><file name="ConfigurableProduct.php" hash="6127acd0c0d96a864ed6294ef5445ebd"/><file name="Data.php" hash="7aa739540136122fdba1fa12c72a9cad"/><file name="Image.php" hash="ff1514eb3c0f26a6fda67b3fb8fffcc4"/><file name="RelatedProducts.php" hash="e927612b277080a5c835d0ceebd8598c"/><file name="TestData.php" hash="7caa6263921c4491eda1ad3efc4741b1"/><file name="Utils.php" hash="29beb209f25ab4a462051be7fa6c681b"/><file name="Website.php" hash="0e67b9ba7cd1bbfe8c840991d0aa3079"/></dir><dir name="Model"><dir name="FullImage"><dir name="Api"><file name="V2.php" hash="d998bacd61159399567d1c46e63507a2"/></dir><file name="Api.php" hash="fcff5388032e5cde7485314c6a1d3bf2"/></dir><dir name="FullProduct"><dir name="Api"><file name="V2.php" hash="3cfb906b7c4c72906e3baccb4fdeee40"/></dir><file name="Api.php" hash="7bb72ef53545ab0a1ddebdfbd50570ab"/></dir><dir name="PartialProduct"><dir name="Api"><file name="V2.php" hash="5e9375e74f6ba74bb79f20cce7574ba7"/></dir><file name="Api.php" hash="e0a2cff6023e16755bca2fc56630a316"/></dir></dir><dir name="etc"><file name="api.xml" hash="ee96f5255bb710f934c2dcef8e35cd89"/><file name="config.xml" hash="5ec4835b59d63ec52206204e81903bb7"/><file name="wsdl.xml" hash="9e291f850362a99b265645a978e45b09"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sandbourne_BulkApi.xml" hash="4418f8514205d4d52a309e83d5050c0d"/></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min/><max/></package></required></dependencies>
|
27 |
</package>
|