PHP simplexml_load_file() merge xml fields with same ID – Woocommerce
I have 2 XML files for importing products to Woocommerce. Products in both files have the same ID. The only difference is the price field between two XML files. The first XML is something like this: <products> <product> <product_id>14201</product_id> <title>some…