The difficult thing about cloning Table Rate table is that the buzz word is:
table
And table is part of the code but it also is a part of the naming for the database tables as well ...
Because of this, you will go along doing your replaces and replace too many things and break the heck out of the code ...
This should not have been touched
Originally this was:
and refers to the database table configuration ...
You need to watch that the replacement of
TABLE with
SOMETHINGELSE does not touch any references to the database table constants that are also in CAPS and start with
TABLE_ ... or you will be doomed ...
