Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'header tags'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 1 result

  1. Hello folks, I'm thinking about an update for the Sloppy Words Cleaner Just for those who do not know it: What does this contrib do? Like the title says... cleans up the sloppy inputted words by customers on their registration, edit account etc. I also added a all lowercase for the email strings. explain sloppy input? OK, new customer creates a new account as: JOHN DoEskY 123 noWHERe ave. canton, NY 12345 email: [email protected] this will be cleaned (and stored in your db) and displayed on all invoices/screen info-text as: John Doesky 123 Nowhere Ave. Canton, NY 12345 email: [email protected] I also added exception words (you can add or remove these exception words to your liking!) i.e. "PO" for PO Box 1234 (allowing a capital "O" after the capital "P") "IV" for John Doe IV (instead of John Doe Iv) "RR 2" for Rural Route 2 (instead of Rr 2) Also includes exception arrays for Names like: "Mc" and "Mac", "De la Rosa" etc.: JOHN MACDONALD will get John MacDonald I plan to modularize it for 2.3.4 BS community version and avoid core file changes as much as possible. Now my doubt is to realize this with a header tag ot hook: Hook: + fits in just in the right place on each page to filter the data before saved in the database + no extra database queries - core file changes (hook call) on each page where it should be applied (create_account.php, account_edit.php, checkout_shipping_address.php, checkout_payment_address.php) - additional configuration entries, install function in hook, but uninstall not so smooth (remove hook then set uninstall to "true" etc.) Header Tag: + no core file changes, upload header tag, install, serves for all pages via selectable page list + all configuration entries, custom exception lists etc integrated in header tag module - header tag is called in template_top when data is already written to database -> needs to be used in the next page (create_account_success.php for create_account.php) and read all data again out of database -> apply filter function -> write back into database. Ergo additional queries-> slows down the process. Header tag with javascript filter on the fly? not so happy with it Any opinion or coment very welcome rgds Rainer
×
×
  • Create New...