Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is there a way to block customers?


jennymac

Recommended Posts

Posted

I've have 99.9% wonderful customers, but there are a couple problem children I'd like to block from buying. Is this possible? Thanks, Jennifer

Posted

does their ip change every time they contact you?

if not, you can do an ip block.. but if they're on dialup (or even some dsl providers), they can reboot their computer to get a new ip / ip range.

 

ip block in htacces is something like

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 127.0.0.1

just replace 127.0.0.1 with their ip

Posted

You could also just change their password, thus disabling their accounts. I wouldn't delete the account as they could just recreate it.

Posted

How do you dlete their password? I thought there was no way to access passwords? Can't they request their password to be sent to their email? Thanks, Jennifer

Posted

anytime i've removed accounts to problematic users, they just create new ones. if they're truly childish you will have to step up your banning method to cutting off their access to your website.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...