0

これが質問をするのに適切な場所かどうかはわかりませんが、私はどこでも試しました(drupal.exchange drupalなど...誰もそれを見たことがないようです)

だから私はここで試しています。自分自身を調査するのはうれしいことではありませんが、drupalを初めて使用するので、何を「デバッグ」するか、問題を見つける方法がわからないので、ヒントをいただければ幸いです。

新しい製品表示コンテンツタイプを作成してから、このタイプの新製品を作成しました。この新しいアイテムはカテゴリリストには表示されますが、製品リストには表示されません。

繰り返し可能:常に再現する手順:

install KC without demo store, no option selected
create a new content type : structure/content type/add new content type
save it : save and edit fields
add a product reference to this content type: add existing field / select product reference
save (this generate an error, I raised issue about it).
save settings
add a product category to this content type
save settings
save content type
Create a product : store/product/add product/
select the later display
fill the name, sky and price
save product
select a product category
save (bottom of the page) Now the product and its display should be created
click on the corresponding category on the main menu (top right) => the new item is listed
clik on all product (main menu) => the new item is not listed.

それはバグですか、それとも何かが足りませんか?

4

1 に答える 1

0

わかりました、答えを見つけました。私の新製品は、フィルタリングされたためではなく、検索APIで使用されるインデックスが更新されていないために表示されませんでした。ビューがクエリではなく検索の結果を使用していることがわかったら、明らかなようです。

于 2012-09-28T10:26:28.017 に答える