♥raiwa 1,472 Posted June 27, 2017 (edited) Lets try again: Sloppy Words Cleaner 3.0 BS.zip This one seems to be ok only for older EDGE versions using $HTTP_POST_VARS Edited June 27, 2017 by raiwa 1 PiLLaO reacted to this About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 27, 2017 Just found a bug for the installation if it's the newest 2.3.4 EDGE version with $_POST. Please use this one if your EDGE is new and uses superglobals: Sloppy Words Cleaner 3.0 BS_$_POST.zip About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
PiLLaO 35 Posted June 27, 2017 The first version, I need to install 2 times to install it. The language for title in box modules are missing When install, shows this error Quote There was an error encountered when trying to add the sloppy words cleaner hook code to the file: "account_pwa.php". Please check the file and recover the backup file: "/swcleaner_backups/account_pwa.php.bak" to apply the required modifications manually. Now, I upload the new version Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 27, 2017 @PiLLaO, Gustavo, do you have the file "account_pwa.php" in your store? About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
PiLLaO 35 Posted June 27, 2017 After uninstall the first version to install the new version, I have this errors: Quote There was an error encountered when trying to add the sloppy words cleaner hook code to the file: "create_account.php". Please check the file and recover the backup file: "/swcleaner_backups/create_account.php.bak" to apply the required modifications manually. Sloppy words cleaner hook codes have been successfully added to the file: "account_pwa.php" There was an error encountered when trying to add the sloppy words cleaner hook code to the file: "account_edit.php". Please check the file and recover the backup file: "/swcleaner_backups/account_edit.php.bak" to apply the required modifications manually. There was an error encountered when trying to add the sloppy words cleaner hook code to the file: "address_book_process.php". Please check the file and recover the backup file: "/swcleaner_backups/address_book_process.php.bak" to apply the required modifications manually. There was an error encountered when trying to add the sloppy words cleaner hook code to the file: "checkout_shipping_address.php". Please check the file and recover the backup file: "/swcleaner_backups/checkout_shipping_address.php.bak" to apply the required modifications manually. There was an error encountered when trying to add the sloppy words cleaner hook code to the file: "checkout_payment_address.php". Please check the file and recover the backup file: "/swcleaner_backups/checkout_payment_address.php.bak" to apply the required modifications manually. And if I look the files, it contains // SWC Sloppy Words Cleaner $OSCOM_Hooks->register('swc'); Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 27, 2017 Gustavo you should first recover unmodified files. if you have the older sloppy words cleaner modifications in place remove them Use the correct version for your store and try again with new unmodified files. 1 PiLLaO reacted to this About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
PiLLaO 35 Posted June 27, 2017 I only using the version that you upload today. I must to recover the files on backup files directory and reinstall Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 27, 2017 I uploaded 2 versions, the first one for older stores using $HTTP_POST_VARS and a second one for newer stores using $_POST. I'm working on a universal version which will do it for both. Please use the correct one for now. About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
PiLLaO 35 Posted June 27, 2017 Ok, I think I must to use the $HTTP_POST_VARS because I dont update this commit to my web. I hope that $_POST that will be changed don't make issues Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 27, 2017 @PiLLaO, Gustavo here is the promised universal version which should do it for both: Sloppy Words Cleaner 3.0 BS - universal.zip 1 PiLLaO reacted to this About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
PiLLaO 35 Posted June 27, 2017 Now install sucessfully :) I feedback when I have data :) 1 raiwa reacted to this Share this post Link to post Share on other sites
♥Gyakutsuki 161 Posted June 27, 2017 Do you know this ? https://github.com/cocur/slugify it's not the same result ? (not sur tell me) Regards ----------------------------------------- Loïc Contact me by skype for business Contact me @gyakutsuki for an answer on the forum Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 28, 2017 Hello Loic @Gyakutsuki, Not the same , that one removes special characters from a string. Sloppy words cleaner normalizes/filters customer input in oscommerce account fields. About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
♥Gyakutsuki 161 Posted June 28, 2017 46 minutes ago, raiwa said: ppy words cleaner normalizes/filters customer input in oscommerce account fiel ok :) Regards ----------------------------------------- Loïc Contact me by skype for business Contact me @gyakutsuki for an answer on the forum Share this post Link to post Share on other sites
♥raiwa 1,472 Posted July 8, 2017 New version Sloppy Words Cleaner reloaded 3.0 uploaded: Sloppy Words Cleaner reloaded I did this as an exercice for future OsC 2.4 Apps and included auto installation and update scripts in the store module. So update from previous versions, hook support for older 2.3.4 EDGE and 2.3x Standard versions and core file changes (hook register and hook call) are automatically executed when installing the store module. Like this installation consists in copying new files and installing the module, that's all. If the auto install fails, which may only happen for older, heavy modified stores, optional manual instructions are also included. 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 Hope you like it. Any reports - suggestions very welcome. Rainer 2 PiLLaO and valquiria23 reacted to this About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
Artisanf 1 Posted July 16, 2017 Hi Rainer, I installed this module on the latest Installed Version: osCommerce Online Merchant v2.3.4 Hook support found, Great!" Sloppy words cleaner hook codes have been successfully added to the file: "create_account.php" Sloppy words cleaner hook codes have been successfully added to the file: "account_edit.php" Sloppy words cleaner hook codes have been successfully added to the file: "address_book_process.php" Sloppy words cleaner hook codes have been successfully added to the file: "checkout_shipping_address.php" Sloppy words cleaner hook codes have been successfully added to the file: "checkout_payment_address.php" Sloppy words cleaner hook codes have been successfully added to the file: "ext/modules/payment/paypal/express.php" Sloppy words cleaner hook codes have been successfully added to the file: "ext/modules/payment/paypal/express_payflow.php" When enabled I get the following result: Fatal error: Call to undefined function mb_convert_case() in /home/artisanw/public_html/includes/hooks/shop/swc/swc_hooks.php on line 75 Your help in resolving the issue will be greatly appreciated Regards Tom Share this post Link to post Share on other sites
♥raiwa 1,472 Posted July 16, 2017 (edited) Hello Tom @Artisanf, If you are under local test environment under windows, check your php.ini that this line is uncommented: extension=php_mbstring.dll Otherwise, if you are running this on a hosted server and you have no access to php settings, check this with your hosting service. rgds Rainer Edited July 16, 2017 by raiwa About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
Artisanf 1 Posted July 17, 2017 Hi Rainer, Thanks for your swift response. My hosting company have replied and stated that: mbstring is not commented out on my server. I assume this is correct and it still does not work. Does it need to be commented out? Thanks Tom Share this post Link to post Share on other sites
♥raiwa 1,472 Posted July 17, 2017 Hello @Artisanf, No it musn't be commented out. The mb string library must be loaded. Please double check this with your hosting and tell them the error message you get. It is the only explanation. The mb convert string library is part of php 4,5 and 7. I never got any problem reported with this. rgds Rainer About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
Artisanf 1 Posted July 18, 2017 Hi Rainer, The hosting company now seem to have got their act together and it is now working perfectly. Thanks for a great contibution. & Thanks for all your help Regards Tom 1 raiwa reacted to this Share this post Link to post Share on other sites
♥raiwa 1,472 Posted June 14, 2018 Uploaded update: Sloppy Words Cleaner 3.1 Compatibility: OsC 2.3.4.1. CE Frozen, OsC 2.3.4.(1.) Bootstrap Community Editions GOLD and EDGE OsC 2.3. to 2.3.4 Standard - ISO and UTF-8 encodings supported PHP: 5.3 - 7.2 ================================================================ Changes versus Sloppy Words Cleaner 3.0 - fixed code for PayPal express and espress payflow - tested with 2.3.4.1 CE Frozen and PHP 7.2 1 valquiria23 reacted to this About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
Pinball 0 Posted October 10, 2019 Interesting contribution I do get a number of people who have trouble... however we need a modification where any accents in a name or address must be removed otherwise our shipping service gets annoyed. FedEx, UPS, and Canada Post (!) do not like accents in names or addresses. Is there any way to strip them out using your contribution? Thank you! Share this post Link to post Share on other sites
♥raiwa 1,472 Posted October 11, 2019 16 hours ago, Pinball said: Interesting contribution I do get a number of people who have trouble... however we need a modification where any accents in a name or address must be removed otherwise our shipping service gets annoyed. FedEx, UPS, and Canada Post (!) do not like accents in names or addresses. Is there any way to strip them out using your contribution? Thank you! Hello John, It should not be difficult to add this conversion. You could use "iconv" for this purpose. Have a look here: https://stackoverflow.com/questions/6206132/how-to-convert-special-chars-to-standard-chars But thinking about, if you use scripts in admin to create the shipping labels, it might be better to use it there only in the shippinglabels/shipping information and leave the Customer data in the database with accents. About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
♥raiwa 1,472 Posted October 13, 2019 Uploaded update for Phoenix: Sloppy Words Cleaner 3.2 Compatibility: OSCOM Phoenix CE 1.0.2.x PHP: 7.0-7.3 Changes versus Sloppy Words Cleaner 3.1 - Removed legacy code for older OsCommerce versions - Added option to convert all special characters to standard ASCII 2 peterpil19 and valquiria23 reacted to this About Me: http://forums.oscommerce.com/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites