Title: Problem: Variable Products From XML &#8211; Variations As Child XML Elements
Last modified: September 19, 2021

---

# Problem: Variable Products From XML – Variations As Child XML Elements

 *  Resolved [Be Dark](https://wordpress.org/support/users/b_dark/)
 * (@b_dark)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-variable-products-from-xml-variations-as-child-xml-elements/)
 * Good Evening,
 * We have an XML of a vendor that contains some PCs that have options, Extra RAM,
   Operating System and various SSD capacities.
 * I followed that he was saying to do in this video
 * [https://www.youtube.com/watch?v=f1nx4po0dsc](https://www.youtube.com/watch?v=f1nx4po0dsc)
 * But I probably do something wrong, because it does not show me no choice with
   prices, just added me to Tab with Specification.
 *     ```
       <product product_id="71721" type="main" product_counter="1">
       <product_id>71721</product_id>
       <sku>FGSS-31003</sku>
       <model>FGSS-31003</model>
       <name>
       PC ONe - GRADE A+
       </name>
       <manufacturer>DELL</manufacturer>
       <url>
       http://www.mydoimain.com/index.php?route=product/product&product_id=588632148
       </url>
       <product_categories prod_cat_num="1">
       <category_path category_id="280">
       REFURBISHED -> PC
       </category_path>
       </product_categories>
       <mpn>-</mpn>
       <barcode>-</barcode>
       <date_added>2021-09-17 17:02:11</date_added>
       <last_modified>2021-09-17 17:02:40</last_modified>
       <description>
       DEMO [more]
       </description>
       <images>
       <image_url type="main">
       http://www.mydoimain.com/image/catalog/product/5886245896.jpg
       </image_url>
       <image_url type="other"></image_url>
       </images>
       <price tax_rate="24%" customer_perc="0.00%" currency="EUR">
       <price_original>169.0000</price_original>
       <price_with_perc>169.0000</price_with_perc>
       <price_with_tax>209.5600</price_with_tax>
       </price>
       <instock>Y</instock>
       <shipping>Y</shipping>
       <minimum_quantity>1</minimum_quantity>
       <availability status="In Stock" quantity="10" id="7"/>
       <product_options type="option">
       <option_name>EXTRA RAM</option_name>
       <option_choice>4GB DDR3</option_choice>
       <option_group>EXTRA RAM</option_group>
       <option_is_required>1</option_is_required>
       <option_price_prefix>+</option_price_prefix>
       <option_price>13.0000</option_price>
       <option_name>EXTRA RAM</option_name>
       <option_choice>WITHOUT EXTRA RAM</option_choice>
       <option_group>EXTRA RAM</option_group>
       <option_is_required>1</option_is_required>
       <option_price_prefix>+</option_price_prefix>
       <option_price>0.0000</option_price>
       <option_name>OS</option_name>
       <option_choice>WINDOWS 10 HOME</option_choice>
       <option_group>OS</option_group>
       <option_is_required>1</option_is_required>
       <option_price_prefix>+</option_price_prefix>
       <option_price>17.0000</option_price>
       <option_name>OS</option_name>
       <option_choice>WINDOWS 10 PRO</option_choice>
       <option_group>OS</option_group>
       <option_is_required>1</option_is_required>
       <option_price_prefix>+</option_price_prefix>
       <option_price>25.0000</option_price>
       <option_name>OS</option_name>
       <option_choice>WITHOUT OS</option_choice>
       <option_group>OS</option_group>
       <option_is_required>1</option_is_required>
       <option_price_prefix>+</option_price_prefix>
       <option_price>0.0000</option_price>
       </product_options>
       <product_chars type="characteristics">
       <char id="135" char_group="REFURBISHED PCs">
       <char_name>CPU MODEL</char_name>
       <char_value>i5 4570s</char_value>
       </char>
       <char id="136" char_group="REFURBISHED PCs"></char>
       <char id="137" char_group="REFURBISHED PCs"></char>
       <char id="138" char_group="REFURBISHED PCs"></char>
       <char id="139" char_group="REFURBISHED PCs"></char>
       <char id="140" char_group="REFURBISHED PCs"></char>
       <char id="141" char_group="REFURBISHED PCs"></char>
       <char id="142" char_group="REFURBISHED PCs"></char>
       <char id="160" char_group="REFURBISHED PCs"></char>
       <char id="233" char_group="REFURBISHED PCs"></char>
       </product_chars>
       </product>
       ```
   
 * [https://snipboard.io/bfwF2I.jpg](https://snipboard.io/bfwF2I.jpg)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Be Dark](https://wordpress.org/support/users/b_dark/)
 * (@b_dark)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-variable-products-from-xml-variations-as-child-xml-elements/#post-14887636)
 * * [https://www.youtube.com/watch?v=F1NX4po0dsc](https://www.youtube.com/watch?v=F1NX4po0dsc)
 *  Thread Starter [Be Dark](https://wordpress.org/support/users/b_dark/)
 * (@b_dark)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-variable-products-from-xml-variations-as-child-xml-elements/#post-14890717)
 * I have also noticed that several products while your plugin has successfully 
   added the product price, the products appear without price. I do not know if 
   the above problem with the specific xml plays a role because in others I have
   not noticed this issue.
 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-variable-products-from-xml-variations-as-child-xml-elements/#post-14908694)
 * Hey [@b_dark](https://wordpress.org/support/users/b_dark/),
 * Unfortunately, this file format is not compatible with our plugins at this time.
   There would need to be child XML elements that contain *all* of the variation
   information, including the actual price (not a +/- adjustment like add-ons). 
   There’s an example on this page: [http://www.wpallimport.com/documentation/woocommerce/variable-products/](http://www.wpallimport.com/documentation/woocommerce/variable-products/).
 * I’m sorry, I wish I had better news. Let me know if you have any other questions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem: Variable Products From XML – Variations As Child XML Elements’
is closed to new replies.

 * ![](https://ps.w.org/woocommerce-xml-csv-product-import/assets/icon-256x256.png?
   rev=2570167)
 * [WP All Import – Product Import for WooCommerce](https://wordpress.org/plugins/woocommerce-xml-csv-product-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-xml-csv-product-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/problem-variable-products-from-xml-variations-as-child-xml-elements/#post-14908694)
 * Status: resolved