Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

djverbal

Archived
  • Posts

    3
  • Joined

  • Last visited

Everything posted by djverbal

  1. Feel Free to ask me any questions here

  2. Never mind I fixed this for some reason the debug was printing out the content in the source even though debug mode was set to false. I inserted another comment tag inside the admin/orders.php file to fix it. If you have this problem I would suggest doing the same until someone has the time to fix this bug.
  3. I just installed this for the third time, hoping that I did something wrong during the installation. However I am getting the same bug each time. Essentially when I click on an order to view the packing slip it is only displaying the page down to the discount portion. When I looked in the source it is showing that it has published the code inside an unclosed comment tag. This would be easy enough to fix if I could isolate the file that has this problem. Any assistance would be greatly appreciated! The Source looks like this: <tr class="dataTableRow"> <td class="dataTableContent" valign="top" align="right">2 x</td> <td class="dataTableContent" valign="top">New Product1 </td> <td class="dataTableContent" valign="top"></td> <td class="dataTableContent" align="right" valign="top">0%</td> <td class="dataTableContent" align="right" valign="top"><b>$19.99</b></td> <td class="dataTableContent" align="right" valign="top"><b>$19.99</b></td> <td class="dataTableContent" align="right" valign="top"><b>$39.98</b></td> <td class="dataTableContent" align="right" valign="top"><b>$39.98</b></td> </tr> <tr> <td align="right" colspan="8"><table border="0" cellspacing="0" cellpadding="2"> <tr> <td align="right" class="smallText">Discount Coupon grandopening applied:</td> <td align="right" class="smallText">-$4.00 <!-- Discount Coupons DEBUG order Object ( [info] => Array ( [order_status] => 1 [currency] => USD [currency_value] => 1.00000000 [payment_method] => Credit Card [cc_type] =></td> </tr> <tr> <td align="right" class="smallText">Sub-Total:</td> <td align="right" class="smallText">$35.98</td> </tr> <tr> <td align="right" class="smallText">Table Rate (Best Way):</td> <td align="right" class="smallText">$5.50</td> </tr> <tr> <td align="right" class="smallText">Total:</td> <td align="right" class="smallText"><b>$41.48</b></td> </tr> </table></td> </tr> </table></td>
×
×
  • Create New...