Page 1 of 1

Destination Based Shipping not changing shipping costs for multiple items

Posted: Sat Dec 04, 2010 4:31 pm
by luminous
In the DBS module I have the following entries:

Country             Num Items   Price
United Kingdom   1                2
United Kingdom   2                2.50
United Kingdom   3                3
United Kingdom   999             20

No matter how many items are in the cart the shipping cost is always £2 (unless there are no items, or shipping to another country!).

Any suggestions on how to tweak the module to make this work?  :)

I don't think it is how I have setup the module, as it is picking up that I am shipping to the UK, and is inputting the first £2 price correctly.  For some reason it is just not seeing any extra items  that are in the cart.

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.6[/b]
    * Products: [b]2.8.7[/b]
    * CGEcommerceBase: [b]1.2.2[/b]
    * Cart: [b]1.7.2[/b]
    * FrontEndUsers: [b]1.12.6[/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.6[/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.6[/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]


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

Re: Destination Based Shipping not changing shipping costs for multiple items

Posted: Sun Dec 05, 2010 4:20 pm
by luminous
In the absence of a fix for the module being available, does someone have an alternative suggestion that will fit in with Calguy's ecommerce suite?  I'd just like to be able to charge more for postage as the number of items in someone order's increases.  This helps keep the price down for people, so that normal Royal Mail postage can be used until it makes economic sense to use a delivery firm.

Re: Destination Based Shipping not changing shipping costs f

Posted: Sun Mar 27, 2011 6:21 am
by caciavar
I'm having the exact same issue here, has there been a fix for this?