zookal / fix-form-key
Magento 1.8 module to fix the form key
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 7
Forks: 1
Open Issues: 0
Type:magento-module
Requires
This package is not auto-updated.
Last update: 2020-08-22 07:08:57 UTC
README
This module solves the issue where the form key will be cached in a block.
This modules creates a placeholder in the cached block and replaces later the placeholder with the correct form key. The same replacement as with the session ID.
The modifications have been done in Mage_Core_Block_Abstract
with its methods _loadCache()
and _saveCache()
. The placeholder is generated in _getFormKeyPlaceholder()
. Another solution is not possible.
Compatible only with Magento CE >= 1.8 and EE >= 1.13
Code quality of this core file:
Install
Please use modman or composer.org
License
OSL - Open Software Licence 3.0
Copyright
Copyright (c) Zookal Pty Ltd, Sydney Australia
Author
Cyrill Schumacher - My pgp public key
Made in Sydney, Australia :-)