umida Posted May 12, 2017 Share Posted May 12, 2017 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 More sharing options...
NemoPS Posted May 12, 2017 Share Posted May 12, 2017 Did you add the property to the feature class as well? That, plus its definition, see here: http://nemops.com/extending-prestashop-objects/#.WRWVB9J96Uk Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now