Improve your site conversion by adding Trust Logos
It is very important to have trust logos on your website to help booster confidence in your store for your users. I mean they may have Liked you on Facebook, but do they really know you?
Add Credit Card Logos to Your Magento Store
You can add this to the footer of every page with 2 easy steps – no editing the code!
1. Upload this image to your server – to either the images dir or skin dir for your theme.
2. In the admin goto System->Configurations. Click on the on the Design Tab – > Footer. Place this code in the ‘Miscellaneous HTML’
<code>
<img title=”Accepting MC, VISA, AMEX, DISCOVER” src=”http://yourdomain.com/images/credit_card_logos_16.gif” alt=”Accepting MC, VISA, AMEX, Discover” width=”336″ height=”50″ />
</code>
Note: the src url is the location of your image, you should be able to get to this from your browser.
You could also be more aggressive by adding these logos to the PDP page:

Again, two easy steps, but this time you have to edit the code.
1. Upload this image to your server – to either the images dir or skin dir for your theme.
2. This is an example if you are using the Magento Mobile theme. The theme name/path should be the name/path to your theme.
Edit the file: app/design/frontend/default/modern/template/catalog/product.view.html
After the line xxx (in Enterprise 1.6), add:
<code>
<img title=”Accepting MC, VISA, AMEX, DISCOVER” src=”http://yourdomain.com/skin/frontend/default/modern/images/credit_card_logos_16.gif” alt=”Accepting MC, VISA, AMEX, Discover” width=”336″ height=”50″ />
</code>
Note: the src url is the location of your image, you should be able to get to this from your browser.
Better Business Bureau
Including this can also be helpful. Apply here
McAfee
If you have any conversion rate changes to share, let us know!




