Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2012
    Posts
    109
    Plugin Contributions
    0

    Default Parcelforce 48 Module help

    Hi there

    I'm currently having a problem when it comes to Parcelforce 48 module which is when customer buys an item over a certain amount they are given the Parcelforce shipping option. In Step 1 of 3 - Delivery Information, Parcelforce displays as (2 to 3 day delivery service) which is how I expected it.

    However in Step 2 of 3 - Payment Information Parcelforce is now displayed as 'Parcelforce 48 ()' with the 2 to 3 day delivery service missing. Not entirely sure where its going wrong but here is a copy of the PF48 code.

    define('MODULE_SHIPPING_PARCELFORCE48_TEXT_TITLE', 'Parcelforce 48');
    define('MODULE_SHIPPING_PARCELFORCE48_TEXT_DESCRIPTION', 'Parcelforce 48');
    define('MODULE_SHIPPING_PARCELFORCE48_TEXT_WAY', '2 to 3 day delivery service');
    define('MODULE_SHIPPING_PARCELFORCE48_TEXT_ITEM', 'package of');
    define('MODULE_SHIPPING_PARCELFORCE48_TEXT_ITEMS', 'packages of');
    define('MODULE_SHIPPING_PARCELFORCE48_TEXT_UNITS', 'Kg\'s');
    define('MODULE_SHIPPING_PARCELFORCE48_INVALID_ZONE', 'Sorry, this shipping method is only available for UK customers');
    define('MODULE_SHIPPING_PARCELFORCE48_UNDEFINED_RATE', 'The shipping rate cannot be determined at this time');
    define('MODULE_SHIPPING_PARCELFORCE48_DELIVERY_NO_INSURANCE', 'Uninsured');
    define('MODULE_SHIPPING_PARCELFORCE48_DELIVERY_INSURANCE', 'Insured up to £');
    define('MODULE_SHIPPING_PARCELFORCE48_DELIVERY_SHIPPING_TIME', '2 to 3 day delivery service');
    ?>

  2. #2
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Parcelforce 48 Module help

    Please provide a link to the website.

  3. #3
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Parcelforce 48 Module help

    KenshiroU,

    You are correct that the Checkout Shipping page (step 1) generates it's displayed text from the module constants that you listed, and indeed all the information diplayed is generated by the relevant installed shipping modules.
    As can be seen from the constants, the text is built up in sections, depending on which Display Options are enabled in Admin-Shipping for the particular module.

    However, for the Checkout Payment page (step 2), the information displayed is generated by the Zen Cart Order Totals core module from the order info, and your selection in the previous step.


    The code you are looking for is actually in /includes/modules/order_total/ot_shipping.php, in the 'process' function, and looks like this -

    Code:
            $this->output[] = array('title' => $order->info['shipping_method'] . ':',
    Regards,

    Chuck

 

 

Similar Threads

  1. v150 Basic UK Mail ParcelForce 48B problem
    By KenshiroU in forum Addon Shipping Modules
    Replies: 1
    Last Post: 11 Nov 2012, 02:10 PM
  2. ukzr.php (parcelforce module) Phantom Handling fees
    By Davx in forum Addon Shipping Modules
    Replies: 1
    Last Post: 12 Nov 2010, 11:19 AM
  3. Replies: 5
    Last Post: 6 Feb 2010, 09:03 PM
  4. UK ParcelForce Shipping Modules
    By philip_clarke in forum Addon Shipping Modules
    Replies: 68
    Last Post: 6 Nov 2009, 12:37 PM
  5. I Need Payment Module Help!!!!! Is there a working SecureNet module?
    By shamis in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 11 Feb 2008, 06:40 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