This commit introduces a new index.php file in the googlemerchant XML module. The file contains headers to prevent caching and redirects users to the parent directory. This is part of the module's structure to ensure proper access control and user experience.
12 lines
518 B
XML
12 lines
518 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<module>
|
|
<name>x13googlemerchant</name>
|
|
<displayName><![CDATA[Google merchant XML]]></displayName>
|
|
<version><![CDATA[1.5.10]]></version>
|
|
<description><![CDATA[Umożliwia eksport produktów sklepu do pliku XML dla Google Merchant Center.]]></description>
|
|
<author><![CDATA[x13.pl]]></author>
|
|
<tab><![CDATA[export]]></tab>
|
|
<is_configurable>1</is_configurable>
|
|
<need_instance>1</need_instance>
|
|
<limited_countries></limited_countries>
|
|
</module> |