OpenCart City 0 Posted January 10 Posted January 10 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! Share this post Link to post Share on other sites
OpenCart City 0 Posted January 28 Posted January 28 Hello, Is there anyone who can answer this? Thanks! Share this post Link to post Share on other sites
OpenCart City 0 Posted January 31 Posted January 31 Hello, Is there anyone who can help us to solve the issue? Thanks! Share this post Link to post Share on other sites
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