VMARTINEZTARIN Posted February 14, 2023 Share Posted February 14, 2023 Hola, me estoy volviendo loco y no encuentro después de muchas horas nada al respecto. Quiero crear un XML con mútiples combinaciones para luego leerlo con una función PHP y añadirlas a un artículo ya existente. El tema es que solo me lee 1 combinación, no el resto. Os pego el código de una combinación, a ver si podéis decirme como crearlo con múltiples (he probado duplicar el bloque combination y no lee nada, si genero varios XML solo me lee el primero los siguientes error 46) Gracias por la ayuda. <?xml version="1.0" encoding="utf-8"?> <prestashop xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <combination> <id /> <id_product>72</id_product> <quantity><![CDATA[1]]></quantity> <minimal_quantity><![CDATA[1]]></minimal_quantity> <price><![CDATA[84]]></price> <low_stock_threshold><![CDATA[2]]></low_stock_threshold> <low_stock_alert><![CDATA[1]]></low_stock_alert> <available_date><![CDATA[2023-2-14 00:00:00]]></available_date> <default_on><![CDATA[1]]></default_on> <associations> <product_option_values> <product_option_value> <id><![CDATA[51]]></id> </product_option_value> </product_option_values> <images> <image> <id></id> </image> </images> </associations> </combination> </prestashop> 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now