Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Maximum shipping fee for a specific zone

Maximum shipping fee for a specific zone

Views: 1,043

Results 1 to 9 of 9
14 Apr 2011, 1:44 AM
#1
damiendlskinsolution avatar

damiendlskinsolution

Zen Follower

Join Date:
Sep 2008
Posts:
97
Plugin Contributions:
0

Maximum shipping fee for a specific zone

Dear All,

I am looking at adding a cap to our shipping fees for a specific zone.

I already have a free shipping over a $xx.xx order

Do you folks have an idea on how could I implement a maximum shipping price?
It wouldn't depend on anything but the zone it is shipped to.
(Like a $2.99 shipping fee for locals...)

Any help would be greatly appreciated.

D

14 Apr 2011, 1:24 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Maximum shipping fee for a specific zone

What shipping module(s) are you using right now? :unsure:

14 Apr 2011, 2:25 PM
#3
ebusinessman avatar

ebusinessman

Zen Follower

Join Date:
Jul 2006
Posts:
132
Plugin Contributions:
0

Re: Maximum shipping fee for a specific zone

which module does not matter

you need the total shipping fee has a max value for specific zones (country or state), right?

Then I guess you can add some customization code in checkout_shipping page after shipping value is calculated. Or you can add it to ot_shipping.

Ajeh, am I on the right track?

14 Apr 2011, 2:34 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Maximum shipping fee for a specific zone

If I knew the shipping module(s) then a solution can be worked out ...

If Zone Rate is used, then it just needs to be configured correctly ...

If USPS or UPS is used then custom code needs to be written ...

If Item Rate is used then custom code needs to be written ...

14 Apr 2011, 3:35 PM
#5
ebusinessman avatar

ebusinessman

Zen Follower

Join Date:
Jul 2006
Posts:
132
Plugin Contributions:
0

Re: Maximum shipping fee for a specific zone

then custom code seems to work it out, 66.7% chance to use this way as you said.

14 Apr 2011, 11:45 PM
#6
damiendlskinsolution avatar

damiendlskinsolution

Zen Follower

Join Date:
Sep 2008
Posts:
97
Plugin Contributions:
0

Re: Maximum shipping fee for a specific zone

Hi Ajeh & ebusinessman,

Thanks for taking the time to read my post.

Right now, we use UPS and the freeshipper (for orders over a set amount).

I have 2 zones set but for sales tax purposes only. (our own state and the remaining continental states)

So custom code it is? :(

15 Apr 2011, 12:56 AM
#7
ajeh avatar

ajeh

Oba-san

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

Re: Maximum shipping fee for a specific zone

It would need to be custom code to check the shipping cost in USPS and manage when to block the shipping cost at a certain amount and what to charge ...

What is it you specifically are trying to do with the shipping and the maximum charge? :unsure:

15 Apr 2011, 4:26 AM
#8
damiendlskinsolution avatar

damiendlskinsolution

Zen Follower

Join Date:
Sep 2008
Posts:
97
Plugin Contributions:
0

Re: Maximum shipping fee for a specific zone

What I am looking for is to limit what a customer would pay for shipping when buying several items.

To make it a simple example, let's say buying 1 item costs $2 to ship.
I would like to cap the shipping fee to $10.
So if you buy 5 items it would cost $10 to ship but if you buy 6 or more items, shipping would still be $10.
And that would be restricted to a set shipping zone.

That would entice customers to not worry about shipping fees when they buy several items.

I could go the easy way and do a flat fee, but that would penalize those buying only a few items.

15 Apr 2011, 1:37 PM
#9
ajeh avatar

ajeh

Oba-san

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

Re: Maximum shipping fee for a specific zone

You are definitely going to need someone to build you a custom shipping module to manage shipping based on quantity on a per product level ...

UPS bases the shipping on weight and does not look at the quantity to build the real time quotes from their server ...