git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
22 lines
565 B
XML
22 lines
565 B
XML
<?xml version="1.0"?>
|
|
<entity_configuration>
|
|
<configuration id="PS_INVOICE_PREFIX">
|
|
<value>IN</value>
|
|
</configuration>
|
|
<configuration id="PS_DELIVERY_PREFIX">
|
|
<value>DE</value>
|
|
</configuration>
|
|
<configuration id="PS_SEARCH_BLACKLIST">
|
|
<value>a|the|of|on|in|and|to</value>
|
|
</configuration>
|
|
<configuration id="PS_META_KEYWORDS">
|
|
<value>0</value>
|
|
</configuration>
|
|
<configuration id="PS_CUSTOMER_SERVICE_SIGNATURE">
|
|
<value>Dear Customer,
|
|

|
|
Regards,
|
|
Customer service</value>
|
|
</configuration>
|
|
</entity_configuration>
|