Snippets

SOTA Studio HB // Configurator // XML File for catalog updates

Created by Andy Hausmann
<?xml version="1.0" encoding="utf-8"?>
<configurator>
    <updates>
        <bike id="26100" method="update">
            <properties>
                <prices>
                    <price type="CHF">2577,00</price>
                </prices>
            </properties>
        </bike>
        <bike id="26200" method="update">
            <properties>
                <prices>
                    <price type="CHF">3035,00</price>
                </prices>
            </properties>
        </bike>
        <bike id="26201" method="update">
            <properties>
                <prices>
                    <price type="CHF">2979,00</price>
                </prices>
            </properties>
        </bike>

        <article id="25898" method="remove" />
        <article id="25899" method="remove" />
        <article id="21948" method="update">
            <languages>
                <language type="de">
                    <title>Transportkosten Deutschland – Schweiz</title>
                    <description>Transportkosten Deutschland – Schweiz</description>
                </language>
                <language type="en">
                    <title>freight costs Germany - Switzerland</title>
                    <description>freight costs Germany - Switzerland</description>
                </language>
                <language type="fr">
                    <title>frais de transport Allemagne - Suisse</title>
                    <description>frais de transport Allemagne - Suisse</description>
                </language>
            </languages>
            <properties>
                <prices>
                    <price type="CHF">218,00</price>
                </prices>
            </properties>
        </article>

        <color ral="RAL 1003" method="remove" />
        <color ral="RAL 1004" method="remove" />
        <color ral="RAL 1005" method="remove" />
    </updates>
</configurator>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.