Jump to content
  • 0

Duplikowanie produktu bez zdjęć


kubenos14

Question

3 answers to this question

Recommended Posts

  • 1

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 by Daresh (see edit history)
  • Thanks 1
Link to comment
Share on other sites

  • 0
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...