Hello, I have a problem with having the logo on the invoice to appear on the invoice. At first seems it was the hosting company but now when I type the path of http://stuffwholesale.com/images/logo.gif it apears.
But when I go the customer order to see if it shows it does not. I have insertede the text of an order so maybe you can tell me if it is in the pathe of the image or hosting company?
I have been working on this for a few day now
Thank you
Ron
Code:<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="ltr" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Closeout wholesale jewelry and accessories</title> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <script language="javascript" src="includes/menu.js"></script> <script language="javascript" type="text/javascript"><!-- function couponpopupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=280,screenX=150,screenY=150,top=150,left=150') } //--></script> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF"> <!-- body_text //--> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading">770 Main Street, West Warwick, RI 02893<br /> PO Box 620, Coventry, RI 02816 Phone 1.401.626.4603 Open 10AM till 5:00</td> <td class="pageHeading" align="right"><img src="images/logo.gif" border="0" alt="Stuffwholesale :: Jewelry and accessories" title=" Stuffwholesale :: Jewelry and accessories "></td> </tr> </table></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td colspan="2"><img src="images/pixel_black.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b>SOLD TO:</b></td> </tr> <tr> <td class="main">Jewelry sales<br>Ronnie gin <br>PO Box 620<br>West Warwick, Rhode Island 02893<br>United States</td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="5"></td> </tr> <tr> <td class="main">4012258214</td> </tr> <tr> <td class="main"><a href="mailto:stuffwholesale######################">stuffwholesale######################</a></td> </tr> </table></td> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b>SHIP TO:</b></td> </tr> <tr> <td class="main">Jewelry sales<br>Ronnie gin <br>PO Box 620<br>West Warwick, Rhode Island 02893<br>United States</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td> </tr> <tr> <td class="main"><b>Invoice No. 17</b></td> </tr> <tr> <td><table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><strong>Date Ordered:</strong></td> <td class="main">Wednesday 20 January, 2016</td> </tr> <tr> <td class="main"><b>Payment Method:</b></td> <td class="main">Check/Money Order</td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> <td class="dataTableHeadingContent" colspan="2">Products</td> <td class="dataTableHeadingContent">Model</td> <td class="dataTableHeadingContent" align="right">Tax</td> <td class="dataTableHeadingContent" align="right">Price (ex)</td> <td class="dataTableHeadingContent" align="right">Price (inc)</td> <td class="dataTableHeadingContent" align="right">Total (ex)</td> <td class="dataTableHeadingContent" align="right">Total (inc)</td> </tr> <tr class="dataTableRow"> <td class="dataTableContent" valign="top" align="right">1 x</td> <td class="dataTableContent" valign="top">crystal rhinestone stretch bracelet gold plated </td> <td class="dataTableContent" valign="top">2975</td> <td class="dataTableContent" align="right" valign="top">0%</td> <td class="dataTableContent" align="right" valign="top"><b>$3.50</b></td> <td class="dataTableContent" align="right" valign="top"><b>$3.50</b></td> <td class="dataTableContent" align="right" valign="top"><b>$3.50</b></td> <td class="dataTableContent" align="right" valign="top"><b>$3.50</b></td> </tr> <tr> <td align="right" colspan="8"><table border="0" cellspacing="0" cellpadding="2"> <tr> <td align="right" class="ot-subtotal-Text">Sub-Total:</td> <td align="right" class="ot-subtotal-Amount">$3.50</td> </tr> <tr> <td align="right" class="ot-shipping-Text">Store Pickup (770 Main street):</td> <td align="right" class="ot-shipping-Amount">$0.00</td> </tr> <tr> <td align="right" class="ot-total-Text">Total:</td> <td align="right" class="ot-total-Amount">$3.50</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td class="main"><table border="0" cellspacing="0" cellpadding="5"> <tr> <td class="smallText" align="center"><strong>Date Added</strong></td> <td class="smallText" align="center"><strong>Status</strong></td> <td class="smallText" align="center"><strong>Comments</strong></td> </tr> <tr> <td class="smallText" align="center" valign="top">01/20/2016 17:57:32</td> <td class="smallText" valign="top">Pending</td> <td class="smallText" valign="top">--none-- </td> </tr> </table></td> </tr> </table> <!-- body_text_eof //--> <br> </body> </html>



Reply With Quote
