first sorry for my bad english!
Hi have developed a module for opencart. this is like information module but i need to view an image near link.
I' ve added this code in the controller part(catalog side) of the module:
Code: Select all
if ($result['image']) {
$image = $this->model_tool_image->resize($result['image'], $setting['image_width'], $setting['image_height']);
} else {
$image = false;
}
Code: Select all
protected function index($setting)
Some people can help me?
thanks a lot
C U