Proper way to work using the real image of a product
Posted: Mon May 25, 2015 4:00 pm
Greetings,
I'm currently looking for the proper way to work on a theme using the real image of a product and not its thumbnail (identified as $thumb in the default theme).
I have found a abrupt trick by adding a line in the controller file:
But does anybody have experienced a better method (eg with vqmod) to retrieve these real image data without changing controller content?
Regards,
I'm currently looking for the proper way to work on a theme using the real image of a product and not its thumbnail (identified as $thumb in the default theme).
I have found a abrupt trick by adding a line in the controller file:
Code: Select all
$this->data['cover'] = $product_info['image'];
Regards,