• Resolved gostomek

    (@gostomek)


    Hello,

    Could you please help me how it make mapping for atribiutes if I got something like this:

    I would like to add two attribiutes from XML provide from supplier.

    1. Kolor (colour)
    2. Materia? (Material)
    <features>
    <feature>
    <name>Kolor</name>
    <value>Z?oty</value>
    </feature>
    <feature>
    <name>Materia?</name>
    <value>Stal 18/10</value>
    </feature>
    <feature>
    <name>Grubo?? mm</name>
    <value>4</value>
    </feature>
    <feature>
    <name>D?ugo?? mm</name>
    <value>237</value>
    </feature>
    </features>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support rzepsen

    (@rzepsen)

    Hi gostomek

    Many thanks for your interest in our plugin. Try to drag and drop names and values into the fields that are designed for it. Once you have completed the first row, use the Add+ link to create another row of fields to add more attributes.

    Thread Starter gostomek

    (@gostomek)

    Hi,

    Thanks for feedback. YEs I know how to do it but it is more difficult.

    The same feature as Colour is not in the same order. Examples below:

    Example1:

    {//product/features/feature[2]/value}

    <features>
    <feature>
    <name>Materia?</name>
    <value>Porcelana</value>
    </feature>
    <feature>
    <name>Kolor</name>
    <value>Bia?y</value>
    </feature>

    Example2:

    <features>
    <feature>
    <name>Kolor</name>
    <value>Z?oty</value>
    </feature>
    <feature>
    <name>Materia?</name>
    <value>Stal 18/10</value>
    </feature>

    {//product/features/feature[1]/value}

    Plugin Support rzepsen

    (@rzepsen)

    Hi gostomek

    Try with this set up. Could you tell me is it work?

    Thread Starter gostomek

    (@gostomek)

    Yes it is ok now.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mapping to attribiutes’ is closed to new replies.