DorianJ Posted January 23, 2007 Posted January 23, 2007 The Purchase Without Account contribution (http://www.oscommerce.com/community/contributions,355) is supposed to flag orders in which the customer did NOT create an account by prepending it with double exclamation points !! in the Admin UI. Instead, it is flagging EVERY order with the double exclamation points because of this line of code found in admin/orders.php... // PWA BOF if ($orders['customers_id']==0) $orders['customers_name'] = '<b>!!</b> ' . $orders['customers_name']; // PWA EOF Unless I'm completely missing something, I'd say this contribution has a bug. I've installed it twice with the same results. Quote -Dorian
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.