admin customers php bug fix

admin customers.php bug fix

admin customers.php bug fix Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 453
  • Released: Jun 15, 2007

admin customers.php bug fix Description

The customers.php in the admin folder has a small bug for those who use ZIP 4 codes in the United States. ZIP 4 codes require a total length of 10 characters. Your customer can type in the full ZIP 4 code without any problem. However if you need to use the customer administration to modify a customer's information for some reason the ZIP 4 code will be truncated. The fix is simple. In the customers.php file found in the admin folder look for the line that reads as follows:

echo tep_draw_input_field('entry_postcode', $cInfo->entry_postcode, 'maxlength="8"') . ' ' . ENTRY_POST_CODE_ERROR;

In that line change the "8" to a "10" so the line will now read:

echo tep_draw_input_field('entry_postcode', $cInfo->entry_postcode, 'maxlength="10"') . ' ' . ENTRY_POST_CODE_ERROR;

Save the file and upload it and you are done. Your ZIP 4 codes will no longer be truncated when you need to edit customer information.

admin customers php bug fix Bookmark

Hyperlink code:
Hyperlink for Forum code:

admin customers.php bug fix Script Download Notice

Top 4 Download periodically updates information of admin customers.php bug fix script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. admin customers.php bug fix torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Customers By Date

Recently a client wanted to have the Admin>-Customers screen sorted in decending order by date created. This contribution explains the change to the catalog/admin/customers.php page that was required. ...

admin server info fix

... files server_info.php and php_info.php to your /admin/ directoryOpen admin/includes/application_top.phpUnder the section labeled:// define the filenames used in the projectAdd the following line:define('FILENAME_PHP_INFO','php_info.php');Open admin/includes/languages/english/server_info.php Add the following line:define('TITLE_PHP_INFORMATION', 'PHP Information'); ...

Admin Change Customer Passwords

This simple contribution creates a page in the admin area where you can select any customer and ... the 2 files in this package into your admin foldercatalog/admin/change_password.php (New file)catalog/admin/includes/boxes/customers.php (Existing file)Step 3: Go to Admin >- Customers >- Change Passwords ...

Admin Manipulation

... products or delete all orders or delete all customers and perform other db manipulation operations ALLfrom your stores admin area.these files are modified:-optimize_table.php-empty_db.phpnot to store your actual ... relate to the DB_DATABASE name stored in your admin/includes/configure.php ...

Show Customers per Products Ordered

This contribution allows admin to list the customers who did buy a certain product (eg product X) and view the customers who did not buy this X product.This is ... promote certain products to a group of users. Admin can see the number of orders for each ...