//small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14005 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>shopimporter</name>
|
||||
<displayName><![CDATA[Shop Importer]]></displayName>
|
||||
<version><![CDATA[1.0]]></version>
|
||||
<description><![CDATA[This module allows you to import your shop from another system into Prestashop.]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<tab><![CDATA[migration_tools]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
<need_instance>0</need_instance>
|
||||
<module>
|
||||
<name>shopimporter</name>
|
||||
<displayName><![CDATA[Shop Importer]]></displayName>
|
||||
<version><![CDATA[1.0]]></version>
|
||||
<description><![CDATA[This module allows you to import your shop from another system into Prestashop.]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<tab><![CDATA[migration_tools]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
<need_instance>0</need_instance>
|
||||
<limited_countries></limited_countries>
|
||||
</module>
|
||||
</module>
|
||||
@@ -39,6 +39,7 @@ class shopimporter extends ImportModule
|
||||
$this->version = '1.0';
|
||||
$this->author = 'PrestaShop';
|
||||
$this->need_instance = 0;
|
||||
$this->is_configurable = 1;
|
||||
|
||||
parent::__construct ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user