Destination Based Shipping not picking up locale settings in backend

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
luminous
Forum Members
Forum Members
Posts: 168
Joined: Fri May 14, 2010 6:49 pm

Destination Based Shipping not picking up locale settings in backend

Post by luminous »

Minor problem in backed of Destination Based Shipping Module:

I think there is a little bug in Destination Based Shipping module.  In the admin interface whenever using the Destination Based Shipping module the currency is always showing as dollars $.

I've installed a site and told it that my language is English during the main install process.
I've ensured that the locale setting in the config.php file is set to en_UK (also tried a few others)
In Calguy's Ecommerce module I have set the following:
Store Address -> United Kingdom
General Settings -> Curreny Symbol £
General Settings -> Currency Code GBP
Supplier Settings -> Self Registration Module
Cart Settings -> Cart
Shipping Settings -> Destination Based Shipping
Payment Settings -> Paypal Gateway

I took a quick look at the code for the module and the currency header in the backend is trying to load the local currency, it just does not seem to be working for me.

Code: Select all

----------------------------------------------

Cms Version: [b]1.9.1[/b]

Installed Modules:

    * CMSMailer: [b]2.0[/b]
    * MenuManager: [b]1.7.2[/b]
    * ModuleManager: [b]1.4[/b]
    * News: [b]2.11[/b]
    * nuSOAP: [b]1.0.2[/b]
    * Printing: [b]1.1.1[/b]
    * Search: [b]1.6.7[/b]
    * ThemeManager: [b]1.1.3[/b]
    * TinyMCE: [b]2.8.1[/b]
    * ScriptDeploy: [b]0.8[/b]
    * CGSimpleSmarty: [b]1.4.5[/b]
    * CGExtensions: [b]1.21.3[/b]
    * Products: [b]2.8.7[/b]
    * CGEcommerceBase: [b]1.2.2[/b]
    * Cart: [b]1.7.2[/b]
    * FrontEndUsers: [b]1.12.5[/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]
    * DestinationBasedShipping: [b]1.1[/b]
    * PaypalGateway: [b]2.2.1[/b]
    * FileManager: [b]1.0.3[/b]
    * ScriptDeploy: [b]0.8[/b]
    * CGSimpleSmarty: [b]1.4.5[/b]
    * CGExtensions: [b]1.21.3[/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.5[/b]
    * Orders: [b]1.10.5[/b]
    * SelfRegistration: [b]1.6.7[/b]
    * CustomContent: [b]1.7.3[/b]
    * PaypalGateway: [b]2.2.1[/b]
    * Gallery: [b]1.4.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]
    * image_manipulation_prog: [b]GD[/b]
    * auto_alias_content: [b]true[/b]
    * locale: [b]en_UK[/b]
    * default_encoding: [b]utf-8[/b]
    * admin_encoding: [b]utf-8[/b]
    * set_names: [b]true[/b]


Php Information:

    * phpversion: [b]5.2.14[/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]


----------------------------------------------
Post Reply

Return to “Modules/Add-Ons”