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
    69,402
    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.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Indiviudal shipping charges per item
    By Markjoe in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 15 Feb 2011, 05:02 PM
  2. Adding $1.00 for each aditional item?
    By lilguppy in forum Built-in Shipping and Payment Modules
    Replies: 35
    Last Post: 31 Aug 2010, 12:04 AM
  3. Coupon for only one item. and only for people I tell
    By replicapropscom in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 29 Jun 2009, 03:50 PM
  4. Specific shipping charges per item
    By EAPerformanceParts in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Jun 2009, 05:43 PM
  5. Individual Shipping Per Item, and reduced cost per extra item
    By canad1an in forum Addon Shipping Modules
    Replies: 7
    Last Post: 6 Feb 2009, 11:41 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR