• Resolved isma94

    (@isma94)


    I’m using WP All Import with the add-on for the WP Residence theme. I need to upload the XML file generated by the real estate management system to the website, but many pieces of information in the XML file are represented with numerical values. For example, the property type “apartment” is indicated with the value 11 (<categorie_id>11</categorie_id>).

    In WP Residence, in the Properties section, there’s an area dedicated to property types. Here, I’ve created the property types and set the corresponding ID. For example, for an apartment, I’ve set the ID to 11. However, this doesn’t appear, WordPress automatically generates another ID. Why is this happening? How can I make the XML file communicate correctly with the theme?

    Other data, such as the number of bathrooms, are indicated in the XML file like this: <info id=”1″> <id>1</id> <assigned_value>0</assigned_value> </info>.

    How can I make the file communicate correctly with the theme and WP All Import?

    Thank you very much!

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @isma94,

    However, this doesn’t appear, WordPress automatically generates another ID. Why is this happening? How can I make the XML file communicate correctly with the theme?

    You’d have to import the property type term name or slug. You can use the “Enable Mapping for Type” section to map the numbers in your file to the correct name or slug.

    Other data, such as the number of bathrooms, are indicated in the XML file like this: <info id=”1″> <id>1</id> <assigned_value>0</assigned_value> </info>.

    How can I make the file communicate correctly with the theme and WP All Import?

    You can use custom XPath queries for that: https://www.wpallimport.com/documentation/custom-xpath/.

Viewing 1 replies (of 1 total)
  • The topic ‘listings – wp all import – wp residence add on’ is closed to new replies.