V1.7 Xml module and support about

xpg

Member
XNullUser
Joined
Nov 23, 2023
Messages
136
Reaction score
1
Points
18
Location
..
NullCash
4
I could not find a module that performs xml extraction as I wanted. What I want to do is:

I want to upload those products, with or without variants, to my own shopping site with the xml link given to me by a shopping site, but due to the xml structure
"(In this way)
<root>
<item>
<id>123</id>
<stockCode>
<![CDATA[ itemCode ]]>
</stockCode>
<name>
<![CDATA[ itemName ]]>
</name>
<status>1</status>

"
<variants>
<variant>
<vitemCode> "

These labels are one under the other, no problem
But the problem starts with the 'variant' tag. (intertwines)
"
I can't install any xml module as I want, it doesn't see the sub variant tag.
 
Top