d***@blueyonder.co.uk
2006-12-15 12:40:58 UTC
Hi all,
Will soon start to implement payment plugins in WC 6.0 EE. Have a few questions, thought I'd post here 1st so I can pick up any tips...
1) This is an extended stores environment with each store making payments via a few psps to their own accounts
2) We wil have a fixed number of back end psps, I presume I should build a payment plugin for each psp
3) I've read the info centre about "Configuring the payment system for your store" this doesn't seem to go to an actual individual hosted store level, more of an instance level, I need extended store A to just use plugin X and extended store B to just use plugin Y. Is this possible?
4) Each store will need to pass config info to their respective plugin, the documentation discusses adding this to the plugin deployment descriptor, fine for the 'common' settings, but what about the store specific ones? Is there anywhere to hold these, or do I need my own tables / properties files etc?
Basically I know how i'd approach this using java classes, properties files and the good old DoPayment actions, but i'd like to use payment plugins ideally. However I don't want to waste loads of time to discover the setup I need using extended sites isn't catered for!
..any comments much appreciated
Will soon start to implement payment plugins in WC 6.0 EE. Have a few questions, thought I'd post here 1st so I can pick up any tips...
1) This is an extended stores environment with each store making payments via a few psps to their own accounts
2) We wil have a fixed number of back end psps, I presume I should build a payment plugin for each psp
3) I've read the info centre about "Configuring the payment system for your store" this doesn't seem to go to an actual individual hosted store level, more of an instance level, I need extended store A to just use plugin X and extended store B to just use plugin Y. Is this possible?
4) Each store will need to pass config info to their respective plugin, the documentation discusses adding this to the plugin deployment descriptor, fine for the 'common' settings, but what about the store specific ones? Is there anywhere to hold these, or do I need my own tables / properties files etc?
Basically I know how i'd approach this using java classes, properties files and the good old DoPayment actions, but i'd like to use payment plugins ideally. However I don't want to waste loads of time to discover the setup I need using extended sites isn't catered for!
..any comments much appreciated