Jump to content

On sale na liście produktów BO [PS 1.5.5.0]


LeoComp

Recommended Posts

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

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