Version Notes
this is a beta version
Download this release
Release Info
Developer | Magento Core Team |
Extension | Feed_Manager_Version_1_1_2 |
Version | 2.0.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.2 to 2.0.3
- package.xml +4 -4
- productapi.php +6 -0
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Feed_Manager_Version_1_1_2</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>RetailTower is a FREE online solution that enables merchants to list their products on shopping comparison engines and create Facebook fanpage stores.</description>
|
11 |
<notes>this is a beta version</notes>
|
12 |
<authors><author><name>Rinkart Asibey</name><user>auto-converted</user><email>rinkart@retailtower.com</email></author></authors>
|
13 |
-
<date>2011-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageweb"><dir name="."><file name="magento_feedmanager.php" hash="2cf109ef06669d877b4f3920a3f12f37"/><file name="productapi.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Feed_Manager_Version_1_1_2</name>
|
4 |
+
<version>2.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>RetailTower is a FREE online solution that enables merchants to list their products on shopping comparison engines and create Facebook fanpage stores.</description>
|
11 |
<notes>this is a beta version</notes>
|
12 |
<authors><author><name>Rinkart Asibey</name><user>auto-converted</user><email>rinkart@retailtower.com</email></author></authors>
|
13 |
+
<date>2011-11-04</date>
|
14 |
+
<time>12:05:55</time>
|
15 |
+
<contents><target name="mageweb"><dir name="."><file name="magento_feedmanager.php" hash="2cf109ef06669d877b4f3920a3f12f37"/><file name="productapi.php" hash="42c6e30e8798befcacf6fe3f67c629a4"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
productapi.php
CHANGED
@@ -45,6 +45,12 @@ if (count($collection)){
|
|
45 |
//$value = trim ($value);
|
46 |
}
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
if ($key == 'manufacturer'){
|
49 |
//$value = $baseUrl."media/catalog/product".$value;
|
50 |
$value = Mage::getModel('catalog/product')->load(PRODUCT_ID);
|
45 |
//$value = trim ($value);
|
46 |
}
|
47 |
|
48 |
+
if ($key == 'thumbnail'){
|
49 |
+
$value = $baseUrl."media/catalog/product".$value;
|
50 |
+
//$value = str_replace('/productapi.php','',$value);
|
51 |
+
//$value = trim ($value);
|
52 |
+
}
|
53 |
+
|
54 |
if ($key == 'manufacturer'){
|
55 |
//$value = $baseUrl."media/catalog/product".$value;
|
56 |
$value = Mage::getModel('catalog/product')->load(PRODUCT_ID);
|