DrSaeed Posted June 10, 2011 Share Posted June 10, 2011 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 More sharing options...
shokinro Posted June 10, 2011 Share Posted June 10, 2011 I guess you are talking about the Home Faatured product list displayed at home.You will need to make some changes on theme file of home featured moduleYourSiteRoot/modules/homefeatured/homefeatured.tpl Link to comment Share on other sites More sharing options...
DrSaeed Posted June 11, 2011 Author Share Posted June 11, 2011 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.tplI am sorry if I am asking about the obvious but I am still learning. Link to comment Share on other sites More sharing options...
shokinro Posted June 11, 2011 Share Posted June 11, 2011 the simplest way to make this happen to input those product information to product short description area.so it will appear on the home featured area automatically. you don't have to change any code. Link to comment Share on other sites More sharing options...
DrSaeed Posted June 11, 2011 Author Share Posted June 11, 2011 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 More sharing options...
shokinro Posted June 12, 2011 Share Posted June 12, 2011 you can look into following filesfor 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 fileYourSiteRoot/modules/homefeatured/homefeatured.tpl 1 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