mlizana Posted May 13, 2016 Share Posted May 13, 2016 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 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