Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Free Shipping Name Change

Free Shipping Name Change

Locked

Views: 3,534

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
6 Sep 2006, 12:46 AM
#1
suseadmi avatar

suseadmi

New Zenner

Join Date:
Sep 2006
Posts:
11
Plugin Contributions:
0

Free Shipping Name Change

I set my "free shipping" to $100 because I actually want it to serve the purpose of over night shipping. First of all, could someone tell me a little more about this free shipping so I can get it right the first time. If what I'm wanting to do isn't possible please tell me. The other options are just too advanced for me as of this moment. I also want to know how to change the name of free shipping to overnight. So the person buying is actually choosing "UPS Over Night Shipping" and not "Free Shipping"

6 Sep 2006, 2:55 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Free Shipping Name Change

Free Shipping Options freeoptions could be modified for this by setting the Items >= 100 and the Handling to 100.00

Then change the language file for this using the templates and overrides ...

But ... you could not do this with the Free Shipping freeshipper module ...

6 Sep 2006, 10:02 PM
#3
suseadmi avatar

suseadmi

New Zenner

Join Date:
Sep 2006
Posts:
11
Plugin Contributions:
0

Re: Free Shipping Name Change

Think you could elaborate on...all of that please?

7 Sep 2006, 12:01 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Free Shipping Name Change

All of the shipping modules have 2 parts ... language and code ...

Code is located:
/includes/modules/shipping/something.php

Text or language files are located:
/includes/languages/english/modules/shipping/something.php

The filenames match to the name shown in the Admin ... Modules ... Shipping Modules ...

If you do not like what the text reads ... you need to customize it ...

To customize the text ... you should be using the templates and overrides directory ...

This is accomplished by copying:
/includes/languages/english/modules/shipping/something.php

to your customized file:
/includes/languages/english/modules/shipping/your_template_dir/something.php

7 Sep 2006, 2:03 AM
#5
suseadmi avatar

suseadmi

New Zenner

Join Date:
Sep 2006
Posts:
11
Plugin Contributions:
0

Re: Free Shipping Name Change

If you do not like what the text reads ... you need to customize it ...

To customize the text ... you should be using the templates and overrides directory ...

This is accomplished by copying:
/includes/languages/english/modules/shipping/something.php

to your customized file:
/includes/languages/english/modules/shipping/your_template_dir/something.php

Think you could break that down a little more? I'm not too savvy with this yet.

7 Sep 2006, 2:11 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Free Shipping Name Change

Insert deep breath here ... :frusty:

Look at the file:
/includes/modules/shipping/item.php

See how that is filled with ickky nasty code?

Now, look at the file:
/includes/languages/english/modules/shipping/item.php

See how that is filled with english like words?

Copy that file to:
/includes/languages/english/modules/shipping/your_template_dir/item.php

Change the define statements in there ...

Upload to your site ...

Install Item Shipping Module ...

Go to Checkout ...

See how all the words have changed to be your words?

1 May 2007, 3:13 PM
#7
pinpinpin avatar

pinpinpin

New Zenner

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

Re: Free Shipping Name Change

wooo, thanks! this helped me loads :)