Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 8.
Name | Format | Required | Max size | Description |
---|---|---|---|---|
isEmail | ❌ | 255 | ||
customer_service | isBool | ❌ | ||
name | isGenericName | ✔️ | 255 | |
description | isCleanHtml | ❌ |
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<contact>
<id><![CDATA[]]></id>
<email><![CDATA[]]></email>
<customer_service><![CDATA[]]></customer_service>
<name>
<language id="1"><![CDATA[]]></language>
<language id="2"><![CDATA[]]></language>
</name>
<description>
<language id="1"><![CDATA[]]></language>
<language id="2"><![CDATA[]]></language>
</description>
</contact>
</prestashop>