Author Topic: Product name in backoffice  (Read 2587 times)

Offline darstris

  • Newbie
  • *
  • Posts: 17
  • Karma: +1/-1
    • View Profile
Product name in backoffice
« on: May 18, 2015, 05:33:13 AM »
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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Product name in backoffice
« Reply #1 on: May 18, 2015, 02:06:44 PM »
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

 

Powered by SMFPacks Social Login Mod