This is a discussion on Change Credit Card Expires from drop down box to text box within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Dear Friends I had a problem - People who use "Internet Explorer 7" culdn't change "Credit Card Expiry Date" at ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I had a problem - People who use "Internet Explorer 7" culdn't change "Credit Card Expiry Date" at my website .I changed the "drop down box" to "text box". Credit Card Expires will be text box ---------------------------------------------------- ----------- How to do it ------------------ --------------------------------------- go to /includes/modules/payment/cc.php find: 'field' => tep_draw_pull_down_menu('cc_expires_month', $expires_month) . ' ' . tep_draw_pull_down_menu('cc_expires_year', $expires_year)))); Change to: 'field' => tep_draw_input_field('cc_expires_month','','class= "inputBox" size="2" maxlength="2" ') . ' /' . tep_draw_input_field('cc_expires_year','','class=" inputBox" size="2" maxlength="2" ')))); -------------------------------------------- ------------ End ------------------------- ------------------------------------------- (The zip file is the same instructions) More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Credit Card with CVV2 | michael_s | New osCommerce Contributions | 1 | 07-02-2008 03:11 PM |
| Credit Card with CVV2 | michael_s | New osCommerce Contributions | 0 | 08-14-2007 09:21 AM |
| Credit Card with CVV2 | michael_s | New osCommerce Contributions | 0 | 05-03-2007 01:10 AM |
| Some credit card orders are not going through | mrocket | osCommerce 2.2 Discussion | 1 | 04-02-2006 10:52 AM |
| 8 digits credit card | altenter | osCMax v1.7 Discussion | 9 | 08-20-2004 07:07 AM |