• Resolved EKOV?ELA?

    (@ekovcelar)


    Hello,
    first of all congratulations for such good and easy to use feed plugin.
    I use it for Heureka.cz feed.
    But I need to use multiple attributes with the same name in the feed.
    It is allowed to define them so, but when the feed is created, only the last one is used.

    Example – definition:

    Attribute 1:
    Custom field name: PARAM
    Prefix: <PARAM_NAME>Weight</PARAM_NAME><VAL>
    Value: Weight
    Suffix: g</VAL>

    Attribute 2:
    Custom field name: PARAM
    Prefix: <PARAM_NAME>Length</PARAM_NAME><VAL>
    Value: Length
    Suffix: mm</VAL>

    The result shall be:
    <PARAM>
    <PARAM_NAME>Weight</PARAM_NAME>
    <VAL>110 g</VAL>
    </PARAM>
    <PARAM>
    <PARAM_NAME>Lenght</PARAM_NAME>
    <VAL>15 mm</VAL>
    </PARAM>

    But the plugin creates only the last PARAM section:
    <PARAM>
    <PARAM_NAME>Lenght</PARAM_NAME>
    <VAL>15 mm</VAL>
    </PARAM>

    Is it possible to change the behavior, so both PARAM sections are genrated?
    Or can you improve the plugin so, that it accepts multiple fields with the same name?

    Thank you
    Radomir (Ekovcelar)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Radomir,

    Thanks for using our plugin and reaching out to us. Unfortunately this is not yet possible but we will add your request to our to-do list so expect it to be released somewhere the upcoming weeks.

    All the best
    Eva

    Thread Starter EKOV?ELA?

    (@ekovcelar)

    Thank you, that’s great!
    Let me know, please, when this improvement will be delivered.
    Best regards
    Radomir

    Duplicate issue. Closing this one for housekeeping reasons.

    Best
    Eva

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple attributes with the same name’ is closed to new replies.