成功导入 ShopWare 5.4.6 后,只有 XML 文件中的最后一篇文章可见

Only the last article from XML file visible after successful import into ShopWare 5.4.6

我想通过导入功能分发 13 个类别的 26 篇文章。每个类别两个。

在前端:不幸的是,在每个类别中,我只能看到 XML 文件中的最后一篇文章(名称:bluesea)。同样在'new'和'Top seller'下我只看到这篇

在 XML 文件 (official example) 中:我已经为那里的文章提供了不同的订单号、不同的主编号和不同的名称。 当然,类别偶尔也是一样的。

在我XML的第一篇和最后一篇文章下面:

<Root>
<articles>
    <article>
        <name>greensea</name>
        <ordernumber>1</ordernumber>
        <mainnumber>1</mainnumber>
        <tax>19.00</tax>
        <prices>
            <price>
                <group>EK</group>
                <price>2.99</price>
                <pseudoprice></pseudoprice>
                <baseprice></baseprice>
            </price>
        </prices>
        <active>1</active>
        <description>Isolierpacks..
        </description>
        <category>
            <categories>101</categories>
        </category>
        <description_long>1200g
        </description_long>
    </article>

    <article>
        <name>bluesea</name>
        <ordernumber>26</ordernumber>
        <mainnumber>26</mainnumber>
        <tax>19.00</tax>
        <prices>
            <price>
                <group>EK</group>
                <price>2.99</price>
                <pseudoprice></pseudoprice>
                <baseprice></baseprice>
            </price>
        </prices>
        <active>1</active>
        <description>Bluesea...
        </description>
        <category>
            <categories>103</categories>
        </category>
        <description_long>1 kg</description_long>
    </article>
</articles>
</Root>

之前我安装了商店 shopware 5.4.6,然后导入了 13 个类别(它们都是可见的)并创建了一个继承自响应式主题的空主题。 我也可以通过 phpmyadmin 访问数据库。

您的示例根本不起作用,因为它缺少供应商,而这是创建新产品所需的最小值之一。文档中的示例对我来说很好用。