Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Zone Shipping - would like to add short description

Zone Shipping - would like to add short description

Views: 1,289

Results 1 to 10 of 10
2 Mar 2016, 7:09 PM
#1
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Zone Shipping - would like to add short description

Hey all, I got my zone shipping up and it seems to be working. No more Canadians getting over on shipping ;)

So, when the product goes in the cart, it shows below how much shipping will be, like so:

"Zone Rates (Shipping to US)" .. $7 or something

What I'd like for it to read is:

"Zone Rates (Shipping to US, USPS Priority Mail with Tracking)" .. $7 or something

Anyone know how I can add this? I'm using Westminster new responsive template if that matters.

Thanks!

2 Mar 2016, 10:25 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Zone Shipping - would like to add short description

The shipping text is set on this line:

                $shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country . $show_box_weight;
2 Mar 2016, 11:41 PM
#3
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Zone Shipping - would like to add short description

Where is that located? I switched to PC and now I can't search for strings of text :(

Thanks

2 Mar 2016, 11:47 PM
#4
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Zone Shipping - would like to add short description

think i found it: includes/modules/shipping/zones.php

Where do I add text, in the ' ' ?
Thanks

2 Mar 2016, 11:54 PM
#5
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Zone Shipping - would like to add short description

adding text between the ' and the ' didn't work. Thanks

3 Mar 2016, 12:11 AM
#6
ajeh avatar

ajeh

Oba-san

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

Re: Zone Shipping - would like to add short description

Are you shipping based on Price, Weight or Items?

3 Mar 2016, 2:48 AM
#7
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Zone Shipping - would like to add short description

Zone rates based on weight:

Zone Based Rates
Enable Zones Method
True
Calculation Method
Weight
Tax Class
--none--
Tax Basis
Shipping
Sort Order
0
Skip Countries, use a comma separated list of the two character ISO country codes
Zone 1 Countries
US
Zone 1 Shipping Table
1:7,2:9,3:12,5:17.5,10:22.5,50:90,500:1000
Zone 1 Handling Fee
0

Thanks for your help!

3 Mar 2016, 2:59 AM
#8
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Zone Shipping - would like to add short description

found some of it:

includes\languages\english\modules\shipping\zones.php

define('MODULE_SHIPPING_ZONES_TEXT_TITLE', 'Zone Rates, USPS Priority w/ tracking for US orders:');

I added: " , USPS Priority w/ tracking for US orders:"

good enough for gov't work. Thanks

3 Mar 2016, 1:56 PM
#9
ajeh avatar

ajeh

Oba-san

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

Re: Zone Shipping - would like to add short description

Thanks for the update and posting what worked for you ... :smile:

3 Mar 2016, 2:01 PM
#10
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Zone Shipping - would like to add short description

thanks for your help. I should have tried harder before posting :)