desc
-
Greetings,
I need to be able to export property descriptions to Kyero, etc in multiple languages. Currently, the main description is in English and I believe it is just pulled from the post content. I have created a custom field to enter the description in Italian. I tried to use custom field mapping to map it to the Kyero xml feed. The only option I see to set the Kyero field to is “desc”. When I checked out the Kyero format they gave this example:
<desc> <ca>Catalan property description</ca> <da>Danish property description</da> <de>German property description</de> <en>English property description</en> <es>Spanish property description</es> <fi>Finnish property description</fi> <fr>French property description</fr> <it>Italian property description</it> <nl>Dutch property description</nl> <no>Norwegian property description</no> <pt>Portuguese property description</pt> <ru>Russian property description</ru> <sv>Swedish property description</sv> </desc>
Is there a way to map to individual language fields (ex.: <desc> <it>) instead of simply <desc>? I tried entering:
If Description (Italian) is equal to * THEN <en>{post_content}</en> <it>{description-italian}</it>
however the items with <> were removed. and i was only left with : {post_content} {description-italian}
I would appreciate any help with this issue.
Cheers, A
- You must be logged in to reply to this topic.