Credit-Card Icons

Hi All,



I'm working for a US company right now with developing a new website using 3.0.2.

If you are looking for the same payment icons utilized by CS-cart, these are attached, original credit goes to Smashing Magazine: 18 Credit Card, Debit Card and Payment Icons [Freebie] — Smashing Magazine



For your convenience:



If you use the following payment methods can copy/paste this code at your leisure: Visa, Mastercard, Discover, Amex, Paypal. There are additional images available within the payment-icon-set zip file.



Please upload the attached image to the following location first to the following directory:

/skins/basic/customer/images/icons/checkout-sprite-32px.png



/skins/basic/customer/blocks/static_templates/payment_icons.tpl

```php {** block-description:tmpl_payment_icons **}







```

/skins/basic/customer/base.css
```php
.payment-icon.visa {
background-position: 0px 0px;
}
.payment-icon.mastercard {
background-position: 0 -32px;
}
.payment-icon.discover {
background-position: 0 -64px;
}
.payment-icon.amex {
background-position: 0 -96px;
}
.payment-icon.paypal {
background-position: 0 -128px;
}
```

payment-icon-set.zip

checkout-sprite-32px.png

Thank you sir!

You sir are a hero!