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 Image types

Image_type

Name Format Required Max size Description
name isImageTypeName ✔️ 64
width isImageSize ✔️
height isImageSize ✔️
categories isBool
products isBool
manufacturers isBool
suppliers isBool
stores isBool

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <image_type>
    <id><![CDATA[]]></id>
    <name><![CDATA[]]></name>
    <width><![CDATA[]]></width>
    <height><![CDATA[]]></height>
    <categories><![CDATA[]]></categories>
    <products><![CDATA[]]></products>
    <manufacturers><![CDATA[]]></manufacturers>
    <suppliers><![CDATA[]]></suppliers>
    <stores><![CDATA[]]></stores>
  </image_type>
</prestashop>