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

{** block-description:tmpl_payment_icons **}<br />
<div class="payment-icons"><br />
    <div class="payment-icon visa"></div><br />
    <div class="payment-icon mastercard"></div><br />
    <div class="payment-icon discover"></div><br />
    <div class="payment-icon amex"></div><br />
    <div class="payment-icon paypal"></div><br />
</div>
```<br />
 <br />
/skins/basic/customer/base.css<br />
```php
<br />
.payment-icon.visa {<br />
background-position: 0px 0px;<br />
}<br />
.payment-icon.mastercard {<br />
background-position: 0 -32px;<br />
}<br />
.payment-icon.discover {<br />
background-position: 0 -64px;<br />
}<br />
.payment-icon.amex {<br />
background-position: 0 -96px;<br />
}<br />
.payment-icon.paypal {<br />
background-position: 0 -128px;<br />
}<br />

```<p><a href="127.0.0.1/uploads/monthly_08_2012/post-8965-0-82804300-1344870409.ipb">payment-icon-set.zip</a></p><p><a href="127.0.0.1/uploads/monthly_08_2012/post-8965-0-51162200-1344870607.png">checkout-sprite-32px.png</a></p>

Thank you sir!

You sir are a hero!