Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'hooks'.

  • 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 3 results

  1. This uses the hooks system and tabbed display of admin / orders implemented by the Paypal App. It adds a tab to admin / orders which lists all orders from the customer of the current order. The current order is highlighted. Clicking on one of the other orders will load it instead. Works for all orders, not just those paid by Paypal. COMPATIBILITY Compatible with the tabbed admin orders page of the Paypal App in any version of osCommerce (2.2RC2, 2.3.x). FILENAMES DEPRECATED - if your admin / orders page is not called orders.php you'll have to change the hard-coded name in the module. Not compatible with BS EDGE Hooks of 2016-10-03 (which don't cover admin). Uses tradition language defines, not Paypal App-style. INSTALLATION Just copy the 3 files to your store. No code changes and no admin install - it just works. DOWNLOAD from the addons area http://addons.oscommerce.com/info/9511 GITHUB also available in a branch on its own in a fork of gburton/Responsive-osCommerce at: https://github.com/BrockleyJohn/Responsive-osCommerce/tree/addon_customer_orders_tab
  2. Support Thread for "Index Nested - Product Listing" for osCommerce 2.3.4 (bootstrap) Report problems here. Feedback and comments appreciated. Download link: http://addons.oscommerce.com/info/9514 Easy module install. (minor core change required using hooks) This module applies to categories containing sub-categories (i.e. index -> nested), where currently only the sub-Category Listing and New Products module appear. Use this module when you would also like to list all-at-once the products within the sub-categories of the current category, therefore becoming a nested product listing (default behaviour is that no product listing appears in nested categories). Demo (scroll down to see nested product listing): http://www.auzcommerce.com.au/osc234bs_test/index.php?cPath=3 cheers
  3. 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...