On Order Form, How Do You Expand List Of Items On Page Load

On the order form, I can select a product. When the product loads, if it has a list of items, for example if you can select the size of the product, that part is hidden. You have to click on an arrow next to the product to expand. I want it to be already expanded when the product is selected.

Can someone help

I have attached an image of what I am asking. When you click on the arrow circled in red, the table expands to reveal the optional list items. I want this portion to display as open when the page loads. I've added javascript to my site using the my_changes, but can't figure out how to add to admin pages. (as you can tell I'm new to cs-cart)

design/backend/templates/views/order_management/components/products.tpl

Please replace


with


then clear cache and check

Thank you. Worked beautifully.

You are welcome!