Re: Super Orders 2.0

Originally Posted by
BlindSide
These bad dates are appareaing on the Order Details page, on the green payment lines, correct? Open admin/super_orders.php. Find this line...
Code:
<td class="paymentContent" align="center"><?php echo zen_datetime_short($so->payment[$a]['posted']); ?></td>
This line and the one directly below it use the zen_datetime_short() function. Remove that function from both lines, so it looks like this...
Code:
<td class="paymentContent" align="center"><?php echo $so->payment[$a]['posted']; ?></td>
<td class="paymentContent" align="center"><?php echo $so->payment[$a]['modified']; ?></td>
Upload the file, look at an order with the offending dates, and tell me what they read as. (
Dev note: The dates being displayed are now exactly what is being stored in the DB. By looking at these values we can tell if they are not being stored correctly, or if your shop's coding is at fault.)
by offending dates - you mean find an order that has 2 payments, one with correct data and one with $0.00. and the dates should NOT match?
This is my most current order. This is the second payment created (YES in green payments bar) it now shows all 0's
$0.00 0000-00-00 00:00:00 0000-00-00 00:00:00
Unfortunitly, the manager told them to remove the other payment data that was not valid- so that is now the only one that i have showing 2 payments.
i told them to leave them be for now, becuase i need to look at them. so when the next order comes in, ill post what it says.
if this is a coding problem within my site, how will i track it down, and is there someone here that i can hire to fix it?
thanks again for your time BS- im sorry to be a pain..
Last edited by wickedklown; 10 Oct 2006 at 07:14 PM.
Super Orders2
Info at a glance
export email address
encrypted master pass
quick updates
recover carts
order Tracking
Tabbed products lite - admin edition
Hosted with sashbox.net <- best host around...
Bookmarks