Module is intended for the creation of custom product feeds. Especially if the merchant needs multiple of those feeds and wants to have XML, CSV, Excel 2010 formats supported.

Module comes bundled with product feed that is compatible with site http://www.hinnavaatlus.ee/

Once the module is installed, merchant can:


  • View generated product exporter file
    http://www.yoursite.com/eabi_productexport/product/index/
  • View exportable categories
    http://www.yoursite.com/eabi_productexport/product/categories/
  • View exportable attributes
    http://www.yoursite.com/eabi_productexport/product/attributes/
  • View exportable vendors
    http://www.yoursite.com/eabi_productexport/product/vendors/
  • View single product
    http://www.yoursite.com/eabi_productexport/product/specifications/?id=Y  (product SKU goes here)
  • View single product by EAN (if EAN search is enabled)
    http://www.yoursite.com/eabi_productexport/product/specifications/?ean=Y (search is done by MySQL FIND IN SET function)
  • View products by search string, if product search by name is enabled. (up to 5 results per query).
    http://www.yoursite.com/eabi_productexport/product/search/?query=Y (search by name attribute. Y will be replaced with Y%. If you need to search in string, then use %Y for the search parameter. It will be applied as LIKE '%Y%')


This module requires that you have properly configured Magento cron!!!

Follow this guide for setting up Magento cron:

https://blog.amasty.com/configure-magento-cron-job/


If you need help with setting up the cron, then it costs 1 hour worth of "not module related" custom work.