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 Taxes

Tax

Name Format Required Max size Description
rate isFloat ✔️
active ❌
deleted ❌
name isGenericName ✔️ 32

Blank schema

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