• Resolved Pe4alov

    (@pe4alov)


    Hello.
    I’m using Yandex Feed with several PARAM_(2 words)

    Now i’m trying to add “PARAM_Длина, м” and i have error:
    Sorry, when creating new custom fields only letters are allowed (so no white spaces, numbers or any other character are allowed).

    Plugin version 5.8.8

    Thanks

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi pe4alov,

    Thanks for using our plugin and reaching out to us. The notification basically is telling you what is wrong:”Sorry, when creating new custom fields only letters are allowed (so no white spaces, numbers or any other character are allowed).”

    “PARAM_Длина, м” contains a space and a comma you are not allowed to use (It is no t proper XML/YML). When you remove the , and space all should be fine.

    All the best,
    Eva

    Thread Starter Pe4alov

    (@pe4alov)

    Thanks for your reply.

    But I’m using already several PARAM, with spaces and comas, and all is fine.

    What is the difference?

    I have just checked the source code of the plugin and these are the allowed characters (and have been for a while – we did not make changes to it lately):

    
    // For Yandex, Zbozi and Heureka also accept Cyrillic characters
    var re = /^[a-zAZаАбБвВгГдДеЕёЁжЖзЗиИйЙкКлЛмМнНоОпПрРсСтТуУфФхХцЦчЧшШщЩъЪыЫьЬэЭюЮяЯ _-]+$/;
    

    So it seems spaces are allowed, it is just the comma that is not.

    Best,
    EVa

    Thread Starter Pe4alov

    (@pe4alov)

    But I have such Params that are working well

    <param name=”Ширина, см”>50 см.</param>
    <param name=”Площадь, м2”>7 м2 m</param>

    I need one more same PARAM )

    I don’t understand how you have been able to add those in the past because when I am trying to add them it shows the exact same notification again.

    I understand you would lik it to be added but it would require us to make changes to the plugin and push out a new release. I will have to discuss with our developers.

    Could you try updating to the latest version of our plugin (5.8.9), clear your caching, and give it a try?

    Our developers just pushed out a new release and included your wish to be able to add comma’s to PARAM fields.

    Best,
    Eva

    Thread Starter Pe4alov

    (@pe4alov)

    All is great, thanks ))

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PARAM_(2 Words) not working’ is closed to new replies.