Jump to content

visualizzare quantità minima in BO lista prodotti?


Recommended Posts

salve a tutti

 

avrei neccessita di aggiungere la colonna quantità minima nella lista dei prodotti in backoffice

ho provato a aggiungere seguente codice nel file adminproductscontroller.php,

			$this->fields_list['minimum_quantity'] = array(
			'title' => $this->l('minimum_quantity'),
			'width' => 90,
			'type' => 'minimum_quantity',
			'align' => 'right',
			'havingFilter' => true,
			'orderby' => false

ma mi da errore:

 

Query SQL non valida
Unknown column 'minimum_quantity' in 'field list'

 

qualcuno sa come fare?

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