• Resolved himouto

    (@himouto)


    Hi,

    I have generated an xml file for my Woocommerce products and would like to ask why the attributes of the products have assigned number values instead of text? Here is an example:
    <a name="Fragrance"><![CDATA[352]]></a>

    So Fragrance is the attribute name and it should have value for example: rose, lemon, lavender etc. So in my opinion it should look like this:
    <a name="Fragrance"><![CDATA[rose]]></a>

    But instead there is number 352. Why is that? And is it possible to change this number into text (rose)?

    Looking forward to a reply, thank you ??


    • This topic was modified 2 years, 2 months ago by himouto.
    • This topic was modified 2 years, 2 months ago by himouto.
Viewing 1 replies (of 1 total)
  • Plugin Support abhinava11n

    (@abhinava11n)

    Hi @himouto,

    If you’re downloading products from your WooCommerce website in an XML file, you should be seeing your product data as shown in the sample file available here. Make sure to check the XML file on the link. I’d advise comparing your XML file with the one available as a sample.

    Please note the samples shared above are for the WooCommerce core plugin’s built-in importer and exporter fearue.

    If you are using a plugin to export the product data in an XML file, the output would be different.

Viewing 1 replies (of 1 total)
  • The topic ‘Attribute values as numbers in XML product file’ is closed to new replies.