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 Product features

Product_feature

Name Format Required Max size Description
position isInt
name isGenericName ✔️ 128

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <product_feature>
    <id><![CDATA[]]></id>
    <position><![CDATA[]]></position>
    <name>
      <language id="1"><![CDATA[]]></language>
      <language id="2"><![CDATA[]]></language>
    </name>
  </product_feature>
</prestashop>