Jump to content

How to add fields in products lists?


vuderok

Recommended Posts

Hello Prestashop community!


 


I'd like to have the product names, product manufacturer as well as the short and long description being displayed close to the products. With different font colors and sizes. According to the product Images on www.weibelweine.ch/shop, but without the price part below the bottles.


Can I implement it in life, whether there is a module for that?


post-765654-0-41705000-1464726860_thumb.jpg

Link to comment
Share on other sites

you have to modify product-list.tpl

to display manufacturer name you have to use variable {$product.manufacturer_name}
to dispaly short description you have to use variable {$product.description_short}
to dispaly full description you have to use varible {$product.description}

Link to comment
Share on other sites

you have to modify product-list.tpl

to display manufacturer name you have to use variable {$product.manufacturer_name}

to dispaly short description you have to use variable {$product.description_short}

to dispaly full description you have to use varible {$product.description}

Ok, I will try do thish, what about image? How I can resize it and move to left?

Link to comment
Share on other sites

it's a matter of css styles and size of imagetype that your homepage (or list of products) uses - you can mange sizes under preferences > images.

once you will apply the code to display manufacturer etc. please let me know i will check it and suggest some css changes to make it work as you want

Link to comment
Share on other sites

It seems quite figured out, but just can not bring a table from a short description of the product, as this site on the screenshot:

 

cy8OkjP.png?1

 

 

 

I got simple text like this

 

A1CeUrL.png

 

 

 

But in product short desc. wrote table cell!

 

FFpC1BN.png

 

Link to comment
Share on other sites

  • 4 years later...
On 5/31/2016 at 11:46 PM, vekia said:

you have to modify product-list.tpl

to display manufacturer name you have to use variable {$product.manufacturer_name}
to dispaly short description you have to use variable {$product.description_short}
to dispaly full description you have to use varible {$product.description}

Hello, 
I'm running presta 1.6.0.9.
Do you know how to display Meta keywords manufacturer in product-list.tpl?
Thank you for your help...

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...