Add this to
$product = Mage::getModel('catalog/product')->load($item->getProductId());
$lines[1][] = array(
'text' => Mage::helper('core')->__('Ingredients: ') . $product->getIngredients(),
'feed' => 35
);
Mage/Sales/Model/Order/Pdf/Items/Invoice/Default.php, $product->getIngredients(), replace as appropriate. $product = Mage::getModel('catalog/product')->load($item->getProductId());
$lines[1][] = array(
'text' => Mage::helper('core')->__('Ingredients: ') . $product->getIngredients(),
'feed' => 35
);
No comments:
Post a Comment