eBay_Enterprise_Display_Extension - Version 1.0.5

Version Notes

Fix Wrong Image In Product Feed

Download this release

Release Info

Developer Michael A. Smith
Extension eBay_Enterprise_Display_Extension
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

app/code/community/EbayEnterprise/Display/Model/Products.php CHANGED
@@ -124,7 +124,7 @@ class EbayEnterprise_Display_Model_Products extends Mage_Core_Model_Abstract
124
  $helper = Mage::helper('eems_display');
125
  $products = Mage::getResourceModel('catalog/product_collection')
126
  ->setStore($storeId)
127
- ->addAttributeToSelect(array('sku', 'name', 'short_description', 'price', 'url_key'))
128
  ->addFieldToFilter('visibility', array('neq'=>Mage_Catalog_Model_Product_Visibility::VISIBILITY_NOT_VISIBLE))
129
  ->addFieldToFilter('status', Mage_Catalog_Model_Product_Status::STATUS_ENABLED)
130
  ->addStoreFilter()
124
  $helper = Mage::helper('eems_display');
125
  $products = Mage::getResourceModel('catalog/product_collection')
126
  ->setStore($storeId)
127
+ ->addAttributeToSelect(array('sku', 'name', 'short_description', 'price', 'url_key', 'image'))
128
  ->addFieldToFilter('visibility', array('neq'=>Mage_Catalog_Model_Product_Visibility::VISIBILITY_NOT_VISIBLE))
129
  ->addFieldToFilter('status', Mage_Catalog_Model_Product_Status::STATUS_ENABLED)
130
  ->addStoreFilter()
package.xml CHANGED
@@ -1,22 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>eBay_Enterprise_Display_Extension</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>eBay Enterprise Display Extension.</summary>
10
  <description>eBay Enterprise Display Extension.</description>
11
- <notes>Fix cron schedule&#xD;
12
- Fix redundant SQL loads&#xD;
13
- Fix product feed to filter out disabled, out-of-stock and invisible products&#xD;
14
- Optimize memory use when loading large catalogs to generate the product feed&#xD;
15
- Fix Feed Retrieve Action, was sending feed twice </notes>
16
  <authors><author><name>Michael A. Smith</name><user>msmith3</user><email>msmith3@ebay.com</email></author><author><name>Michael Phang</name><user>mphang</user><email>mphang@ebay.com</email></author><author><name>Scott van Brug</name><user>svanbrug</user><email>svanbrug@ebay.com</email></author><author><name>Mike West</name><user>micwest</user><email>micwest@ebay.com</email></author><author><name>Reginald Gabriel</name><user>rgabriel</user><email>rgabriel@ebay.com</email></author></authors>
17
- <date>2014-07-17</date>
18
- <time>19:24:09</time>
19
- <contents><target name="magecommunity"><dir name="EbayEnterprise"><dir name="Display"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Feedurl.php" hash="1a6f87067e5c90df4cb132a1c72c3720"/></dir></dir></dir></dir></dir><file name="Beacon.php" hash="3d7df7c99cbe14c3674f9ea1de9107b2"/></dir><dir name="controllers"><file name="IndexController.php" hash="bc9e0c1cff733c5ea12844749b23a271"/></dir><dir name="etc"><file name="adminhtml.xml" hash="61452f231ec0789cb099942114e40c66"/><file name="config.xml" hash="fdb4f449ed520e32917c89600d656c88"/><file name="system.xml" hash="6e6e2ccdfe9ebc924e9bc65679e927e0"/></dir><dir name="Helper"><file name="Config.php" hash="de07adc521b32768a9eff54df7d40a7f"/><file name="Data.php" hash="1f997035771cdbf3d52fac20b8170730"/></dir><dir name="Model"><file name="Email.php" hash="620442ee4fe546ccd6ccdbb87d17c713"/><file name="Products.php" hash="4c76f2399cc602ddc25fd1e2596b9bdc"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Feedurl.php" hash="00ef9f57e98b04a3308a75211aad8097"/><file name="Siteidchecksum.php" hash="ac3010688f91814d9d444daa647a3c93"/></dir></dir></dir></dir><dir name="Error"><file name="Exception.php" hash="2ae00aee170e687215c97258b81dbfab"/></dir></dir><dir name="sql"><dir name="eemsdisplay_setup"><file name="install-1.0.0.0.php" hash="d9a06b88ea97d71e99c012fb7d119710"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eems_display.xml" hash="cdbd95c5ed75c1386b53340f32e5c0ab"/></dir><dir name="template"><dir name="eems_display"><file name="beacon.phtml" hash="f71564437f7a7ad4cda16057a6f5acbb"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EbayEnterprise_Display.xml" hash="d943248b29e4d9d0e0566c12b62c6402"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="eemsdisplay_installed.html" hash="609fa6fc13a7a3f444bd0c256e207e7f"/></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.3.0</min><max>5.3.99</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>eBay_Enterprise_Display_Extension</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>eBay Enterprise Display Extension.</summary>
10
  <description>eBay Enterprise Display Extension.</description>
11
+ <notes>Fix Wrong Image In Product Feed </notes>
 
 
 
 
12
  <authors><author><name>Michael A. Smith</name><user>msmith3</user><email>msmith3@ebay.com</email></author><author><name>Michael Phang</name><user>mphang</user><email>mphang@ebay.com</email></author><author><name>Scott van Brug</name><user>svanbrug</user><email>svanbrug@ebay.com</email></author><author><name>Mike West</name><user>micwest</user><email>micwest@ebay.com</email></author><author><name>Reginald Gabriel</name><user>rgabriel</user><email>rgabriel@ebay.com</email></author></authors>
13
+ <date>2014-07-23</date>
14
+ <time>21:07:23</time>
15
+ <contents><target name="magecommunity"><dir name="EbayEnterprise"><dir name="Display"><dir name="Block"><file name="Beacon.php" hash="3d7df7c99cbe14c3674f9ea1de9107b2"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Feedurl.php" hash="1a6f87067e5c90df4cb132a1c72c3720"/></dir></dir></dir></dir></dir><file name="Beacon.php" hash="3d7df7c99cbe14c3674f9ea1de9107b2"/></dir><dir name="controllers"><file name="IndexController.php" hash="bc9e0c1cff733c5ea12844749b23a271"/></dir><dir name="etc"><file name="adminhtml.xml" hash="61452f231ec0789cb099942114e40c66"/><file name="config.xml" hash="fdb4f449ed520e32917c89600d656c88"/><file name="system.xml" hash="6e6e2ccdfe9ebc924e9bc65679e927e0"/></dir><dir name="Helper"><file name="Config.php" hash="de07adc521b32768a9eff54df7d40a7f"/><file name="Data.php" hash="1f997035771cdbf3d52fac20b8170730"/></dir><dir name="Model"><file name="Email.php" hash="620442ee4fe546ccd6ccdbb87d17c713"/><file name="Products.php" hash="5f6a717bc18fc842d829da2d5e782427"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Feedurl.php" hash="00ef9f57e98b04a3308a75211aad8097"/><file name="Siteidchecksum.php" hash="ac3010688f91814d9d444daa647a3c93"/></dir></dir></dir></dir><dir name="Error"><file name="Exception.php" hash="2ae00aee170e687215c97258b81dbfab"/></dir></dir><dir name="sql"><dir name="eemsdisplay_setup"><file name="install-1.0.0.0.php" hash="d9a06b88ea97d71e99c012fb7d119710"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eems_display.xml" hash="cdbd95c5ed75c1386b53340f32e5c0ab"/></dir><dir name="template"><dir name="eems_display"><file name="beacon.phtml" hash="f71564437f7a7ad4cda16057a6f5acbb"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EbayEnterprise_Display.xml" hash="d943248b29e4d9d0e0566c12b62c6402"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="eemsdisplay_installed.html" hash="609fa6fc13a7a3f444bd0c256e207e7f"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>5.3.99</max></php></required></dependencies>
18
  </package>