Issue with product images
-
<products_list> <images> <span style="background-color: initial; font-size: inherit; text-wrap: var(--wp--custom--body--typography--text-wrap); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;"><img>https://.....jpg</img></span> <span style="background-color: initial; font-size: inherit; text-wrap: var(--wp--custom--body--typography--text-wrap); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;"><img></span>https://.....jpg<span style="background-color: initial; font-size: inherit; text-wrap: var(--wp--custom--body--typography--text-wrap); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;"></img></span> </images> </products_list>
We have our images like this in a XML file and we cannot figure out how to select them in the mapper.
We have tried these options:
- {//products_list/images/img[1]}
- {//products_list/images/img}
- {//products_list/images}
- {//products_list/images/@}
- {//products_list/images/img/@}
Nothing works for us, not even 1 photo gets selected, can you help figure this out?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.