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 Product feature values

Product_feature_value

Name Format Required Max size Description
id_feature isUnsignedId ✔️
custom isBool
value isGenericName ✔️ 255

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <product_feature_value>
    <id><![CDATA[]]></id>
    <id_feature><![CDATA[]]></id_feature>
    <custom><![CDATA[]]></custom>
    <value>
      <language id="1"><![CDATA[]]></language>
      <language id="2"><![CDATA[]]></language>
    </value>
  </product_feature_value>
</prestashop>