srturner47,
Thanks for the reply! Unfortunately I didn't seem to work. Here is the error message I get when clicking on the POs send/resend button:
Parse error: syntax error, unexpected T_ELSE in /home/********/public_html/*****/send_pos.php on line 494
Here is the file (with added line numbers to make it a bit easier I hope):
Code:
490 if ($countproductsonpo != $countproducts)
491 $tmpt[0][7]=strip_tags($tmpt[0][7]);
492 $tmpt[0][7]=htmlspecialchars_decode($tmpt[0][7],ENT_QUOTES);
493 $pdf->addNotes(SHIPPING_OPTION.": ".$tmpt[0][7]."\n\n".PO_PARTIALSHIP_PACKINGLIST."\n".$_POST[plistcomments]);
494 else
495 $pdf->addNotes(SHIPPING_OPTION.": ".$tmpt[0][7]."\n\n".PO_FULLSHIP_PACKINGLIST."\n".$_POST[plistcomments]);
496 $pdf->Output(PO_PACKINGLIST_FILENAME, "F");
497 if ($_POST[reviewthensend] == 'yes') {
498 ?>
Did i make a mistake? The site is http://www.growlightexpress.com if that's required
THANK YOU!!!
-Christopher
Bookmarks