xtramen Posted July 19, 2018 Share Posted July 19, 2018 Guten Tag, ich erstelle ein Produkt z.b. so: $product = new Product(); $product->ean13 = 9999999999999; $product->name = array((int)Configuration::get('PS_LANG_DEFAULT') => 'Test importu');; $product->link_rewrite = array((int)Configuration::get('PS_LANG_DEFAULT') => 'test-importu'); $product->id_category = 2; $product->id_category_default = 2; $product->redirect_type = '404'; $product->price = 22; $product->quantity = 1; $product->minimal_quantity = 1; $product->show_price = 1; usw........ Das klappt auch prima. Aber gibt es hier eine einfache Möglichkeit die "id" des Produktes zu erfahren? Vielen Dank und Gruß Link to comment Share on other sites More sharing options...
0 Shad86 Posted July 30, 2018 Share Posted July 30, 2018 Wenn du wirklich Antworten auf deine Frage willst, wirst du nicht drum rum kommen uns mehr Infos zu geben. Welche Shopversion nutzt du? Was genau machst du da? Wieso kannst du nicht im Backend nach der ID gucken? Link to comment Share on other sites More sharing options...
0 rictools Posted August 3, 2018 Share Posted August 3, 2018 Soviel ich weiß, kannst du doch die ID auch selbst vergeben. Oder du müßtest vor dem Import schauen, welches die letzte ID war und diese in einer Variable speichern, die du dann für jedes weitere Produkt um 1 hochzählst. Link to comment Share on other sites More sharing options...
0 Whiley Posted August 5, 2018 Share Posted August 5, 2018 Hallo xtramen, $id = mysql_insert_id() Grüsse Whiley Link to comment Share on other sites More sharing options...
Question
xtramen
Guten Tag,
ich erstelle ein Produkt z.b. so:
Das klappt auch prima.
Aber gibt es hier eine einfache Möglichkeit die "id" des Produktes zu erfahren?
Vielen Dank und Gruß
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now