CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Credit card types not in template showing up
Pages: [1]

Author Topic: Credit card types not in template showing up  (Read 767 times)

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Credit card types not in template showing up
March 10, 2011, 03:11:16 pm
We've removed Amex and Discover from the credit card types, but they're showing up on the live site and not the dev site, even though the code is the same.

Not a programmer so I'm not sure exactly which template file it's in - there's one for our payment processor that has

       
Code: [Select]
  "CardType"=>$this->_getParam( 'credit_card_type' ) == 'Visa' ? 'VISA' : 'MC', // MC, VISA
Where could these errant credit cards be hiding? Is there a cache I need to flush?

cheers

sushant

  • I post frequently
  • ***
  • Posts: 126
  • Karma: 8
  • CiviCRM version: v3.2.x,v3.3.x v4.0.x, v4.x,trunk
  • CMS version: Drupal 6/7 ,joomla 1.5,1.6
  • MySQL version: 5.1.51
  • PHP version: 5.3.3
Re: Credit card types not in template showing up
March 10, 2011, 08:29:08 pm
Hi websynapse,
IMO you can disable credit card types .
Go to  Administer CiviCRM-> Accepted Credit Cards under  CiviContribute & disable it.

Hth
Sushant.
CiviCRM Priority Support
http://support.civigardens.com/
http://osseed.com

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Re: Credit card types not in template showing up
March 10, 2011, 08:32:31 pm
Awesome, thanks. Amazing how many nooks and crannies there are.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Credit card types not in template showing up

This forum was archived on 2017-11-26.