Community Add-Ons
PayPal Verified Seal with Credit Card images
for osCommerce Online Merchant v2.2
This very simple mod will display your PayPal Verified Seal and five credit card images - VISA, Master Card, Discover Card, American Express, and e-check - in the Footer area of each page generated by OsCommerce!
Instructions and credit card images are included in the download.
I found that after installing this program I began getting the following message on each page.
“This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?”
To correct that find the following line in your catalog/includes/boxes paypal.php file.
<img src="http://www.paypal.com/en_US/i/icon/verification_seal.gif" border="0" alt="Official PayPal Seal">
and change it to”
<img src="https://www.paypal.com/en_US/i/icon/verification_seal.gif" border="0" alt="Official PayPal Seal">
No more nasty little security check messages.
