Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi all,

 

Posted this already as a standalone thread but it's better to post it here i think ;-)

 

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...