How Can I Restrict certain States from purchasing. I have an "adult" oscommerce store, and there are certain states and zipcodes that do not allow adult materials. I would like to integrate this into my cart. please help me. thanks in advance
This is a discussion on How Can I Restrict certain States from purchasing within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How Can I Restrict certain States from purchasing. I have an "adult" oscommerce store, and there are certain states and ...
How Can I Restrict certain States from purchasing. I have an "adult" oscommerce store, and there are certain states and zipcodes that do not allow adult materials. I would like to integrate this into my cart. please help me. thanks in advance
add a condition under catalog/includes/classes/order.php to check for the state or zip code, i would have an array of states and zip codes or could be in a table by themselves, and before checkout on confirmation make sure the order passes your condition![]()
Bookmarks