Need to Hide Debit Option on Checkout

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
Mike@MK
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Mon Dec 03, 2007 12:07 pm

Need to Hide Debit Option on Checkout

Post by Mike@MK » Wed Sep 09, 2009 1:03 pm

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.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Need to Hide Debit Option on Checkout

Post by Logan Rhodehamel » Fri Sep 11, 2009 8:43 am

You need to look in OnePageCheckout.ascx.cs I think.
Cheers,
Logan
Image.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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Need to Hide Debit Option on Checkout

Post by mazhar » Thu Sep 24, 2009 8:00 am

Go to payment methods and drop related payment method if still something is available on checkout related to debit option then update HTML.

Post Reply