jamescorp Posted October 13, 2005 Posted October 13, 2005 We are currently trying to add credit card icons to the Payment option - says-credit secure credit card transaction -eway payment...can we add what credit cards are accepted? and we also need to add the icons of visa and mastercard. Those are the cards we accept. People do not know as yet what cards we accept. Can these icons be inserted into the payment options page? Help? James Quote
seank123 Posted October 14, 2005 Posted October 14, 2005 In the language file for the module - for example catalog/includes/languages/english/modules/payment/cc.php there is a line that defines the text that is displayed during checkout: define('MODULE_PAYMENT_CC_TEXT_TITLE', ' payment type text goes in here '); You can add HTML so you can call an image - for example: define('MODULE_PAYMENT_CC_TEXT_TITLE', '<hr><img src="/catalog/images/cards.jpg"><br>Credit/Debit Card'); would show the image you specify, then the text Credit/Debit Card under it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.