Need to Hide Debit Option on Checkout
Our company, which uses Able Commerce internally for a company store, does not want the Debit Card option to appear on the checkout. This option appears In the "Payment Method" section. Debit is mentioned twice and we are trying to find a way to remove it.
1. In the List control it says "Credit/Debit Card"
2. In the Header, "Pay With a Credit or Debit Card"
Step2 is easy enough by rewording the text directly in the HTML, but we can't figure out how to remove the Debit Option from the list. The aspx file we are attempting do modify is the \\Checkout\PaymentForms\CreditCardPaymentForm.ascx".
We looked in the Admin site manager to see if their was some modification option, but could not find anything, so we figure this going to be a manual customization.
Need to Hide Debit Option on Checkout
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Need to Hide Debit Option on Checkout
You need to look in OnePageCheckout.ascx.cs I think.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Re: Need to Hide Debit Option on Checkout
Go to payment methods and drop related payment method if still something is available on checkout related to debit option then update HTML.