Jump to content

"Available for order" column on BO (activate/desactivate not working)


Recommended Posts

This solution works very well to add a column for "available for order" status product on the BO product listing on Prestashop 1.5.4.0
 

 $this->fields_list['Available_for_order'] = array(
			'title' => $this->l('Available For order'),
			'width' => 90,
			'type' => 'bool',
			'align' => 'right',
            'active' => 'available_for_order',
			'filter_key' => $alias.'!available_for_order'
		);


But enable\disable not working... Can anyone help please ?

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

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