There's no but in mechanism to do this but you could hack something together using css.
For example.. look at the page source and find the class that is on the table cell containing the manual payment option. Then add a text module to the checkout page and set it to only be visible to the dealer role. Then put a style tag into the html module containing something like manualpaymentclass{display:inline-block}
The put another class into the page header itself through the page settings along the lines of manualpaymentclass{display:none}
The page style hides the option for everyone and the other style then exposes it to the dealer role,.
Regards
Rob
For example.. look at the page source and find the class that is on the table cell containing the manual payment option. Then add a text module to the checkout page and set it to only be visible to the dealer role. Then put a style tag into the html module containing something like manualpaymentclass{display:inline-block}
The put another class into the page header itself through the page settings along the lines of manualpaymentclass{display:none}
The page style hides the option for everyone and the other style then exposes it to the dealer role,.
Regards
Rob