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

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

Price_range

Name Format Required Description
id_carrier isInt ✔️ Carrier ID
delimiter1 isUnsignedFloat ✔️
delimiter2 isUnsignedFloat ✔️

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <price_range>
    <id><![CDATA[]]></id>
    <id_carrier><![CDATA[]]></id_carrier>
    <delimiter1><![CDATA[]]></delimiter1>
    <delimiter2><![CDATA[]]></delimiter2>
  </price_range>
</prestashop>