News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Product name in backoffice

Started by darstris, May 18, 2015, 05:33:13 AM

Previous topic - Next topic

darstris

Hi,

is there  a possibility to extend the part  where I see  the name of a product in back office?

I have a lot of products with longer names, but I can't see the full entire name.

Thanks

abolabo

if you do not plan to change product name from grid you can remove input in the file public_html/admin/controller/responses/listing_grid/product.php
just replace
Quote$this->html->buildInput(array(
               'name' => 'product_description[' . $result[ 'product_id' ] . '][name]',
               'value' => $result[ 'name' ],
            ))
by this
Quote$result[ 'name' ]
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

Forum Rules Code of conduct
AbanteCart.com 2010 -