kubenos14 Posted June 15, 2022 Share Posted June 15, 2022 (edited) Witam, czy istnieje jakiś skrypt / moduł który umożliwi poprzez backoffice duplikacje produktu ale bez zdjęć które ma produkt który chcemy duplikować? Edited June 15, 2022 by kubenos14 (see edit history) Link to comment Share on other sites More sharing options...
1 Daresh Posted June 15, 2022 Share Posted June 15, 2022 (edited) Powinno wystarczyć zrobienie prostego nadpisania. W override/classes tworzymy plik Image.php, a w nim: <?php class Image extends ImageCore { public static function duplicateProductImages($idProductOld, $idProductNew, $combinationImages) { return true; } } Na końcu wyczyścić cache i powinno działać. Edited June 15, 2022 by Daresh (see edit history) 1 Link to comment Share on other sites More sharing options...
0 endriu107 Posted June 15, 2022 Share Posted June 15, 2022 Jeśli masz do stworzenie wiele takich kopii to chyba najlepiej jest stworzyć plik CSV i zaimportować sobie takie produkty. Link to comment Share on other sites More sharing options...
0 kubenos14 Posted June 17, 2022 Author Share Posted June 17, 2022 On 6/15/2022 at 4:42 PM, Daresh said: Powinno wystarczyć zrobienie prostego nadpisania. W override/classes tworzymy plik Image.php, a w nim: <?php class Image extends ImageCore { public static function duplicateProductImages($idProductOld, $idProductNew, $combinationImages) { return true; } } Na końcu wyczyścić cache i powinno działać. Działa, dzięki wielkie! Link to comment Share on other sites More sharing options...
Question
kubenos14
Witam, czy istnieje jakiś skrypt / moduł który umożliwi poprzez backoffice duplikacje produktu ale bez zdjęć które ma produkt który chcemy duplikować?
Edited by kubenos14 (see edit history)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