Trolls Posted November 21, 2013 Posted November 21, 2013 Hi guys, I am trying to customize Block manufacturers module to get 2 or 3 products names in the manufacturers' block under manufacturer name. I just can't retrieve products in the blockmanufacturer.php file. I defined products as follows: 'products'=> Manufacturer::getProducts(intval($product->id_manufacturer), intval($cookie->id_lang), 1, 2, NULL, NULL, true), but it throws 4 exceptions Notice: Undefined variable: product in [MY SITE]\modules\blockmanufacturer\blockmanufacturer.php on line 71 Notice: Trying to get property of non-object in [MY SITE]\modules\blockmanufacturer\blockmanufacturer.php on line 71 Notice: Undefined variable: cookie in [MY SITE]\modules\blockmanufacturer\blockmanufacturer.php on line 71 Notice: Trying to get property of non-objectin [MY SITE]\modules\blockmanufacturer\blockmanufacturer.php on line 71 Could any one please help me with this ? Thanks in advance for your help. Share this post Link to post 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