OpenCart City Posted January 10, 2021 Share Posted January 10, 2021 Hello, We are trying to set multiple select option in select box but getting the issue. So below is the code we are trying to use: array( 'type' => 'select', 'multiple' => true, 'label' => $this->l('Test'), 'name' => 'TEST', 'options' => array( 'query' => array( array('id' => 'demo', 'name' => 'demo'), array('id' => 'dummy', 'name' => 'dummy'), ), 'id' => 'id', 'name' => 'name', ) ), We are getting the undefined index issue. So please can some one correct this code. Thanks! Link to comment Share on other sites More sharing options...
OpenCart City Posted January 28, 2021 Author Share Posted January 28, 2021 Hello, Is there anyone who can answer this? Thanks! Link to comment Share on other sites More sharing options...
OpenCart City Posted January 31, 2021 Author Share Posted January 31, 2021 Hello, Is there anyone who can help us to solve the issue? Thanks! 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