Jump to content

Change image behavior on Product Admin Controller Column


mlizana

Recommended Posts

Hi! I want to change the behavior of this code in AdminProductsController:

        $this->fields_list['image'] = array(
            'title' => $this->l('Image'),
            'align' => 'center',
            'image' => 'p',
            'orderby' => false,
            'filter' => false,
            'search' => false
        );

To point to my custom URL (not using product ID's), something like:

 

'image' => '/localhost/images/products/product423.png"

 

Any ideas? Thanks!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...