Post by grgolf » Sat Jun 12, 2010 11:54 pm

I searched and couldn't fine an answer. I only sell in the US and wanted to the remove card issue number field from the check out page. If I remove the line for the card issue number in my language file will it mess up the check out process. Is there a better way of removing that line in the checkout page.

Thanks,
Geoff

New member

Posts

Joined
Tue Feb 02, 2010 3:31 am

Post by grgolf » Sun Jun 13, 2010 3:25 am

I would like to remove the "card issue number" line at the checkout page.

New member

Posts

Joined
Tue Feb 02, 2010 3:31 am

Post by Qphoria » Sun Jun 13, 2010 5:58 am

for which payment?

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by SXGuy » Sun Jun 13, 2010 8:08 am

Im guessing all debit cards, as they tend to be the only ones that have issue numbers (in the uk anyway)

EDIT: oh i see what you mean, which payment processer

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by grgolf » Sun Jun 13, 2010 12:52 pm

I'm using paypal pro

New member

Posts

Joined
Tue Feb 02, 2010 3:31 am

Post by whizpup » Thu Jan 30, 2014 11:18 pm

While this reply is rather late..it is still an issue that has not fully been answered that I could find. Here is what works perfectly for me:

I am hiding BOTH Credit Card issue Date AND Maestro / Solo card issue number fields from Checkout. Edit the pp_pro.tpl file in: /catalog/view/theme/default/template/payment/

FIND AND EDIT FROM:
<tr>
<td><?php echo $entry_cc_start_date; ?></td>
TO:
<tr style="display: none;">
<td><?php echo $entry_cc_start_date; ?></td>

To ditch START DATE, and edit...

AND FROM:
<tr>
<td><?php echo $entry_cc_issue; ?></td>
TO:
<tr style="display: none;">
<td><?php echo $entry_cc_issue; ?></td>

to ditch Maestro /Solo issue Nonsense.

It actually leaves the code intact and functional but simply blocks it from being displayed..therefore easily revertible if ever wanting to.

Newbie

Posts

Joined
Thu Jan 30, 2014 1:07 pm

Post by nickjulia » Tue Jul 15, 2014 2:01 am

whizpup wrote:While this reply is rather late..it is still an issue that has not fully been answered that I could find. Here is what works perfectly for me:

I am hiding BOTH Credit Card issue Date AND Maestro / Solo card issue number fields from Checkout. Edit the pp_pro.tpl file in: /catalog/view/theme/default/template/payment/

FIND AND EDIT FROM:
<tr>
<td><?php echo $entry_cc_start_date; ?></td>
TO:
<tr style="display: none;">
<td><?php echo $entry_cc_start_date; ?></td>

To ditch START DATE, and edit...

AND FROM:
<tr>
<td><?php echo $entry_cc_issue; ?></td>
TO:
<tr style="display: none;">
<td><?php echo $entry_cc_issue; ?></td>

to ditch Maestro /Solo issue Nonsense.

It actually leaves the code intact and functional but simply blocks it from being displayed..therefore easily revertible if ever wanting to.
This worked great. Thanks for your help (I know I wasn't the original poster but this worked for me.).

Thanks

----------------------------------------------------------------------------------------
eCommerce Development - eCommerce Web Design - Phoenix Web Design


Newbie

Posts

Joined
Thu Nov 25, 2010 8:26 am
Who is online

Users browsing this forum: No registered users and 9 guests