tarunn Posted September 7, 2015 Share Posted September 7, 2015 Hello, I am trying to find out why the manufacturers logo image upload is missing in the back office. I have tested on a fresh install of 1.6.1.1, but for some reason on this site, it is missing (Javascript is not hiding it - it's not being rendered in HTML). The site has been upgraded from 1.6.1.0 to 1.6.1.1 I have compared my current AdminManufacturersController.php with a brand new installed 1.6.1.1 copy and there is no difference. Any help would be greatly appreciated. Thanks! Link to comment Share on other sites More sharing options...
NemoPS Posted September 9, 2015 Share Posted September 9, 2015 So this snippet is in the code? array( 'type' => 'file', 'label' => $this->l('Logo'), 'name' => 'logo', 'image' => $image_url ? $image_url : false, 'size' => $image_size, 'display_image' => true, 'col' => 6, 'hint' => $this->l('Upload a manufacturer logo from your computer.') ),Are you missing file uploads from somewhere else? Any override? Link to comment Share on other sites More sharing options...
Recommended Posts