Cloning the Checks/Money Order module means to take the original 2 files:
/includes/modules/payment/moneyorder.php
/includes/languages/english/modules/payment/moneyorder.php
and copying to:
/includes/modules/payment/moneyorder2.php
/includes/languages/english/modules/payment/moneyorder2.php
then edit the files are replace, case sensative, all of the variables and constants from:
MONEYORDER
to read:
MONEYORDER2
and the:
moneyorder
to read:
moneyorder2
the next set would be done in a similar manner:
Cloning the Checks/Money Order module means to take the original 2 files:
/includes/modules/payment/moneyorder.php
/includes/languages/english/modules/payment/moneyorder.php
and copying to:
/includes/modules/payment/moneyorder3.php
/includes/languages/english/modules/payment/moneyorder3.php
then edit the files are replace, case sensative, all of the variables and constants from:
MONEYORDER
to read:
MONEYORDER3
and the:
moneyorder
to read:
moneyorder3