vuderok Posted May 31, 2016 Share Posted May 31, 2016 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? Link to comment Share on other sites More sharing options...
vekia Posted May 31, 2016 Share Posted May 31, 2016 hello i checked the page you linked and i see that you already have there these things this page is only an example? or what? Link to comment Share on other sites More sharing options...
vuderok Posted May 31, 2016 Author Share Posted May 31, 2016 (edited) Thanks for quick answer! Yes, this is example. My page is a http://www.vinaiolo.ch/de/74-shop Edited May 31, 2016 by vuderok (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 31, 2016 Share Posted May 31, 2016 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 More sharing options...
vuderok Posted May 31, 2016 Author Share Posted May 31, 2016 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 More sharing options...
vekia Posted June 1, 2016 Share Posted June 1, 2016 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 More sharing options...
vuderok Posted June 1, 2016 Author Share Posted June 1, 2016 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: I got simple text like this But in product short desc. wrote table cell! Link to comment Share on other sites More sharing options...
vuderok Posted June 1, 2016 Author Share Posted June 1, 2016 Solved! Just copy code (short descr) from product.tpl to product-list.tpl!!! Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2016 Share Posted June 2, 2016 so, in simple words everything works as you expected? :-) Link to comment Share on other sites More sharing options...
GdeF Posted February 18, 2021 Share Posted February 18, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now