Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...