Is it possible to refuse sales or service to a certain postal code or group of postal codes? Trying to keep our local competition from buying our graphics and templates.![]()
Is it possible to refuse sales or service to a certain postal code or group of postal codes? Trying to keep our local competition from buying our graphics and templates.![]()
Zen-Cart does not currently filter / restrict any profile readings from customers (except username / emails if they already exists in the database). However, this does sound interesting. If you're using the overrides, for create_account.php file, would it be possible to know which type of postal codes you'd like to restrict ?
- Zipcodes
- Postal codes
- both
?
Please advise.
Sorry Oracle, I haven't even got a clue how to begin.
This situation is just upsetting because our competition is winning bids with our graphics! Would like to keep them and others (Locally) from gaining access to our store.![]()
Just realized. Unfortunitely, it won't change anything if people were blocked by entering specific zip codes or postal codes, since they could simply enter any valid values and would still be able to checkout the orders. Meaning, nothing would actually prevent these users to pass through.
If you wish to restrict specific access, you should do so by .htaccess with IP address prefixes (or by domain name is also possible).
Instead of blocking sales- you need to protect your intellectual property. Your Terms of service should restrict the usage to the buyer and not be resold- You need a good lawyer not a programming change.
Does anybody really read the Terms of Service? I think people just click the agree to speed thru the checkout process.
A lawyer....I believe it would be cheaper to rewrite the program. Have you used one lately?![]()
Even if it's true, it's still considered a risk, for each buyers, for not readings the terms and agreement. However, by considering the .htaccess way - above, here's a little tip:I think people just click the agree to speed thru the checkout process.
- If your local competitors are using the net under constant IPs, (like: 123.321.xxx.xxx), you could easily push them away by adding their constant IPs through your .htaccess file. This way, at least, it would be the cheapest and good way protection, for you, in order NOT to have locals around your neck.
Althought, if your local spot does not really use constant IPs, (which I doubt), then there isn't much you could do rather than forcing your users to scroll down the license agreement window - before they could agree on it (doable by JS codings).
This way, this would push customers to read your license agreement text before officially proceed with the checkout process as they would be more conscent before considering to buy your products.![]()
Last edited by TheOracle; 29 Jul 2006 at 09:10 PM.
How can that be done?Originally Posted by TheOracle
Mind elaborating?
Also, is there no service which can actually map the zip code with the IP address and then let you you know if the zip entered is right or not? ...just a thought