Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2009
    Posts
    80
    Plugin Contributions
    2

    Default ukzr.php (parcelforce module) Phantom Handling fees

    Hi all.

    Firstly thanks for taking the time to read this.

    I am having an issue with the Parcelforce contribution (used to be called big royal mail)

    I have installed this and its working fine however im getting phantom handling fees added to the shipping fee.

    Zone 1 handling fee £1
    Zone 2 handling fee £2
    Zone 3 handling fee £3
    Zone 4 handling fee £4

    and so on.

    There are no handling fees set in the admin, I have checked the db and under configuration -> configuration keys - > UKZR all handling fee's are set to 0.

    Has anyone experienced this issue or have any ideas?

    Kind Regards

    Dave

  2. #2
    Join Date
    Nov 2009
    Posts
    80
    Plugin Contributions
    2

    Default Re: ukzr.php (parcelforce module) Phantom Handling fees

    Issue Solved - I have re-released an updated version of this contribution to the Add-ons section. This should be available within a week.

    If anyone is having similar issues you need to change in ukzr.php

    Line 167 from
    PHP Code:
    'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_') . $this->delivery_geozone '_HANDLING')); 
    to
    PHP Code:
     'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_' $this->delivery_geozone '_HANDLING'))); 
    and line 199 from
    PHP Code:
     'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_') . $this->delivery_geozone '_HANDLING')); 
    to
    PHP Code:
     'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_' $this->delivery_geozone '_HANDLING'))); 
    Kind Regards

    Dave

 

 

Similar Threads

  1. v150 Handling fees, along with UPS/USPS fees, on a "per item" basis?
    By jpwy in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 6 Dec 2014, 08:49 AM
  2. Different handling fees for Canada & U.S. in UPS shipping module?
    By picaflor-azul in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 29 Jul 2009, 04:18 PM
  3. AustPost 2.1.3 Handling Fees
    By FoneGuy in forum Addon Shipping Modules
    Replies: 2
    Last Post: 15 Mar 2008, 06:15 AM
  4. Handling Fees
    By fjcinzion in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 14 May 2007, 06:32 PM

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