Is this module same as Magento Connect?
Closed this issue · 3 comments
Guys, this module is the same of this http://www.magentocommerce.com/magento-connect/catalog/product/view/id/19116/?
I installed via Magento Connect, but i this Magento Connect version have no menu on admin, i feel a little lost.
It is crazy, take a look at my config.xml installed via Magento Connect:
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<Doofinder_Feed>
<version>1.5.3</version>
</Doofinder_Feed>
</modules>
<global>
<helpers>
<doofinder_feed>
<class>Doofinder_Feed_Helper</class>
</doofinder_feed>
</helpers>
<models>
<doofinder_feed>
<class>Doofinder_Feed_Model</class>
</doofinder_feed>
</models>
</global>
<admin></admin>
<install></install>
<frontend>
<routers>
<doofinder_feed>
<use>standard</use>
<args>
<module>Doofinder_Feed</module>
<frontName>doofinder</frontName>
</args>
</doofinder_feed>
</routers>
</frontend>
<default>
<doofinder>
<feed>
<enabled>1</enabled>
<debug>1</debug>
<group_configurable_products>1</group_configurable_products>
<product_types><![CDATA[simple,virtual,bundle,configurable,downloadable,grouped]]></product_types>
<!--product_types><![CDATA[bundle]]></product_types-->
<excluded_attributes><![CDATA[gallery,image,small_image,special_price,special_from_date,special_to_date,price_view,url_key]]></excluded_attributes>
<additional_attributes><![CDATA[status]]></additional_attributes>
<directives>
<df_directive_id>
<label><![CDATA[Product Id]]></label>
</df_directive_id>
<df_directive_url>
<label><![CDATA[Product URL]]></label>
</df_directive_url>
<df_directive_image_link>
<label><![CDATA[Product Image URL]]></label>
</df_directive_image_link>
<df_directive_sale_price>
<label><![CDATA[Sale Price]]></label>
</df_directive_sale_price>
<df_directive_price>
<label><![CDATA[Price]]></label>
</df_directive_price>
<df_directive_currency>
<label><![CDATA[Store Currency]]></label>
</df_directive_currency>
<df_directive_availability>
<label><![CDATA[Availability]]></label>
</df_directive_availability>
<df_directive_condition>
<label><![CDATA[Product Condition]]></label>
</df_directive_condition>
</directives>
<default_field_map>
<id>
<label>Unique Identifier</label>
<attribute>df_directive_id</attribute>
</id>
<mpn>
<label>Product SKU</label>
<attribute>sku</attribute>
</mpn>
<title>
<label>Title</label>
<attribute>name</attribute>
</title>
<description>
<label>Description</label>
<attribute>short_description</attribute>
</description>
<long_description>
<label>Long Description</label>
<attribute>description</attribute>
</long_description>
<meta_title>
<label>Meta Title</label>
<attribute>meta_title</attribute>
</meta_title>
<meta_keyword>
<label>Meta Keywords</label>
<attribute>meta_keyword</attribute>
</meta_keyword>
<meta_description>
<label>Meta Description</label>
<attribute>meta_description</attribute>
</meta_description>
<brand>
<label>Brand</label>
<attribute>manufacturer</attribute>
</brand>
<link>
<label>Product Link</label>
<attribute>df_directive_url</attribute>
</link>
<image_link>
<label>Image</label>
<attribute>df_directive_image_link</attribute>
</image_link>
<price>
<label>Normal Price</label>
<attribute>df_directive_price</attribute>
</price>
<sale_price>
<label>Sale Price</label>
<attribute>df_directive_sale_price</attribute>
</sale_price>
<availability>
<label>Availability</label>
<attribute>df_directive_availability</attribute>
</availability>
<currency>
<label>Currency</label>
<attribute>df_directive_currency</attribute>
</currency>
</default_field_map>
</feed>
</doofinder>
</default>
<stores></stores>
<websites></websites>
<phpunit>
<suite>
<modules>
<Doofinder_Feed />
</modules>
<groups>
<controller>Controller</controller>
</groups>
</suite>
</phpunit>
</config>
As you see, there is no content in admin section. There is no Block folder too. The version is the same of readme.mb, 1.5.3
Hi Fernando. This is the repository of the module that is published in Magento Connect but the latest version of the module is not published yet because we'd introduced a lot of enhancements and we are testing them with our customers.
You can install the latest version by uninstalling the one you got from Magento Connect and uploading the package file provided in the releases section of this repository (do it via Magento Connect Manager, not FTP).
The latest release can be found here:
https://github.com/doofinder/doofinder-magento/releases/tag/v1.5.8
Please, read the README of the release before doing anything :-)
If you have any question drop us a line to support (at) doofinder.com
Thank you. This version works as expected.