Jump to content

Add image field to INSTANT STOCK STATUS list


JK11

Recommended Posts

Hi all,

 

I need add image(product image) field into INSTANT STOCK STATUS list in administration. See attached screenshot.

 

I added this code to fields list in file /controllers/admin/AdminStockInstantStateController.php:

 

'image' => array(
'title' => $this->l('Image'),
'align' => 'center',
'image' => 'p',
'orderby' => false,
'filter' => false,
'search' => false
),
 
But that's all, what I was able to do.
 
Prestashop version: 1.6.0.12
 
Thank you for any help.
 
King regards,
Juraj.

post-771626-0-11578900-1443471130_thumb.png

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...