Lalo Landa Posted September 14, 2009 Share Posted September 14, 2009 is there a way to put the manufacturer name in the order.php (shopping cart summary)? Link to comment Share on other sites More sharing options...
Lalo Landa Posted October 17, 2009 Author Share Posted October 17, 2009 the silence and the night Link to comment Share on other sites More sharing options...
rocky Posted October 18, 2009 Share Posted October 18, 2009 First you need to add the following at line 252 of classes/Cart.php (after the $row['features'] line): $row['manufacturer_name'] = Manufacturer::getNameById(intval($row['id_manufacturer'])); Then you will be able to add the manufacturer name wherever you want in the shopping cart summary by writing the following in shopping-cart.tpl in your theme's directory: {$product.manufacturer_name} 1 Link to comment Share on other sites More sharing options...
Lalo Landa Posted October 18, 2009 Author Share Posted October 18, 2009 hey, thanks! Link to comment Share on other sites More sharing options...
El_Matella Posted November 20, 2015 Share Posted November 20, 2015 Hey, answer from 2009 still works! Unfortunately, this topic is like the 7th in Google search, but this is definitely the right solution. Link to comment Share on other sites More sharing options...
Recommended Posts