Jump to content

How to display the product's details in front page? i.e. width Height weight


Recommended Posts

Forgive me if this is too obvious or simple - I am truly new to Presta and am using version 1.4.
I have read and researched long but failed to find the seemingly simple answer to how to display my product features like height, weight or width in the front page. These data have already been entered at the back office so they do exist.
Thank you guys in advance

Link to comment
Share on other sites

Thank you, Yes I am referring to Home Featured product list displayed at home...and the theme I am using is the standard basic which comes with it.

Any suggestion or an example for Product's "Height" that I need to make to:

YourSiteRoot/modules/homefeatured/homefeatured.tpl

I am sorry if I am asking about the obvious but I am still learning.

Link to comment
Share on other sites

I do understand that if this data is input as text it would show as a short description however this data is already available on all product lines and I had hoped to know and learn how I might be able to extract and embed them into the template file instead.
Thank you for your replies!

Link to comment
Share on other sites

you can look into following files


for read and load data from database
YourSiteRoot/modules/homegeatured/homegeatured.php file, inside following method(function)

    function hookHome($params)




for use the data to display, this file
YourSiteRoot/modules/homefeatured/homefeatured.tpl

  • Like 1
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...