Thursday, December 16, 2010

Update to Extended_Ccsave Extension for Magento 1.4.2

I updated a few things:
  1. integration into Permissions Roles
  2. control functionality through options in System Configuration
Its not completely tested (consider it beta quality), but it works well on a couple of Magento installations.

Source Code:

extended_ccsave_0_1_3.zip

Screenshots:

View of the orders grid with purge mass action


Purge button at the top of an order


Secure (SSL) view of payment information


Configuration Options:
  • Save / Don't save the card ID (if you just want to clean out Saved CC info and not save the card id)
  • Enable the Purge Saved CC button & mass action
  • Choose which Saved CC payment information you want to delete from an order


Permissions:
  • allow view of the card id
  • allow purge of Saved CC information


Known issues:
  • after copy to app/code/local, if you visit some portion of MagentoConnect, the configuration files get clobbered
  • there's some issue with the data helper object, but it doesn't cause any errors
In the pipeline:
  • more testing
  • use MagentoConnect to package extension

3 comments:

Unknown said...

thank you so much for doing this I love the extention. It works great on 1.4.1.1 btw

Anonymous said...

I tested this on Magento 1.4.2 and on 1.5 -- it works on the front end (i.e. there is a field for CSV) but the CSV does not appear on the Order page in admin.

Let me know if you have any hints on how to fix this!

Anonymous said...

I was able to get this to work for both 1.4.2 and 1.5 -- I ignored your clear instructions that the module needs to be configured ;)

Thanks for the great work!