Hey Will,
Correct, the customer would choose the bank, most likely from a drop down so..
The customer would have a choice of:
- Sofort (radio button)
- PayPal (radio button)
- Mistercash (radio button)
- iDeal (radio button with drop down)
--- bank 1 (choice from drop down after iDeal is selected)
--- bank 2 (choice from drop down after iDeal is selected)
--- bank 3 (choice from drop down after iDeal is selected)
--- etc.
All options are supplied from an api from the supplier of the payment system.
I was looking at the '_DisplayPaymentMethods.cshtml' to see if I can bring in all the payment functionality there to build the payment options and build the dropdown from there (don't know if this is a good thing to do) but ran into the problem of not being able to bring in the Payment settings..
Tried:
var settingVals = new DnnC.MolliePayment.MolliePaymentSettings();
var methodSettings = HccApp.CurrentStore.Settings.MethodSettingsGet(MolliePayment.Id());
settings.Merge(methodSettings);
but had a problem with HccApp not being recognized
Thanks for the advice so far,
Regards,
Geoff.