Bulk Edit Page- How To Extend Title Length

I’d like to edit our items in bulk, but the product title that is showing is way too short. Any idea where to change the title length? The page in quest is

admin.php?dispatch=products.m_update&page=1

Thanks in advance,

Roger

Hello.

Two ways.

1. add style="width:510px !important" or higher value in file /design/backend/templates/views/product/m_update.tpl abount line 277 (depend on version shop )

2. adding hook support "products:update_fields_item" in my_changes or other addon and adding the style above.

The second solution is more elegant and during the update the programs will not be overwritten.

Best regards

Robert.

Excellent- thank you so much!