In this post I am going to explain how to get product cover image by Product Id in PrestaShop 1.7. // Your Product Id $id_product = 10; // Language id $id_lang = (int) Configuration::get(‘PS_LANG_DEFAULT’); // Get cover image for your product $image = Image::getCover($id_product); // Load Product Object $product = new Product($id_product); // Initialize the…


Recent Comments