Jump to content

how to display a long product name on the "Featured Products" after disable short description?


Recommended Posts

please I do need help! I found solution to how to disable short description on the Featured Products. but I have another problem: the product's long name can not display anymore, below 2 attach file one is after disable short description, another is before disable short description, you can see I have a long name for the products and I did change theglobal.css :

 

 

 

 

 

change from :

Find this on line 949:

#center_column div.products_block div.product_desc { margin: 0 5px }

 

to

 

#center_column div.products_block div.product_desc { margin: 40px 5px 0}

 

to make the Feature Products can display a long name of product ,

 

the problem right now is the Feature Products can not display the long name for the products anymore, anyone can help me how to fix the problem , I think it should be change somewhere in the global.css, but I don't know where, please anyone can help me , thanks

post-339778-0-71500500-1334245463_thumb.jpg

post-339778-0-82788000-1334245472_thumb.jpg

Link to comment
Share on other sites

" I think it should be change somewhere in the global.css"

: css is for the style and positioning :)

in the .tpl files you can between the {} a command Calling.

like this:

 

Text break after 25 characters:

{$product.description_short|truncate:25:'...'|escape:'htmlall':'UTF-8'}

Text short all

{$product.description_short|escape:'htmlall':'UTF-8'}

or long text:

{$product.description|escape:html:'UTF-8'}

maybe you can compare the file with the original: http://svn.prestasho...s/homefeatured/

Link to comment
Share on other sites

  • 5 weeks later...

Does Prestashop offer any feature to select products or categories from BO as per our choices? Currently all our categories are getting displayed on home page which we really dont want. We want ONLY FEW selected products and categories to get displayed on our home page and selection will be controlled from BO.

 

Ours is

Version 1.3.3.0

 

If presta doesnt provide such imp feature then any paid module for such kind of requirement?

 

Thanks in advance!!

 

@Handcraft.co.in

 

not understand what? What are you missing?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...