LeoComp Posted September 3, 2013 Share Posted September 3, 2013 Witam Probuje dodac kolumne on sale na liscie produktow w BO lecz niestety mam z tym problem. Ma ktos jakis pomysl jak to rozwiazac ??? Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2013 Share Posted September 3, 2013 w definicji pól w AdminProductsController dodaj taki oto prosty kod: $this->fields_list['on_sale'] = array( 'title' => $this->l('On sale'), 'width' => 90, 'type' => 'bool', 'align' => 'right', 'havingFilter' => false, 'filter_key' => $alias.'!on_sale', 'orderby' => false ); Link to comment Share on other sites More sharing options...
LeoComp Posted September 4, 2013 Author Share Posted September 4, 2013 Dziala prawie tak jak powinno z malym ale - filtr nie zapamietuje wyboru Tak/Nie 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