Jump to content

Status for features


Recommended Posts

Hello!

 

I want to add field active for features, like for products.

 

I add field in db, add boolean button Status in features list:

 

'active' => array(
'title' => $this->l('status'),
'orderby' => false,
'search' => false,
'type' => 'bool',
'active' => 'status',
'align' => 'center',
'class' => 'fixed-width-xs'

),

 

 

, but i can't make it work. By press button change nothing, because i don't understand how it work..

 

 

 

I need your help..

 

Sorry for my English

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