Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

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>