hixhix Posted May 2, 2011 Share Posted May 2, 2011 Hi, in the product page where it shows the details of a product, I'd like to add a link to show all products by the same manufacturer, how could I do that? Thanks. Link to comment Share on other sites More sharing options...
jeevanoss Posted May 3, 2011 Share Posted May 3, 2011 You can get product id from product details page.$id_productFrom product id you can get id_manufacturer of that product.$obj= new Product($id_product);$id_manufacturer=$obj->id_manufacturerManufacturer::getProducts($id_manufacturer); Link to comment Share on other sites More sharing options...
Webtexsoftware Posted May 3, 2011 Share Posted May 3, 2011 Hi,Wait few days and we'll release brilliant module, which help you for sure. I can't tell you now about the idea. I can tell only one : using our module sellers of books, music will be able to create shops with Presta. At this moment they prefer Magento Link to comment Share on other sites More sharing options...
nithya Posted December 20, 2011 Share Posted December 20, 2011 hi, on the feature products block, i want to add view more or view all link at the top of the feature proucts block.. can you give exact tips to make that correctly as i thought...... Link to comment Share on other sites More sharing options...
Recommended Posts