0

こんにちは私は製品画像のインポートに問題があります。

Magento 1.6.2を使用しており、Magentoのインポートデータフローを使用して製品をインポートしたいと考えています。メディア/インポートに画像があります-すべての行を含むデータフローをインポートします。

例:画像12345.jpgはmedia / import / 1/2 / 12345.jpgにあります。csvでは、「/ 1/2/12345.jpg」のようになります。

しかし、csvをインポートすると、「画像が存在しません」と表示されます。

なんで?ヘルプ。どうも

4

2 に答える 2

1

It needs to go in the media/import folder then the CSV just says /image.jpg (where image.jpg is the actual filename of the image you're using). There's another answer I made with the details... I'll see if I can find it and paste the correct details in here. That link also has working CSV samples from my successful import.

于 2012-06-07T17:45:47.203 に答える