cancel
Showing results for 
Search instead for 
Did you mean: 

Product name limit in magento

SOLVED

Product name limit in magento

Hi there

 

I hope someone can help me with this issue.

on my Magento instalation I the product name in the grid gets cut off and is not shown in its entire length.

I have searched the net for possible solutions but could not find any for this issue.

http://174.136.12.111/~greengro/index.php/products.html/
On the Products Grid it now displays

MILES FROM NOWHERE BEST BLOC

instead of

MILES FROM NOWHERE BEST BLOCKS

SEMILLON SAUVIGNON BLC 2011

where does that get cut?

Please advise,

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Product name limit in magento

Hi.

 

Default Magento does not do this so it must be theme related.

 

Try looking in to app/design/frontend/<package>/<theme>/template/catalog/product/list.phtml to see how the product name is being output.

 

Regards,

Andy

Problem solved? Click Accept as Solution!
www.iwebsolutions.co.uk | Magento Small Business Partner

View solution in original post

3 REPLIES 3

Re: Product name limit in magento

Is your theme a downloaded theme or something that you have done yourself?

 

The first place to look for me would be the catalog/product/list.phtml and find the part where it echo's out the product name... more than likely that will have something such as a substr around it?

 

If you can't see it.. feel free to post your list code in here and I'll take a look.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: Product name limit in magento

Hi.

 

Default Magento does not do this so it must be theme related.

 

Try looking in to app/design/frontend/<package>/<theme>/template/catalog/product/list.phtml to see how the product name is being output.

 

Regards,

Andy

Problem solved? Click Accept as Solution!
www.iwebsolutions.co.uk | Magento Small Business Partner

Re: Product name limit in magento

Thanks so much I am very grateful for your suggestion as it solved my problem.