Property Values in Virtuemart - PDF Issue

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
ajsajs7
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Jun 2009, 09:07

Property Values in Virtuemart - PDF Issue

Post by ajsajs7 »

you write in your document: https://www.phoca.cz/documents/18-virtue ... te-receipt

Insert this below line 182 in delivery.pdf.php. Correct?

<?php
$pdf->Cell(30,5,'',0,0,'L');
$varPA = ereg_replace ("<br/>", "\n", $db->f("product_attribute") );
$varPA2 = $varPA . "\n";
$pdf->MultiCell(130,5,$pdf->unhtmlentities($varPA2),0,0,'L');
$pdf->Ln(5);
?>

This doesnt work as the Property Value overlaps on the same line as the product item. (we have a couple property value for single products, for instance Chair Extension, Arm entension to Chair 1).

1. How do you get this work, please note there is a few property values so need multi-cell table.
2. how can i get the email part to this?


thank you very much :)