|
|||||||
| Zen Cart Release Announcements Watch this forum for new releases and other important announcements. Click here to subscribe to these announcements. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Sensei
Join Date: Jan 2004
Location: Ontario, Canada
Posts: 44,116
|
Authorize.net is making changes effective October 1, 2008 which affect the size of Transaction ID values returned when payments are processed.
Quote:
From our testing on MySQL 4.1 and 5.0, Zen Cart v1.3.8a users will not witness any obvious ill effects as a result of change to longer Transaction IDs. It is true that the data stored in the "authorizenet" table, which archives details of historical transactions, will not properly accommodate the longer lengths; however, it seems that the only side-effect is that the number gets stored literally as 2147483647. While that makes that particular value meaningless if it's supposed to be a higher value, at least it will not cause interruptions in customer shopping experiences. Additionally, since the Transaction ID value is stored elsewhere as a text-only comment in a text field, the Comments/Order-History area where the store administrator would actually see the Transaction ID for purposes of refunds etc will not be adversely affected. For those who desire it, the quick solution to allow the full transaction_id to be stored in the authorizenet table is to simply run this SQL command on their database, either via the Install SQL Patch tool in their Zen Cart admin, or with phpMyAdmin (assuming you add any appropriate table-prefix if you choose to use phpMyAdmin): Code:
ALTER TABLE authorizenet CHANGE COLUMN transaction_id transaction_id varchar(20) NOT NULL default ''; Additional discussion is found here: http://www.zen-cart.com/forum/showthread.php?t=104208
__________________
Zen Cart - putting the dream of business ownership within reach of anyone! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Products For October | kitcorsa | Templates, Stylesheets, Page Layout | 2 | 26th October 2007 09:34 AM |
| New Products for October | NateL | Templates, Stylesheets, Page Layout | 1 | 3rd October 2007 11:17 PM |