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. Read the updated version of this page

Learn how to upgrade to the latest version.

Resources for Configurations

Configuration

Name Format Required Max size Description
value
name isConfigName ✔️ 254
id_shop_group isUnsignedId Shop group ID
id_shop isUnsignedId Shop ID
date_add isDate
date_upd isDate

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <configuration>
    <id><![CDATA[]]></id>
    <value><![CDATA[]]></value>
    <name><![CDATA[]]></name>
    <id_shop_group><![CDATA[]]></id_shop_group>
    <id_shop><![CDATA[]]></id_shop>
    <date_add><![CDATA[]]></date_add>
    <date_upd><![CDATA[]]></date_upd>
  </configuration>
</prestashop>