我想在进口职能部门分发13个类别的26篇文章。每个类别两个。
在前端:不幸的是,在每个类别中,我只看到xml文件中的最后一篇文章(名称:bluesea)。同样在“新”和“畅销书”下,我只看到这篇文章。
在xml文件中(官方示例):我给了所有文章一个不同的订单号、不同的mainnumber和不同的名称。当然,这个类别有时是相同的。
下面是我的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>
之前我安装了ShopWare5.4.6,然后导入了13个类别(它们都是可见的),并创建了一个继承自响应主题的空主题。我还可以通过phpmyadmin访问数据库。
1条答案
按热度按时间cnh2zyt31#
你的例子根本不应该起作用,因为它缺少供应商,而这是创建新产品所需的最小值之一。文档中的示例对我来说很好。