Zen Cart Logo
Forums / Addon Payment Modules / Five moneyorder modules

Five moneyorder modules

Views: 642

Results 1 to 4 of 4
14 Jun 2011, 2:08 PM
#1
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Five moneyorder modules

Hi ZC users, can somebody please tell my hay to put five moneyorder modules in shop?

I have one moneyorder which is by default in ZC when installed.

I want to have five such modules end every modules to bi limit on certain country (Payment Zone). Hay to do thet?? :blush:

14 Jun 2011, 8:34 PM
#2
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Re: Five moneyorder modules

??? :blush:

16 Jun 2011, 1:07 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Five moneyorder modules

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

16 Jun 2011, 2:01 PM
#4
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Re: Five moneyorder modules

Thanks, it work :-))))))))