我尝试使用以下数据格式在prestashop中添加产品。我收到错误'link_rewrite为空“]]>``'
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<product>
<id_shop_default>1</id_shop_default>
<name>
<language id="1">BALERO 623-2RS</language>
</name>
<price>9.80</price>
<reference>A-10273</reference>
<description>BALERO 623-2RS</description>
<active>1</active>
<advanced_stock_management>1</advanced_stock_management>
<id_tax_rules_group>1</id_tax_rules_group>
<width>0.000000</width>
<height>0.000000</height>
<depth>0.000000</depth>
<weight>0.000000</weight>
<on_sale>0</on_sale>
<online_only>0</online_only>
<minimal_quantity>0</minimal_quantity>
<customizable>0</customizable>
<text_fields>0</text_fields>
<uploadable_files>0</uploadable_files>
<available_for_order>1</available_for_order>
<condition>new</condition>
<show_price>1</show_price>
<date_add>2016-08-10</date_add>
<associations>
<categories>
<id>2</id>
</categories>
</associations>
<link_rewrite>
<language id="1">BALERO</language>
</link_rewrite>
</product>
</prestashop>
请告诉我为什么我会遇到上述错误?
由于 Surajit
答案 0 :(得分:0)
link_rewrite需要已经采用正确格式的变量,因此很小且没有空格。
替换
<link_rewrite>
<language id="1">BALERO</language>
</link_rewrite>
使用:
<link_rewrite>
<language id="1">balero</language>
</link_rewrite>
答案 1 :(得分:0)
当您编辑产品时,您有名为“SEO”的标签,请检查字段“Firendly URL”。
如果为空则填写此内容。请记住,您必须在配置首选项中启用友好网址 - &gt; SEO&amp;网址 - &gt;设置网址并为“友情网址”
设置“是”