I'd like to create a USPS shipping module for each USPS service (don't ask why...3rd party software restriction). I thought it was possible to copy the usps.php file to something like usps_priority.php and place it in the /includes/modules/shipping directory, but that doesn't seem to be working. I'm getting a few errors. One error is about not being able to redeclare the class, so I'm assuming I can rename it. The other is about missing english files, so I'm thinking I can copy those as well. Am I missing something? Is this possible?



