DonLuciano Posted March 9, 2011 Share Posted March 9, 2011 Hi all!I am using Prestashop Version 1.3.5.0 and I was wondering if there is a way to add the Manufacturer's corresponding name for each product in the Homepage Featured inserting some code in homefeatured.tplThank you. Link to comment Share on other sites More sharing options...
ambiguna Posted March 21, 2011 Share Posted March 21, 2011 Hi,I'm having the same problem. I want to show the author name of a book on the homefeatured.tplThanks in advance! Link to comment Share on other sites More sharing options...
alirm Posted May 9, 2011 Share Posted May 9, 2011 I am using Prestashop version 4 and I have found a module into my administration panel that is able to list all manufactures in my Home page.I am not sure that you version can support it but you just do the following steps to make sure that you can use it or not:1- Open Administration Panel and then click on Modules tab2- Scroll your page and try to find Front Office Feature tab3- Click on this tab and try to find :(Manufacturers block v1.0 by PrestaShop-Displays a block of manufacturers/brands)4-If it was not already installed ,try to install it otherwise, you can find these 4 link under the Manufactures module:Disable Reset Configure Delete Click on enable and then the module start to work and the list of all manufactures list on your Home Page.Note: Sometimes, when you enable some features then you need to restart your browser again to start new session and see your new configuration on your website.If your version doesn't have this module then maybe I can send it to you by email or you can simply search it in your google browser to find and download it into your module folder in prestashopHave a good one Link to comment Share on other sites More sharing options...
alocin Posted June 17, 2011 Share Posted June 17, 2011 Simply use: {$product.manufacturer_name} in the template.To know all the available $product attributes see the method getProducts in Classes/Category.phpYou'll find the query that extracts the data, pay attention to the alias used and if you need more fields you can modify the query too.Nik 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