只是在这里我陷入了一个我不太理解的问题!
我尝试恢复所有运行良好的产品:
$id_lang = (int)Context::getContext()->language->id; $start = 0; $limit = 100; $order_by = 'id_product'; $order_way = 'DESC'; $id_category = false; $only_active = true; $context = null; $all_products = Product::getProducts($id_lang, $start, $limit, $order_by, $order_way, $id_category, $only_active, $context);
除了我只需要显示具有预定义 ID 的产品。
使用构造函数通过
id_product
获取特定的Product
实例。