Jump to content

How to make Location column populated with data?


cduduc

Recommended Posts

I have PS 1.6.1.19.

I have added:

$this->fields_list['location'] = array(
            'title' => $this->l('Location'),
            'width' => 30
        );

For the Location column to be visible in the Products list but the column is empty with no values.

How exactly the syntax for $this->_join should be? I know I need to add that query as well in order for the column to get values. Or not?

Thank you in advance!

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