只是在這裡我陷入了一個我不太理解的問題!
我嘗試恢復所有運作良好的產品:
$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
實例。