PrestaShop Developer Conference
PrestaShop Developer Conference
November 6, 2024
Let's talk code, commerce and open source.

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