Base image export
Problem
Since Magento version 1.8 and newer it is not possible to easily export Base Image because it is not possible to add this attribute to Flat Catalog which is required by Koongo Connector.
Solution
Koongo Connector 6.4.0.3 and older
From the above mentioned reason Small Image attribute is set up as default attribute for image export in Attribute Mapping Table.
If you want to export Base Image you need to add following code to any config.xml file available at any module pool:
<config> <frontend> <product> <collection> <attributes> <image /> </attributes> </collection> </product> </frontend> </config>
Subsequently, refresh cache and reindex all indexes. See further information here:
Koongo Connector 6.5.0.0 and newer
In connector version 6.5.0.0 the above mentioned code was impletented right into connector's config.xml so no further code tweaking is required for Base Image export. Specifically, the XML modification is executed only when the connector is installed in Magento 1.8 and newer. For Magento 1.7 the modification is not needed.
Related articles
- See related issue XML-623.
- http://magento.stackexchange.com/questions/72910/image-attribute-in-product-flat-catalog
Filter by label
There are no items with the selected labels at this time.