Sloppy Words Cleaner
Version 3.0
by @raiwa
based on: https://apps.oscommerce.com/n39gv&sloppy-words-cleaner
all credits for v.1.0 to v.1.4 Sloppy Words Cleaner by KJ Miller (top_speed) www.gokartRus.com
Support: [CONTRIBUTION] Sloppy Words Cleaner https://forums.oscommerce.com/topic/283278-contribution-sloppy-words-cleaner/
How it works:
Often we found customer accounts with that kind of ortography:
josé mª MACDONALD
CHEMIN DE L'ÉCLUSE, 87
Heidenheim An Der Brenz, bl7 9DT
[email protected]
This example will be filtered to:
José Mª MacDonald
Chemin de l'Écluse, 87
Heidenheim an der Brenz, BL7 9DT
[email protected]
It can be added to all relevant account pages with customer input.
Compatibility:
OsC 2.3.4 Bootstrap Community Editions GOLD and EDGE at least up to 2017/05/14
OsC 2.3. to 2.3.4 Standard - ISO and UTF-8 encodings supported
PHP: 5.3, 5.4, 5.5, 5.6, 7.0
Filenames, Database Table Names and paths hardcoded. Superglobal variables used.
Changes versus previous versions:
- complete recoded and packed in a store module and hook
- easiest install, just copy files and install store module
- no manual edits at all
- unicode/utf-8 support added to all preg_replace_callback functions (/u modifier)
- all functions rewritten to class functions and joined into on e function with variable passed for different subjects
- auto add hook register and calls to all files
- auto check for hook support and auto install if needed
- auto update from previous versions
- all configuration entries and exeption arrays are included in the store module and can be modified in your admin area.
- support for PWA Checkout add-on and other additional input fields included
Full Package