Zen Cart Logo
Forums / Addon Shipping Modules / Allow Freight Collect Shipments?

Allow Freight Collect Shipments?

Locked

Views: 4,204

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 Feb 2007, 6:35 AM
#1
jerryboy avatar

jerryboy

New Zenner

Join Date:
Feb 2007
Posts:
3
Plugin Contributions:
0

Allow Freight Collect Shipments?

I have searched several times, but can't seem to find anyone who allows a customer to choose FREIGHT COLLECT and enter their UPS/Fed Ex/Or Other Freight Carrier ACCOUNT NUMBER in a text box.

Is there a module like this?

Or is there a way I could customize an existing shipping module to do this?

Thanks in advance.

18 Jul 2008, 7:04 PM
#2
mmwilcox avatar

mmwilcox

New Zenner

Join Date:
Nov 2007
Location:
Huntington, Indiana
Posts:
67
Plugin Contributions:
0

Re: Allow Freight Collect Shipments?

I agree...I could not find any mods for this. Here is what I did.

Our company does not use the "Store Pickup" option. I turned that on, then edited the \includes\languages\english\modules\shipping\storepickup.php file.

What was:

define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Store Pickup');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_DESCRIPTION', 'Customer In Store Pick-up');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_WAY', 'Walk In');

I changed to:

define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Freight Collect');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_DESCRIPTION', 'Freight Collect');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_WAY', 'Enter the Carrier, Method (Ground, Next Day, etc.) and your Account Number in the notes section below.  The account number will be confirmed before shipping.');

Change the text to whatever you want. Seems to work so far.

Will this help you?

Matt

2 Aug 2008, 12:03 AM
#3
sunrisedino avatar

sunrisedino

New Zenner

Join Date:
Oct 2007
Posts:
4
Plugin Contributions:
0

Re: Allow Freight Collect Shipments?

Thank you very much for your help! This worked for my store :clap:

14 Nov 2010, 5:57 AM
#4
twinstream avatar

twinstream

New Zenner

Join Date:
Nov 2010
Posts:
11
Plugin Contributions:
0

Re: Allow Freight Collect Shipments?

I have edited this file but when I choose the option of Ship Collect the next screen hangs.

If I change or save this file in any way it hangs.....

Am I missing something when editing this code ?

Are there any other files related ?

Is there another mod or option to offer frieght collect as a shipping option ?

Thanks,

Twinstream

14 Nov 2010, 7:22 AM
#5
twinstream avatar

twinstream

New Zenner

Join Date:
Nov 2010
Posts:
11
Plugin Contributions:
0

Re: Allow Freight Collect Shipments?

OK, this does work.

My problem after looking through unrelated posts seems to be my Dreramweaver being used as an editor. Someone said to get Crimson Editor (Free) and use that for editing. I still uploaded with Dreamweaver.

That solved my problem of hanging when going through checkout. This may also be related to my first test run of my website where I started editing some text on the checkout screens and I was getting a white hang page also. Forced me to start completely over. But now, can someone tell me why dreamweaver is not a good tool for editing ?

Thanks,

Twinstream