Results 1 to 2 of 2

Soap Postcoder UK

This is a discussion on Soap Postcoder UK within the osCmax Projects Discussion forums, part of the osCmax v2.0 Forums category; A new project_project entry has been added: [drupal=163]Soap Postcoder UK[/drupal] Soap Postcoder UK ONLY Postcode address finder displays Iframe within ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    50
    Rep Power
    9


    Default Soap Postcoder UK

    A new project_project entry has been added:

    [drupal=163]Soap Postcoder UK[/drupal]

    Soap Postcoder UK ONLY Postcode address finder displays Iframe within create_account and files in create account in admin also able to switch on and off from admin under account configuration enabled this

  2. #2
    Member mfleeson's Avatar
    Join Date
    Aug 2004
    Location
    Lindisfarne, UK
    Posts
    40
    Rep Power
    0


    Exclamation Re: Soap Postcoder UK

    Warning... This package does not work out of the box. Its a very weird hybrid of oscommerce 2.2 and oscmax. Some files of each.
    I am still debugging but here's what I've found so far.

    The .sql file needs changing as its in oscommerce format instead of oscmax configuration table. The sql should read.
    INSERT INTO `configuration` VALUES (40, 'Display Postcoder Search','true', 'DISPLAY_POSTCODER_SEARCH', 'Enable or disable Postcoder Search option for account creation', 0, 2, '2006-12-19 22:16:37', '2006-12-19 22:17:22', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');

    INSERT INTO `configuration` VALUES (40, 'Postcoder user name', '', 'POSTCODER_USER_NAME', 'Enter User name for Postcoder search', 0, 3, '2006-12-19 22:19:17', '2006-12-19 22:20:22', NULL, NULL);

    INSERT INTO `configuration` VALUES (40, 'Postcoder Password','', 'POSTCODER_PASSWORD', 'Enter Password for Postcoder search', 0, 4, '2006-12-19 22:20:55', '2006-12-19 22:21:22', NULL, NULL);

    INSERT INTO `configuration` VALUES (40, 'Use WSDL Cache for Postcoder Search', 'false','POSTCODER_USE_WSDL_CACHE', 'Setting true may improve the overall speed of the service by creating a cached version of the WSDL document on your server.', 0, 5, '2006-12-21 23:57:23', '2006-12-21 23:57:37', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');

    includes/modules/address_book_details is the oscommerce version, not the oscmax version. Needs a visual diff to integrate and move the postcode position.

    create_account.tpl.php does not include any of the spcc coding that oscmax uses, again it needs visual diffing.

    If I can I will produce an updated zip once I've got everything working and upload it here.

    Best Wishes

    Mark

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •