Warning: You are browsing the documentation for PrestaShop 8, which is outdated.

You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page

Learn how to update to the latest version.

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>