According to this report: Southeast London is card fraud cesspool, with SE28 being the worst postcode area.
So I'm wondering, with all the orders that flood in each day, how we could check things like this? and I thought of this...
How about if we could place a plain text file in the site directory, where we could list exact and partial postcodes, like so-
Then make a modification to the actinic download procedure so that as it downloads the orders it scans the postcode, and if it matches then it simply highlights the order in the orders view in a certain colour? You could even have 2 colours - anything matching a full postcode in the list is marked Yellow, while anything matching a wildcard postcard is marked Orange or something.
We have a few customers that we don't want back, but would probably miss them amongst all the other orders if they did come back - but using this we can just put their postcode into the file and if they place an order it's imediately flagged. Ditto for anyone in the SE28 area!
It's a really simple idea - it doesn't need to actually DO anything with the order, or treat it differently - just highlight it, so when we look at the list we can see it requires manual investigation.
Any thoughts?
So I'm wondering, with all the orders that flood in each day, how we could check things like this? and I thought of this...
How about if we could place a plain text file in the site directory, where we could list exact and partial postcodes, like so-
SE28*
SE27 1*
SE12 34E
etc
SE27 1*
SE12 34E
etc
We have a few customers that we don't want back, but would probably miss them amongst all the other orders if they did come back - but using this we can just put their postcode into the file and if they place an order it's imediately flagged. Ditto for anyone in the SE28 area!
It's a really simple idea - it doesn't need to actually DO anything with the order, or treat it differently - just highlight it, so when we look at the list we can see it requires manual investigation.
Any thoughts?
Comment