[SOLVED] Destination Based Shipping working for CMS 1.8.2
Posted: Mon Nov 01, 2010 8:51 pm
I need to set different shipping rates depending on destination and/or quantity of goods sold.
I've not done this before and after searching have found a module called "Destination Based Shipping". Its installed OK, but any attempt to use it results in the following error:
I've not done this before and after searching have found a module called "Destination Based Shipping". Its installed OK, but any attempt to use it results in the following error:
What do other people use for destination based shipping costs? A different module, or a different method of making this one work?Fatal error: Call to undefined method DestinationBasedShipping::ArrayToObject() in /homez.305/teesside/www/modules/DestinationBasedShipping/function.admin_settings_tab.php on line 67
Code: Select all
----------------------------------------------
Cms Version: [b]1.8.2[/b]
Installed Modules:
* CMSMailer: [b]2.0[/b]
* MenuManager: [b]1.6.5[/b]
* ModuleManager: [b]1.4[/b]
* News: [b]2.10.6[/b]
* nuSOAP: [b]1.0.2[/b]
* Printing: [b]1.1.0[/b]
* Search: [b]1.6.5[/b]
* ThemeManager: [b]1.1.1[/b]
* TinyMCE: [b]2.7.3[/b]
* ScriptDeploy: [b]0.8[/b]
* CGSimpleSmarty: [b]1.4.5[/b]
* CGExtensions: [b]1.20[/b]
* Products: [b]2.8.7[/b]
* CGEcommerceBase: [b]1.2.2[/b]
* Cart: [b]1.7.2[/b]
* FrontEndUsers: [b]1.12.3[/b]
* Captcha: [b]0.4.3[/b]
* SimpleSiteInfo: [b]1.1[/b]
* FileBackup: [b]0.5[/b]
* CGPaymentGatewayBase: [b]1.0.9[/b]
* Archiver: [b]0.2.3[/b]
* Orders: [b]1.10.5[/b]
* PaypalGateway: [b]2.2[/b]
* FileManager: [b]1.0.2[/b]
* ScriptDeploy: [b]0.8[/b]
* CGSimpleSmarty: [b]1.4.5[/b]
* CGExtensions: [b]1.20[/b]
* Products: [b]2.8.7[/b]
* CGEcommerceBase: [b]1.2.2[/b]
* Cart: [b]1.7.2[/b]
* FileBackup: [b]0.5[/b]
* CGPaymentGatewayBase: [b]1.0.9[/b]
* FrontEndUsers: [b]1.12.3[/b]
* Orders: [b]1.10.5[/b]
* SelfRegistration: [b]1.6.5[/b]
* DestinationBasedShipping: [b]1.1[/b]
Config Information:
* php_memory_limit: [b][/b]
* process_whole_template: [b]false[/b]
* output_compression: [b]false[/b]
* max_upload_size: [b]64000000[/b]
* default_upload_permission: [b]664[/b]
* url_rewriting: [b]mod_rewrite[/b]
* page_extension: [b][/b]
* query_var: [b]page[/b]
* use_hierarchy: [b]true[/b]
* image_manipulation_prog: [b]GD[/b]
* auto_alias_content: [b]true[/b]
* locale: [b][/b]
* default_encoding: [b]utf-8[/b]
* admin_encoding: [b]utf-8[/b]
* set_names: [b]true[/b]
Php Information:
* phpversion: [b]5.2.13[/b]
* md5_function: [b]On[/b] (True)
* gd_version: [b]2[/b]
* tempnam_function: [b]On[/b] (True)
* magic_quotes_runtime: [b]Off[/b] (False)
* E_STRICT: [b]0[/b]
* memory_limit: [b]128M[/b]
* max_execution_time: [b]30[/b]
* output_buffering: [b]On[/b]
* safe_mode: [b]Off[/b] (False)
* file_uploads: [b]On[/b] (True)
* post_max_size: [b]64M[/b]
* upload_max_filesize: [b]64M[/b]
* session_save_path: [b]/tmp[/b] (1777)
* session_use_cookies: [b]On[/b] (True)
* xml_function: [b]On[/b] (True)
Server Information:
* Server Api: [b]cgi[/b]
* Server Db Type: [b]MySQL (mysql)[/b]
* Server Db Version: [b]5.0.90[/b]
----------------------------------------------