Prestashop adding product using module, cant force product_id
问题 As topic says i have problem with adding product (by using product class). Everything works fine but even if i specify $product->id = 1234; it doest save it with this id, it just autoincrements products in database. But i really need to insert my own product_id into database (since i import products from ground strone database and they'll need to be updated often) Here is my code: $langId = (int) (Configuration::get('PS_LANG_DEFAULT')); $p = new Product($prod['towar_id']); $p->id = $prod[