Demo Store
You will need to add an item to the basket then go through the checkout to the payment page to see this in action
HOW IT WORKS
Checkout Payment Logos is a vqmod to show the payment icon instead of the payment type text when at the checkout. This vqmod also allows you to specify if you want text to be displayed with them as well. This works off the logos that come with payment types that you see in ADMIN > EXTENSIONS > PAYMENTS, so you don't need to do anything other than drop the xml file in your /vqmod/xml/ folder to get it running instantly
ADDING YOUR OWN LOGOS
To add a new image for the bank transfer mod for example, you will need to create the image, and save it to
/admin/view/image/payment/bank_transfer.png
Then, open up
/admin/language/your-language/payment/bank_transfer.php
and add a new line as follows to the file
$_['text_bank_transfer'] = '<img src="view/image/payment/bank_transfer.png" />';
Note that if your language file already has the text_payment_method_name you will need to amend it to include the image as well as whatever is there (or replace it)
Screenshots of how it looks can be found in the images above
Please see documentation tab if you have an admin folder that has been renamed or if you wish to show the payment name as well as the logo at checkout
Please note that this does not allow you to specify extra images that don't come as part of a payment mod by default. If it doesn't show in the admin area, it won't show in the checkout, and will instead show just the name. SEE ADDING YOUR OWN LOGOS section above
Login and write down your comment.
Login my OpenCart Account