Jump to content

Filter active, inactive


nervis26

Recommended Posts

No code?
How do you load a product list into HelperList?
Do you have orderby and filter set to true for active?

Link to comment
Share on other sites

'active' => array(
                'title' => $this->l('Status'),
                'active' => 'status',
                'filter_key' => $alias.'!active',
                'align' => 'text-center',
                'type' => 'bool',
                'class' => 'fixed-width-sm',
                'orderby' => true,
                'search' => true
            ),

 

Edited by Guest (see edit history)
Link to comment
Share on other sites

44 minutes ago, Guest said:

'active' => array(
                'title' => $this->l('Status'),
                'active' => 'status',
                'filter_key' => $alias.'!active',
                'align' => 'text-center',
                'type' => 'bool',
                'class' => 'fixed-width-sm',
                'orderby' => true,
                'search' => true
            ),

 

It works perfectly

 

thank you so much  D. tengler

image.png.3e459f338d6366172495fe3ec10887a4.png

 

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