Dynatech Posted October 7, 2006 Posted October 7, 2006 Hi all, Yesterday i installed the contribution Purchase Without Account v1.25 and it seems to work okay (i did a few test-orders). Only one problem in the admin: when i go to the Orders screen only the orders which are made using PWA (so without making a account) should have the characters: !! in front of the customername, and the customers with account should not have these !! characters in front of their name. Now my problem: i get the !! characters in front of ALL the orders :-( The code which control the !! characters is in catalog/admin/orders.php: // PWA BOF if ($orders['customers_id']==0) $orders['customers_name'] = '<b>!!</b> ' . $orders['customers_name']; // PWA EOF Maybe someone can help me with this and see what goes wrong? Thanks for your help! Cheers, Eric :D :D :D Quote
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.