Sangwa Posted October 2, 2017 Share Posted October 2, 2017 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 More sharing options...
Alex Sanchez Posted November 6, 2017 Share Posted November 6, 2017 +1 !! Any help? Link to comment Share on other sites More sharing options...
Alex Sanchez Posted March 22, 2018 Share Posted March 22, 2018 Hi, Still no one can help with this?? Let me know please, Regards 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