我已阅读shopware.com上通过XML文件导入图像的示例 Images.xml。
然后我在下面创建了此XML,上传并出现此错误:
我该如何解决?
<Root>
<Header>
<HeaderChild/>
</Header>
<images>
<image>
<orderNumber>020201</orderNumber>
<image>http://1808280148.net/01.jpg</image>
<main>1</main>
<description>greensea</description>
<position>1</position>
<width>0</width>
<height>0</height>
<relations></relations>
<thumbnail>1</thumbnail>
</image>
</images>
</Root>
顺便说一句:http://1808280148.net是虚构的。 之前,我安装了商店[shopware 5.4.6] [4],然后导入了类别和附加商品。 我也可以通过phpmyadmin访问数据库。与virtualbox映像类似的配置安装的快照,您也可以在这里找到:https://github.com/sl5net/lubuntu-shopware-stack
答案 0 :(得分:1)
请查看配置文件-在默认配置文件中,该列的名称为“ ordernumber”,但在您的XML文件中为“ orderNumber”。请确保名称匹配。
有两种可能的解决方案: