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

Shop_url

Name Format Required Max size Description
id_shop ✔️ Shop ID
active isBool
main isBool
domain isCleanHtml ✔️ 255
domain_ssl isCleanHtml 255
physical_uri 64
virtual_uri 64

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <shop_url>
    <id><![CDATA[]]></id>
    <id_shop><![CDATA[]]></id_shop>
    <active><![CDATA[]]></active>
    <main><![CDATA[]]></main>
    <domain><![CDATA[]]></domain>
    <domain_ssl><![CDATA[]]></domain_ssl>
    <physical_uri><![CDATA[]]></physical_uri>
    <virtual_uri><![CDATA[]]></virtual_uri>
  </shop_url>
</prestashop>