There's a line 141 in includes/modules/shipping/worldpay.php
Code:
$string .= ' id="' . strtolower($key . '-paymentType"'). ' onclick="document.getElementById(\'pmt-worldpay\').checked=\'true\';"><label for="'.strtolower($key . '-paymentType').'" class="radioButtonLabel" onclick="document.getElementById(\'pmt-worldpay\').checked=\'true\';">' . $val . '</label></li>';
you would to have the images mapped to an array in PHP mapped to the credit card names and then put them between the </label></li>. I could do it, but it's a little beyond most people's PHP skills, the "issue" is that the array is dynamic as people can choose to remove carsd they don't accept through the admin interface.
Philip.
Bookmarks