Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

cms element in pdf export?

$
0
0
hallo, versuche grade ein cms element in die pdf generieung der rechnung einfliessen zu lassen.
PHP Code:

$sOxid oxConfig::getParameter'oxid' );
        
$sText 'testcase ' .$oxContent->loadByIdent('pdf_de');
        
$oMeinObjekt oxnew('oxbase');
    
$oMeinObjekt->init('98d35666b1d7f17e6b155c45d778a27a');
    
$oMeinObjekt->load($sOxid);
     
$sText 'testcase ' .$oMeinObjekt->oxcontents__oxcatid->value

ist es schon mal nicht.
PHP Code:

$oxContent oxnew('oxcontent');
        
$sText 'testcase ' .$oxContent->loadByIdent('pdf_de'); 

fehlt auch noch etwas. kann mir jemand auf die sprünge helfen?
bin in der public function exportStandart( $oPdf ) unterwegs.

Viewing all articles
Browse latest Browse all 6951

Trending Articles