Hello all, hopefully this is in the proper forum topic. But, I'm new to zen cart customization and am trying to use some of the built in functions. I'm also kinda new to php development but have done some, I can get around and usually figure out what I need to do. But I'm having an issue with the zen_draw_pull_down_menu function. Here's my code:
I've looped through the array echoing out to the screen the contents of the array and the proper values are there. But in the drop down I only get the first letter of each array value, not the entire value.Code:$modArray = array('Trex250','Trex450','Trex500','Trex600','Trex700'); echo zen_draw_pull_down_menu('select_model',$modArray);
Can someone please help?



