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
