Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Remove CC option from checkout step 2

Remove CC option from checkout step 2

Locked

Views: 1,754

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
31 Jan 2008, 10:49 PM
#1
blob avatar

blob

New Zenner

Join Date:
Jan 2004
Posts:
36
Plugin Contributions:
1

Remove CC option from checkout step 2

Hi

Can you tell me how to remove the CC option from checkout 'payment method step 2 please'? I'd rather just have the Paypal option available as the site will not be using SSL at this point.

Is it a case of commenting out code? If so which file needs to be edited?

Thanks.

1 Feb 2008, 12:14 PM
#2
dashriprock avatar

dashriprock

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

Re: Remove CC option from checkout step 2

Go into admin, modules, payment and see if there's anything in there you might wanna play around with.

3 Feb 2008, 4:14 PM
#3
fuzzybunny avatar

fuzzybunny

New Zenner

Join Date:
Sep 2007
Location:
Melbourne Australia
Posts:
60
Plugin Contributions:
0

Re: Remove CC option from checkout step 2

blob,
great nic!! ;-)

go to ../templates/tpl_checkout_payment_default.php

remove at around line 200:

<fieldset> <legend><?php echo TABLE_HEADING_COMMENTS; ?></legend> <?php echo zen_draw_textarea_field('comments', '45', '3'); ?> </fieldset>

works fine without the extra comments field - doesn't really seem to serve any purpose that I can tell.

3 Feb 2008, 4:16 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Remove CC option from checkout step 2

To remove the Credit Cards cc as a Payment method ... go to the Modules ... Payments ... and click on Credit Cards cc and click REMOVE so that it is not available as an Option for Payment ...