How do I prevent the OSEL screen from using the PayPal logo for alternate payment methods?
The EmporiumPlus module has the ability to have a logo, except it doesn't display until the OPAY screen. In the mean time, this is a confusing option.
Code:
<label for="l-Phone Order"><input type="radio" name="PaymentMethod" value="phonein:phonein" id="l-Phone Order" /><img src="../images/icons/logo_paypal.png" alt="Phone Order" title="Phone Order" /></label>
Comment