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
Solved! Go to Solution.
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
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.
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
Thanks so much I am very grateful for your suggestion as it solved my problem.