9 replies [Last post]
opa001's picture
Offline
Joined: 12/07/2007
Juice: 55
Was this information Helpful?

Where can I enable en set shipping cost. So when people order products under 200 euro they get 10 euro cost extra and when they are above that limit shipping is free.

deegree's picture
Offline
Joined: 11/07/2007
Juice: 111
Re: shipping cost

If youre not handlind with UPS or USPS...

Quick and Dirty:

activate weight rate

set up two weights

10 pounds = 10 €

200 pounds = 0 €

Then you have only to enter the weight in your products and it should be work...

Peace,

Dee

opa001's picture
Offline
Joined: 12/07/2007
Juice: 55
Re: shipping cost

Is there no other way to do this?

deegree's picture
Offline
Joined: 11/07/2007
Juice: 111
Re: Re: shipping cost

What is the problem with this solution?

It's like a weight rate but you'll build a cost rate with this.

Peace,

Dee

opa001's picture
Offline
Joined: 12/07/2007
Juice: 55
Re: shipping cost

There is some miscommunication.

I want to set shipping cost (10 euro) when the shopping cart totaal amount is under the 200 euro. The shipping costs above the 200 euro's total is free.

I hope I am clear now.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: shipping cost

You'll want to use the flat rate module provided by core. With this you can make two flat rate shipping methods, one that's 10 EUR and one that's 0 EUR. With Workflow-ng you can adjust the configuration for these rates so that the correct one is fired off based on the order total.

And if someone ever gets the chance to screencast this, you'd be a hero. Sticking out tongue

opa001's picture
Offline
Joined: 12/07/2007
Juice: 55
Re: shipping cost

Ok I understand it to a specific level. I make two flat rate settings (€ 10 and € 0). I make them active in Workflow-ng. But how can I make the check if total < € 200 then € 10 shipping cost else € 0 shipping cost?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: shipping cost

Add conditions to them. There is a condition called "Check the order total" that will look at the total value of products on the order for shipping quotes.

spottedpuddle's picture
Offline
Joined: 10/16/2008
Juice: 2
how exactly to conditions

thanks as well.

i battled to find out where to add the conditions .... see:
http://www.ubercart.org/faq/2942

On the admin/build/workflow-ng page, you will see a list of Active Workflow-ng configurations for each shipping method you've enabled. Click on the name of the shipping method, then click on "Add a condition".

opa001's picture
Offline
Joined: 12/07/2007
Juice: 55
Re: shipping cost

Thanx, you helped me a lot