Jump to content

Błędy przy overridzie funkcji w klasie Product


A G

Recommended Posts

Witam,

Dodałem parametr/zmienną $active_attr w funkcji updateAttribute, addCombinationEntity, addAttribute w overridzie klasy Product, ogólnie chodzi o możliwość włączenia i wyłączenia kombinacji.

Kod działa ale niestety w logach mam poniższe błędy (wklejam dla updateAttribute ale dla pozostałych w/w funkcji jest tak samo), chciałbym usunąć te błędy. Pomijając to, że śmiecą w logach i logi sporo zajmują to przeszkadzają mi w korzystaniu z API. Jeśli usunę override Product to mogę normalnie z API korzystać w przeciwnym wypadku wywala mi błąd 500.

 

Declaration of

Product::updateAttribute($id_product_attribute, $wholesale_price, $price, $weight, $unit, $ecotax, $id_images, $reference, $ean13, $default, $active_attr, $location = NULL, $upc = NULL, $minimal_quantity = NULL, $available_date = NULL, $update_all_fields = true, array $id_shop_list = Array)

should be compatible with 

ProductCore::updateAttribute($id_product_attribute, $wholesale_price, $price, $weight, $unit, $ecotax, $id_images, $reference, $ean13, $default, $location = NULL, $upc = NULL, $minimal_quantity = NULL, $available_date = NULL, $update_all_fields = true, array $id_shop_list = Array)

 

Dzięki

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...