Thursday, December 9, 2010

Extended_Ccsave Extension for Magento 1.4.2

It took a very long time, but here is an update to the Ccsave code.

This allows Magento to save the cid from an order, and later on purge cc info from the sales record (multiple orders supported). Unlike earlier ideas, the entire thing can go into the local code pool (app\code\local) as an extension. This should make maintenance and upgrades less of a nightmare. Although there may be problems with other extensions which also modify sales order functionality.

Its not completely tested (consider it beta quality), but it works well on my development machine. (Update: fixed a typo in one of the class names)

extended_ccsave_0_1_0.zip

Some things that are missing:
- integration into the access control lists
- more testing
- put the thing into MagentoConnect one of these days

No comments: