News:

AbanteCart v1.4.2 is released.

Main Menu
support

Product Name Field Box Wider

Started by thedarksyde, December 29, 2014, 11:51:56 AM

Previous topic - Next topic

thedarksyde

There is a lot of room on that field column and the box is quite small, widening this box would be good.   


abantecart

On product edit page? I think it is possible
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

thedarksyde


abantecart

Width is set in the controller:
admin/controller/pages/catalog/product.php

See code:

$grid_settings['colModel'] = array(
array(
'name' => 'image',
'index' => 'image',
                'align' => 'center',
'width' => 65,
'sortable' => false,
'search' => false,
),
array(
'name' => 'name',
'index' => 'name',
                'align' => 'center',
'width' => 200,
),

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -