Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Plugin Contributions
    0

    Default UPS aditional charges for NDA and 2DA only - per item

    I have a real brain teaser here. I have already gone through a bottle of Advil...

    I need to charge additional fees for only one of my product if it ships by UPS NDA or 2DA, otherwise it receives standard rate charges.

    Is there a way to add a handling fee on a per item basis if it falls into the UPS Air Shipping category?

    If nothing else I have learned many tips and trick reading through the forum looking for this answer

    Thank you for any help.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: UPS aditional charges for NDA and 2DA only - per item

    You would need to find this section of code in the United Parcel Service ups shipping module:
    /includes/modules/shipping/ups.php

    PHP Code:
            $methods[] = array('id' => $type,
                               
    'title' => $this->types[$type],
                               
    'cost' => ($cost MODULE_SHIPPING_UPS_HANDLING) * $shipping_num_boxes); 
    And customize what is used in place of:
    MODULE_SHIPPING_UPS_HANDLING

    When the $type is the same as the code(s) ... see codes in module ... match your customized handling charges ...

    NOTE: shipping modules are NOT overrideable, however, you can clone them so that your custom module does not get overwritten with each upgrade ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

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
  •