Hi Edwin, 27midwest1,
I'm also interested in this topic as I will face the same problem.
Edwin, do you mean that at components->virtuemart->store->list payment methods->paypal->configuration->payment extra info , adding something like below in the beginning?
if( MULTISITES_ID == "xxx" ) {
PAYPAL_EMAIL=
myemail@myemail.com;
;
;
}
However, every slavesite will share the same ps_paypal.cfg.php and same configuration. Unless we put all configuration into the above codes. Seems not a very good solution.
Is it possible we did similar hack like you did to virtuemart.cfg.php, so that every site can have different ps_paypal.cfg.php,...and other payment methods?
Many virtuemart users need this feature..
Many thanks.
Seth