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: Soap Postcoder UK Soap Postcoder UK ONLY Postcode address finder displays Iframe within ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| A new project_project entry has been added: Soap Postcoder UK Quote:
|
| The Following User Says Thank You to automotiveuk For This Useful Post: | ||
michael_s (04-04-2007) | ||
|
#2
| ||||
| ||||
| 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 |