Magento

eCommerce Software for Online Growth

Magento Forum

From setting up your store to managing your products, pages and promotions to generating detailed reports, the Magento User Guide empowers the user to utilize the platform for all of its vast capacity.
Available in eBook and Print formats – Download Now!!!
   
What is the Product Description in PDF invoice/creditmemo/shipment
 
m4e
Jr. Member
 
Avatar
Total Posts:  13
Joined:  2009-03-31
 

I can’t get it printed, please someone who knows tell me what is the product attribute to be used in here?
Magento v.1.3.0 (in 1.3.1 it is similar)
Here is the call Mage_Sales_Model_Order_Pdf_Items_Invoice_Default::draw(), line 78

foreach ($this->_parseDescription() as $description){
This is the implementation Mage_Sales_Model_Order_Pdf_Items_Abstract::_parseDescription(), line 229
protected function _parseDescription()
    
{
        $description 
$this->getItem()->getDescription();
        if (
preg_match_all('/<li.*?>(.*?)<\/li>/i'$description$matches)) {
            
return $matches[1];
        
}

        
return array($description);
    
}

I’ve even tried to fill in the product’s full and brief descriptions with the html-text like this:

<li>test1</li>
<
li>test2</li>
<
li>test3</li>
But nothing appeared in the resulting PDF :(

 
Magento Community Magento Community
Magento Community
Magento Community
 
m4e
Jr. Member
 
Avatar
Total Posts:  13
Joined:  2009-03-31
 

Magento Team, could you please comment such piece of code
I am trying to rewrite PDF generating model, so I’m very interesting about this probably unused fields, or maybe it’s a feature for future?

 
Magento Community Magento Community
Magento Community
Magento Community
 
m4e
Jr. Member
 
Avatar
Total Posts:  13
Joined:  2009-03-31
 

Removed in 1.3.2
Thank you smile

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
© Copyright 2010 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
177719 users|1154 users currently online|277257 forum posts