Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MITCH70

Members
  • Posts

    27
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MITCH70 reacted to raiwa in Display Tax Info V3.0   
    Uploaded Update for Phoenix flagged for Phoenix:
    Display Tax Info Phoenix
    Changelog Version 4.0
    - updated for Phoenix 1.0.3.x
    - moved currencies_mod class extension into siteWide hook. This allows to use it also for modularized shopping cart and other modularized pages with content module call in data section of the page.
  2. Thanks
    MITCH70 got a reaction from raiwa in [CONTRIBUTION] Sloppy Words Cleaner   
    @raiwa
     
    Changed in swc_hooks.php
     if (isset($postcode)) $postcode = $this->RemoveShouting($postcode);
    to
    if (isset($postcode)) $postcode = strtoupper($postcode);
    and works correctly now.
  3. Like
    MITCH70 got a reaction from raiwa in [CONTRIBUTION] Sloppy Words Cleaner   
    @raiwa
    Same line is also in automatic installation file st_swcleaner.php.  Changing  $password to $telephone solved it.
  4. Thanks
    MITCH70 reacted to raiwa in [CONTRIBUTION] Sloppy Words Cleaner   
    Yep, thet's accidentaly copied from create_account_php modifications. Use as reference:
    $telephone = false; } Just compare also with create_account.php-
    Anyway you should be able to use the automatic modifications executed on module installation.
     
    I'll fix it the next update, Thanks for the report.
×
×
  • Create New...