Post by domivin » Wed Mar 09, 2016 7:29 pm

Hi

How to change the product name length ?
Lenght: 22

Thanks
Michel
Last edited by domivin on Wed Mar 09, 2016 11:01 pm, edited 1 time in total.

Version 2.1.0.1
Hébergement LWS
Template default modified
Multimerch modified


New member

Posts

Joined
Thu Nov 13, 2014 3:06 am

Post by viethemes » Wed Mar 09, 2016 9:09 pm

Could you take a screenshot, so we can take a look at your question closer?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by ocart777 » Wed Mar 09, 2016 10:16 pm

domivin wrote:Hi

How to change the product name length ?
Lenght: 22

Thanks
Michel
if you mean that you want to shortened the product name from a feature module as example, then you need to edit its controller files
search for:

Code: Select all

$product_info['name'],
replace with

Code: Select all

strlen($product_info['name']) > 22 ? substr($product_info['name'],0,22) . '..' : $product_info['name'],

You can't control the weather, but you can change your mood.
You can't modify the visage, but you can show your smile.
You can't command someone else, but you can hold yourself.
You can't forecast tomorrow, but you can using today.
You can't obtain thanks, but you can exert yourself in everything.


OCEXTENSION.COM - YOUR PROFESSIONAL OPENCART EXTENSION STORE


User avatar
Active Member

Posts

Joined
Mon Jun 10, 2013 4:57 pm
Location - Malaysia

Post by domivin » Wed Mar 09, 2016 11:00 pm

Thanks

works well

Version 2.1.0.1
Hébergement LWS
Template default modified
Multimerch modified


New member

Posts

Joined
Thu Nov 13, 2014 3:06 am
Who is online

Users browsing this forum: No registered users and 76 guests