pawelszulc Posted April 9, 2019 Share Posted April 9, 2019 Cześć, chcałbym się dopytać co robię źle. Utworzyłem moduł i w funkcji getContent() chciałem wyświetlić produkty które mają przecenę , do tego użyłem $products = Product::getPricesDrop((int)$this->context->language->id, 0, 10); Problem polega na tym ze dostaje komunikat Notice w linii 2376 w pliku C:\wamp64\www\xxxxx\classes\Product.php [8] Trying to get property of non-object Robię to w pliku modułu.php Link to comment Share on other sites More sharing options...
design4VIP Posted April 9, 2019 Share Posted April 9, 2019 Ale w getContent nic nie wyswietlasz tylko w funkcjach hook Link to comment Share on other sites More sharing options...
pawelszulc Posted April 10, 2019 Author Share Posted April 10, 2019 @design4VIP Zobacz na screenshot, chciałem to dodać w backend nie na frontendzie, bo hook jest do wyświtlania treści na fontend, tylko dalej nie wiem czemu dostaje Notice Link to comment Share on other sites More sharing options...
design4VIP Posted April 10, 2019 Share Posted April 10, 2019 Bynajmniej, tak samo panel jak i front ma hooki.... Link to comment Share on other sites More sharing options...
Patryk1712 Posted November 28, 2019 Share Posted November 28, 2019 Pokaż co masz w klasie Product w tych liniach. Próbujesz wywołać metodę na "nie obiekcie". Link to comment Share on other sites More sharing options...
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