pablodalma93 Posted November 5, 2014 Share Posted November 5, 2014 Hi there, I need to retrieve all image links associated with a particular product in Prestashop 1.5.6 hookActionProductAdd . I dont see them in the $params parameter, how do I have to do to retrieve them in the case they arent there? Greetings Link to comment Share on other sites More sharing options...
cristic Posted November 5, 2014 Share Posted November 5, 2014 You need to call function getImages: $params['product']->getImages(Context::getContext()->cookie->id_lang); 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