Community Add-Ons
Paypal IPN Icon at checkout
for osCommerce Online Merchant v2.2
This will add the Paypal icon on checkout_payment, just like the credit card modules show Visa/Mastercard/Disc.
I think it makes it much better for customers to 'see' and choose desired payment method.
Very simple. Only 1 file to modify.
Legend:
Download
Report
find 'module' => $this->title and right after it add:
. ' ' . tep_image(DIR_WS_ICONS . 'paypal.gif')
put the image in the icons folder. This also works on any other payment method
