我试图隐藏没有图像的产品,只显示带图像的产品,但我发现的所有文章都不能完全发挥作用。
我找到了以下内容并编辑了位于app / design / frontend / default / default / template / catalog / product / list.phtml的list.phtml文件。
Properties properties = new Properties();
intent.putExtra(SymmetricService.INTENTKEY_PROPERTIES, properties);
getContext().startService(intent);
//SETTING SYMMETRIC
sdb.execSQL(CREATE_QUERY_TABEL_USER);
sdb.execSQL(CREATE_QUERY_TABEL_TUGAS);
sdb.execSQL(CREATE_QUERY_TABEL_VERSI_TUGAS);
sdb.execSQL(CREATE_QUERY_TABEL_ATASAN_BAWAHAN);
Log.d("Database operations", "Table created");
}
这个唯一的部分有效,它每页只显示一个带图像的产品。
有人可以通过提供有关如何仅显示带有图像的产品的分步说明来帮助我,因为我对此非常陌生。我发现的每篇文章都提供了代码和做什么,但他们没有告诉你在哪里添加它们或从文件路径/位置删除它们让我摸不着头脑。