question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

question

Heidi Dehaes - Olagos
Hello,

I want to configure the ecommerce part of ofbiz , especially the shipping
configuration.

I want to configure that from 75 € on, the shipping costs are zero.

I think it is not possible to do that in standard ofbiz. Anyone an idea?

I see that in "promo rules" i can only deduct a certain amount of the
shipping costs if the amount to pay is 75 € or more. But i can not put them
to zero.
If the shipping costs are the double for example because of a higher
weight, i can not assure that they remain zero.

Eric
--
Olagos bvba
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl
Olagos team
Kerkstraat 34
2570 Duffel
Belgium
Reply | Threaded
Open this post in threaded view
|

Re: question

Heidi Dehaes - Olagos
Hello,

I was too fast.
I found the solution.
However thanks .

Regards,
Eric

2013/3/19 info.olagos <[hidden email]>

> Hello,
>
> I want to configure the ecommerce part of ofbiz , especially the shipping
> configuration.
>
> I want to configure that from 75 € on, the shipping costs are zero.
>
> I think it is not possible to do that in standard ofbiz. Anyone an idea?
>
> I see that in "promo rules" i can only deduct a certain amount of the
> shipping costs if the amount to pay is 75 € or more. But i can not put them
> to zero.
> If the shipping costs are the double for example because of a higher
> weight, i can not assure that they remain zero.
>
> Eric
> --
> Olagos bvba
> http://www.olagos.eu
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
> Olagos team
> Kerkstraat 34
> 2570 Duffel
> Belgium
>
>
>



--
Olagos bvba
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl
Olagos team
Kerkstraat 34
2570 Duffel
Belgium
Reply | Threaded
Open this post in threaded view
|

Re: question

David Saenz
Can you share the solution?
Thanks in advance :)
I am facing similar issue.
DS

On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:

> Hello,
>
> I was too fast.
> I found the solution.
> However thanks .
>
> Regards,
> Eric
>
> 2013/3/19 info.olagos <[hidden email]>
>
>> Hello,
>>
>> I want to configure the ecommerce part of ofbiz , especially the shipping
>> configuration.
>>
>> I want to configure that from 75 € on, the shipping costs are zero.
>>
>> I think it is not possible to do that in standard ofbiz. Anyone an idea?
>>
>> I see that in "promo rules" i can only deduct a certain amount of the
>> shipping costs if the amount to pay is 75 € or more. But i can not put them
>> to zero.
>> If the shipping costs are the double for example because of a higher
>> weight, i can not assure that they remain zero.
>>
>> Eric
>> --
>> Olagos bvba
>> http://www.olagos.eu
>> http://www.olagos.com
>> http://www.olagos.be
>> http://www.olagos.nl
>> Olagos team
>> Kerkstraat 34
>> 2570 Duffel
>> Belgium
>>
>>
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: question

Heidi Dehaes - Olagos
Hello David,

I don't have the whole solution in fact.

What you need to do is to set up a promotion without code in the catalog
screen.
And put one condition and one action in your promotion rule:
- cart sub total >= 70 € (excl. VAT)
The action is:
- Shipping x% discount   1    100%

Then it distracts the shipping costs totally from the total amount when the
cart sub total is 70 € + VAT or more.

Don't forget to include your promotion categories.

But what i didn't found, was how to link the condition to parties coming
only from one or two countries.
I don't want to give free shipping costs to all countries.

Anyone an idea?

Regards,
Eric

2013/3/19 David Saenz <[hidden email]>

> Can you share the solution?
> Thanks in advance :)
> I am facing similar issue.
> DS
>
> On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> > Hello,
> >
> > I was too fast.
> > I found the solution.
> > However thanks .
> >
> > Regards,
> > Eric
> >
> > 2013/3/19 info.olagos <[hidden email]>
> >
> >> Hello,
> >>
> >> I want to configure the ecommerce part of ofbiz , especially the
> shipping
> >> configuration.
> >>
> >> I want to configure that from 75 € on, the shipping costs are zero.
> >>
> >> I think it is not possible to do that in standard ofbiz. Anyone an idea?
> >>
> >> I see that in "promo rules" i can only deduct a certain amount of the
> >> shipping costs if the amount to pay is 75 € or more. But i can not put
> them
> >> to zero.
> >> If the shipping costs are the double for example because of a higher
> >> weight, i can not assure that they remain zero.
> >>
> >> Eric
> >> --
> >> Olagos bvba
> >> http://www.olagos.eu
> >> http://www.olagos.com
> >> http://www.olagos.be
> >> http://www.olagos.nl
> >> Olagos team
> >> Kerkstraat 34
> >> 2570 Duffel
> >> Belgium
> >>
> >>
> >>
> >
> >
> >
>



--
Olagos bvba
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl
Olagos team
Kerkstraat 34
2570 Duffel
Belgium
Reply | Threaded
Open this post in threaded view
|

Re: question

David Saenz
Thanks so much, alot of help :)!

On 3/19/2013 5:10 PM, info.olagos wrote:

> Hello David,
>
> I don't have the whole solution in fact.
>
> What you need to do is to set up a promotion without code in the catalog
> screen.
> And put one condition and one action in your promotion rule:
> - cart sub total >= 70 € (excl. VAT)
> The action is:
> - Shipping x% discount   1    100%
>
> Then it distracts the shipping costs totally from the total amount when the
> cart sub total is 70 € + VAT or more.
>
> Don't forget to include your promotion categories.
>
> But what i didn't found, was how to link the condition to parties coming
> only from one or two countries.
> I don't want to give free shipping costs to all countries.
>
> Anyone an idea?
>
> Regards,
> Eric
>
> 2013/3/19 David Saenz <[hidden email]>
>
>> Can you share the solution?
>> Thanks in advance :)
>> I am facing similar issue.
>> DS
>>
>> On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
>>> Hello,
>>>
>>> I was too fast.
>>> I found the solution.
>>> However thanks .
>>>
>>> Regards,
>>> Eric
>>>
>>> 2013/3/19 info.olagos <[hidden email]>
>>>
>>>> Hello,
>>>>
>>>> I want to configure the ecommerce part of ofbiz , especially the
>> shipping
>>>> configuration.
>>>>
>>>> I want to configure that from 75 € on, the shipping costs are zero.
>>>>
>>>> I think it is not possible to do that in standard ofbiz. Anyone an idea?
>>>>
>>>> I see that in "promo rules" i can only deduct a certain amount of the
>>>> shipping costs if the amount to pay is 75 € or more. But i can not put
>> them
>>>> to zero.
>>>> If the shipping costs are the double for example because of a higher
>>>> weight, i can not assure that they remain zero.
>>>>
>>>> Eric
>>>> --
>>>> Olagos bvba
>>>> http://www.olagos.eu
>>>> http://www.olagos.com
>>>> http://www.olagos.be
>>>> http://www.olagos.nl
>>>> Olagos team
>>>> Kerkstraat 34
>>>> 2570 Duffel
>>>> Belgium
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: question

Rishi Solanki
In reply to this post by Heidi Dehaes - Olagos
Eric,

Please consider QuantityBreak and related entities to achieve this. You
need to setup quantity breaks of type ORDER_VALUE, and make its
relationship to quantityBreakId, weightBreakId or priceBreakId of
ShipmentCostEstimate entity.

In ShipmentCostEstimate entity you will have the geoIdTo, which tells the
system these breaks applicable to which geographical location. To minimize
the records in ShipmentCostEstimate you need to set your own Geo which will
have multiple association with other Geos in GeoAssoc entity.

Hope it helps!

--
Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <[hidden email]> wrote:

> Hello David,
>
> I don't have the whole solution in fact.
>
> What you need to do is to set up a promotion without code in the catalog
> screen.
> And put one condition and one action in your promotion rule:
> - cart sub total >= 70 € (excl. VAT)
> The action is:
> - Shipping x% discount   1    100%
>
> Then it distracts the shipping costs totally from the total amount when the
> cart sub total is 70 € + VAT or more.
>
> Don't forget to include your promotion categories.
>
> But what i didn't found, was how to link the condition to parties coming
> only from one or two countries.
> I don't want to give free shipping costs to all countries.
>
> Anyone an idea?
>
> Regards,
> Eric
>
> 2013/3/19 David Saenz <[hidden email]>
>
> > Can you share the solution?
> > Thanks in advance :)
> > I am facing similar issue.
> > DS
> >
> > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> > > Hello,
> > >
> > > I was too fast.
> > > I found the solution.
> > > However thanks .
> > >
> > > Regards,
> > > Eric
> > >
> > > 2013/3/19 info.olagos <[hidden email]>
> > >
> > >> Hello,
> > >>
> > >> I want to configure the ecommerce part of ofbiz , especially the
> > shipping
> > >> configuration.
> > >>
> > >> I want to configure that from 75 € on, the shipping costs are zero.
> > >>
> > >> I think it is not possible to do that in standard ofbiz. Anyone an
> idea?
> > >>
> > >> I see that in "promo rules" i can only deduct a certain amount of the
> > >> shipping costs if the amount to pay is 75 € or more. But i can not put
> > them
> > >> to zero.
> > >> If the shipping costs are the double for example because of a higher
> > >> weight, i can not assure that they remain zero.
> > >>
> > >> Eric
> > >> --
> > >> Olagos bvba
> > >> http://www.olagos.eu
> > >> http://www.olagos.com
> > >> http://www.olagos.be
> > >> http://www.olagos.nl
> > >> Olagos team
> > >> Kerkstraat 34
> > >> 2570 Duffel
> > >> Belgium
> > >>
> > >>
> > >>
> > >
> > >
> > >
> >
>
>
>
> --
> Olagos bvba
> http://www.olagos.eu
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
> Olagos team
> Kerkstraat 34
> 2570 Duffel
> Belgium
>
Reply | Threaded
Open this post in threaded view
|

Re: question

Deepak Agarwal-2
We have a different kind of requirement. We have shipping providers those
have different total order amount limit on different geos. How can we
achive it ?
For example : Shipper A can deliver to x,y,z location if order total is <
10k . And same shipper can deliver to t,u,v location if order total is < 25k

On Wed, Mar 20, 2013 at 11:14 AM, Rishi Solanki <[hidden email]>wrote:

> Eric,
>
> Please consider QuantityBreak and related entities to achieve this. You
> need to setup quantity breaks of type ORDER_VALUE, and make its
> relationship to quantityBreakId, weightBreakId or priceBreakId of
> ShipmentCostEstimate entity.
>
> In ShipmentCostEstimate entity you will have the geoIdTo, which tells the
> system these breaks applicable to which geographical location. To minimize
> the records in ShipmentCostEstimate you need to set your own Geo which will
> have multiple association with other Geos in GeoAssoc entity.
>
> Hope it helps!
>
> --
> Rishi Solanki
> Manager, Enterprise Software Development
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <[hidden email]>
> wrote:
>
> > Hello David,
> >
> > I don't have the whole solution in fact.
> >
> > What you need to do is to set up a promotion without code in the catalog
> > screen.
> > And put one condition and one action in your promotion rule:
> > - cart sub total >= 70 € (excl. VAT)
> > The action is:
> > - Shipping x% discount   1    100%
> >
> > Then it distracts the shipping costs totally from the total amount when
> the
> > cart sub total is 70 € + VAT or more.
> >
> > Don't forget to include your promotion categories.
> >
> > But what i didn't found, was how to link the condition to parties coming
> > only from one or two countries.
> > I don't want to give free shipping costs to all countries.
> >
> > Anyone an idea?
> >
> > Regards,
> > Eric
> >
> > 2013/3/19 David Saenz <[hidden email]>
> >
> > > Can you share the solution?
> > > Thanks in advance :)
> > > I am facing similar issue.
> > > DS
> > >
> > > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> > > > Hello,
> > > >
> > > > I was too fast.
> > > > I found the solution.
> > > > However thanks .
> > > >
> > > > Regards,
> > > > Eric
> > > >
> > > > 2013/3/19 info.olagos <[hidden email]>
> > > >
> > > >> Hello,
> > > >>
> > > >> I want to configure the ecommerce part of ofbiz , especially the
> > > shipping
> > > >> configuration.
> > > >>
> > > >> I want to configure that from 75 € on, the shipping costs are zero.
> > > >>
> > > >> I think it is not possible to do that in standard ofbiz. Anyone an
> > idea?
> > > >>
> > > >> I see that in "promo rules" i can only deduct a certain amount of
> the
> > > >> shipping costs if the amount to pay is 75 € or more. But i can not
> put
> > > them
> > > >> to zero.
> > > >> If the shipping costs are the double for example because of a higher
> > > >> weight, i can not assure that they remain zero.
> > > >>
> > > >> Eric
> > > >> --
> > > >> Olagos bvba
> > > >> http://www.olagos.eu
> > > >> http://www.olagos.com
> > > >> http://www.olagos.be
> > > >> http://www.olagos.nl
> > > >> Olagos team
> > > >> Kerkstraat 34
> > > >> 2570 Duffel
> > > >> Belgium
> > > >>
> > > >>
> > > >>
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Olagos bvba
> > http://www.olagos.eu
> > http://www.olagos.com
> > http://www.olagos.be
> > http://www.olagos.nl
> > Olagos team
> > Kerkstraat 34
> > 2570 Duffel
> > Belgium
> >
>



--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: question

Rishi Solanki
Deepak,

You may need to look into the ShipmentCostEstimate.carrierPartyId field.
For the party which do shipping use this field. More information about the
data setup can be extracted from DemoShipping.xml data file.

Hope it helps!

--
Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Mar 20, 2013 at 12:38 PM, Deepak Agarwal <[hidden email]>wrote:

> We have a different kind of requirement. We have shipping providers those
> have different total order amount limit on different geos. How can we
> achive it ?
> For example : Shipper A can deliver to x,y,z location if order total is <
> 10k . And same shipper can deliver to t,u,v location if order total is <
> 25k
>
> On Wed, Mar 20, 2013 at 11:14 AM, Rishi Solanki <[hidden email]
> >wrote:
>
> > Eric,
> >
> > Please consider QuantityBreak and related entities to achieve this. You
> > need to setup quantity breaks of type ORDER_VALUE, and make its
> > relationship to quantityBreakId, weightBreakId or priceBreakId of
> > ShipmentCostEstimate entity.
> >
> > In ShipmentCostEstimate entity you will have the geoIdTo, which tells the
> > system these breaks applicable to which geographical location. To
> minimize
> > the records in ShipmentCostEstimate you need to set your own Geo which
> will
> > have multiple association with other Geos in GeoAssoc entity.
> >
> > Hope it helps!
> >
> > --
> > Rishi Solanki
> > Manager, Enterprise Software Development
> > HotWax Media Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxmedia.com
> >
> >
> > On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <[hidden email]>
> > wrote:
> >
> > > Hello David,
> > >
> > > I don't have the whole solution in fact.
> > >
> > > What you need to do is to set up a promotion without code in the
> catalog
> > > screen.
> > > And put one condition and one action in your promotion rule:
> > > - cart sub total >= 70 € (excl. VAT)
> > > The action is:
> > > - Shipping x% discount   1    100%
> > >
> > > Then it distracts the shipping costs totally from the total amount when
> > the
> > > cart sub total is 70 € + VAT or more.
> > >
> > > Don't forget to include your promotion categories.
> > >
> > > But what i didn't found, was how to link the condition to parties
> coming
> > > only from one or two countries.
> > > I don't want to give free shipping costs to all countries.
> > >
> > > Anyone an idea?
> > >
> > > Regards,
> > > Eric
> > >
> > > 2013/3/19 David Saenz <[hidden email]>
> > >
> > > > Can you share the solution?
> > > > Thanks in advance :)
> > > > I am facing similar issue.
> > > > DS
> > > >
> > > > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> > > > > Hello,
> > > > >
> > > > > I was too fast.
> > > > > I found the solution.
> > > > > However thanks .
> > > > >
> > > > > Regards,
> > > > > Eric
> > > > >
> > > > > 2013/3/19 info.olagos <[hidden email]>
> > > > >
> > > > >> Hello,
> > > > >>
> > > > >> I want to configure the ecommerce part of ofbiz , especially the
> > > > shipping
> > > > >> configuration.
> > > > >>
> > > > >> I want to configure that from 75 € on, the shipping costs are
> zero.
> > > > >>
> > > > >> I think it is not possible to do that in standard ofbiz. Anyone an
> > > idea?
> > > > >>
> > > > >> I see that in "promo rules" i can only deduct a certain amount of
> > the
> > > > >> shipping costs if the amount to pay is 75 € or more. But i can not
> > put
> > > > them
> > > > >> to zero.
> > > > >> If the shipping costs are the double for example because of a
> higher
> > > > >> weight, i can not assure that they remain zero.
> > > > >>
> > > > >> Eric
> > > > >> --
> > > > >> Olagos bvba
> > > > >> http://www.olagos.eu
> > > > >> http://www.olagos.com
> > > > >> http://www.olagos.be
> > > > >> http://www.olagos.nl
> > > > >> Olagos team
> > > > >> Kerkstraat 34
> > > > >> 2570 Duffel
> > > > >> Belgium
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Olagos bvba
> > > http://www.olagos.eu
> > > http://www.olagos.com
> > > http://www.olagos.be
> > > http://www.olagos.nl
> > > Olagos team
> > > Kerkstraat 34
> > > 2570 Duffel
> > > Belgium
> > >
> >
>
>
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044
>
Reply | Threaded
Open this post in threaded view
|

Re: question

Deepak Agarwal
Thanks Rishi,

Actually ShipmentCost is to incure some shipping fees in the total order
amount. My problem is different, In my case shipping is absolutely free
But, my shipping provider can't send it to location x,y,z if total order
amount is greater than 10k.

I think I need to divide in zones and then link them somehow to shipping
providers. One shipping provider has different order amount limit for
different zones

On Wed, Mar 20, 2013 at 1:06 PM, Rishi Solanki <[hidden email]>wrote:

> Deepak,
>
> You may need to look into the ShipmentCostEstimate.carrierPartyId field.
> For the party which do shipping use this field. More information about the
> data setup can be extracted from DemoShipping.xml data file.
>
> Hope it helps!
>
> --
> Rishi Solanki
> Manager, Enterprise Software Development
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Wed, Mar 20, 2013 at 12:38 PM, Deepak Agarwal <[hidden email]
> >wrote:
>
> > We have a different kind of requirement. We have shipping providers those
> > have different total order amount limit on different geos. How can we
> > achive it ?
> > For example : Shipper A can deliver to x,y,z location if order total is <
> > 10k . And same shipper can deliver to t,u,v location if order total is <
> > 25k
> >
> > On Wed, Mar 20, 2013 at 11:14 AM, Rishi Solanki <[hidden email]
> > >wrote:
> >
> > > Eric,
> > >
> > > Please consider QuantityBreak and related entities to achieve this. You
> > > need to setup quantity breaks of type ORDER_VALUE, and make its
> > > relationship to quantityBreakId, weightBreakId or priceBreakId of
> > > ShipmentCostEstimate entity.
> > >
> > > In ShipmentCostEstimate entity you will have the geoIdTo, which tells
> the
> > > system these breaks applicable to which geographical location. To
> > minimize
> > > the records in ShipmentCostEstimate you need to set your own Geo which
> > will
> > > have multiple association with other Geos in GeoAssoc entity.
> > >
> > > Hope it helps!
> > >
> > > --
> > > Rishi Solanki
> > > Manager, Enterprise Software Development
> > > HotWax Media Pvt. Ltd.
> > > Direct: +91-9893287847
> > > http://www.hotwaxmedia.com
> > >
> > >
> > > On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <[hidden email]>
> > > wrote:
> > >
> > > > Hello David,
> > > >
> > > > I don't have the whole solution in fact.
> > > >
> > > > What you need to do is to set up a promotion without code in the
> > catalog
> > > > screen.
> > > > And put one condition and one action in your promotion rule:
> > > > - cart sub total >= 70 € (excl. VAT)
> > > > The action is:
> > > > - Shipping x% discount   1    100%
> > > >
> > > > Then it distracts the shipping costs totally from the total amount
> when
> > > the
> > > > cart sub total is 70 € + VAT or more.
> > > >
> > > > Don't forget to include your promotion categories.
> > > >
> > > > But what i didn't found, was how to link the condition to parties
> > coming
> > > > only from one or two countries.
> > > > I don't want to give free shipping costs to all countries.
> > > >
> > > > Anyone an idea?
> > > >
> > > > Regards,
> > > > Eric
> > > >
> > > > 2013/3/19 David Saenz <[hidden email]>
> > > >
> > > > > Can you share the solution?
> > > > > Thanks in advance :)
> > > > > I am facing similar issue.
> > > > > DS
> > > > >
> > > > > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> > > > > > Hello,
> > > > > >
> > > > > > I was too fast.
> > > > > > I found the solution.
> > > > > > However thanks .
> > > > > >
> > > > > > Regards,
> > > > > > Eric
> > > > > >
> > > > > > 2013/3/19 info.olagos <[hidden email]>
> > > > > >
> > > > > >> Hello,
> > > > > >>
> > > > > >> I want to configure the ecommerce part of ofbiz , especially the
> > > > > shipping
> > > > > >> configuration.
> > > > > >>
> > > > > >> I want to configure that from 75 € on, the shipping costs are
> > zero.
> > > > > >>
> > > > > >> I think it is not possible to do that in standard ofbiz. Anyone
> an
> > > > idea?
> > > > > >>
> > > > > >> I see that in "promo rules" i can only deduct a certain amount
> of
> > > the
> > > > > >> shipping costs if the amount to pay is 75 € or more. But i can
> not
> > > put
> > > > > them
> > > > > >> to zero.
> > > > > >> If the shipping costs are the double for example because of a
> > higher
> > > > > >> weight, i can not assure that they remain zero.
> > > > > >>
> > > > > >> Eric
> > > > > >> --
> > > > > >> Olagos bvba
> > > > > >> http://www.olagos.eu
> > > > > >> http://www.olagos.com
> > > > > >> http://www.olagos.be
> > > > > >> http://www.olagos.nl
> > > > > >> Olagos team
> > > > > >> Kerkstraat 34
> > > > > >> 2570 Duffel
> > > > > >> Belgium
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Olagos bvba
> > > > http://www.olagos.eu
> > > > http://www.olagos.com
> > > > http://www.olagos.be
> > > > http://www.olagos.nl
> > > > Olagos team
> > > > Kerkstraat 34
> > > > 2570 Duffel
> > > > Belgium
> > > >
> > >
> >
> >
> >
> > --
> > Thanks,
> > Deepak Agarwal,
> >
> > Mobile: +91 9501190044
> >
>



--
Thanks,
Deepak Agarwal,

Paxcel Technologies Pvt Ltd.
Hartron Complex, Sector 18, Gurgaon, India.
E-Mail: [hidden email]
Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: question

Rishi Solanki
This should be tricky setup, you just need to setup quantity breaks of type
ORDER_VALUE. which have from and thru values 0 and 10000 respectively.
Another break will have from 10001 to 25000, now if you setup geoIdTo as
per your need and associate breaks with appropriate shipment cost estimates
then it should work automatically.

For example;
Breaks:
Q1 - 0 to 10000
Q2 - 10001 to 25000
CostEstimates:
SCE1 - carrierPartyId - UPS, breakId - Q1, geoIdTo = 'XYZ' (Where XYZ geoId
will have X, Y and Z location linked in GeoAssoc with XYZ geoId)
SCE2 - carrierPartyId - FEDEX, breakId - Q2, geoIdTo = 'TUV' (Where TUV
geoId will have T, U and V location linked in GeoAssoc with TUV geoId)

In general for shipping address have location among X, Y or Z system will
automatically pick the SCE1 for it for order amount less than 10000 same
applicable for the SCE2. If you want to switch shipping party (carrier
party) then simply set geoIdTo same 'XYZ' and on the basis of order amount
system should automatically switch the party.

Probability is no customization required, but if need to do then should be
minor.

--
Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Mar 20, 2013 at 1:14 PM, Deepak Agarwal
<[hidden email]>wrote:

> Thanks Rishi,
>
> Actually ShipmentCost is to incure some shipping fees in the total order
> amount. My problem is different, In my case shipping is absolutely free
> But, my shipping provider can't send it to location x,y,z if total order
> amount is greater than 10k.
>
> I think I need to divide in zones and then link them somehow to shipping
> providers. One shipping provider has different order amount limit for
> different zones
>
> On Wed, Mar 20, 2013 at 1:06 PM, Rishi Solanki <[hidden email]
> >wrote:
>
> > Deepak,
> >
> > You may need to look into the ShipmentCostEstimate.carrierPartyId field.
> > For the party which do shipping use this field. More information about
> the
> > data setup can be extracted from DemoShipping.xml data file.
> >
> > Hope it helps!
> >
> > --
> > Rishi Solanki
> > Manager, Enterprise Software Development
> > HotWax Media Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxmedia.com
> >
> >
> > On Wed, Mar 20, 2013 at 12:38 PM, Deepak Agarwal <[hidden email]
> > >wrote:
> >
> > > We have a different kind of requirement. We have shipping providers
> those
> > > have different total order amount limit on different geos. How can we
> > > achive it ?
> > > For example : Shipper A can deliver to x,y,z location if order total
> is <
> > > 10k . And same shipper can deliver to t,u,v location if order total is
> <
> > > 25k
> > >
> > > On Wed, Mar 20, 2013 at 11:14 AM, Rishi Solanki <
> [hidden email]
> > > >wrote:
> > >
> > > > Eric,
> > > >
> > > > Please consider QuantityBreak and related entities to achieve this.
> You
> > > > need to setup quantity breaks of type ORDER_VALUE, and make its
> > > > relationship to quantityBreakId, weightBreakId or priceBreakId of
> > > > ShipmentCostEstimate entity.
> > > >
> > > > In ShipmentCostEstimate entity you will have the geoIdTo, which tells
> > the
> > > > system these breaks applicable to which geographical location. To
> > > minimize
> > > > the records in ShipmentCostEstimate you need to set your own Geo
> which
> > > will
> > > > have multiple association with other Geos in GeoAssoc entity.
> > > >
> > > > Hope it helps!
> > > >
> > > > --
> > > > Rishi Solanki
> > > > Manager, Enterprise Software Development
> > > > HotWax Media Pvt. Ltd.
> > > > Direct: +91-9893287847
> > > > http://www.hotwaxmedia.com
> > > >
> > > >
> > > > On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <[hidden email]>
> > > > wrote:
> > > >
> > > > > Hello David,
> > > > >
> > > > > I don't have the whole solution in fact.
> > > > >
> > > > > What you need to do is to set up a promotion without code in the
> > > catalog
> > > > > screen.
> > > > > And put one condition and one action in your promotion rule:
> > > > > - cart sub total >= 70 € (excl. VAT)
> > > > > The action is:
> > > > > - Shipping x% discount   1    100%
> > > > >
> > > > > Then it distracts the shipping costs totally from the total amount
> > when
> > > > the
> > > > > cart sub total is 70 € + VAT or more.
> > > > >
> > > > > Don't forget to include your promotion categories.
> > > > >
> > > > > But what i didn't found, was how to link the condition to parties
> > > coming
> > > > > only from one or two countries.
> > > > > I don't want to give free shipping costs to all countries.
> > > > >
> > > > > Anyone an idea?
> > > > >
> > > > > Regards,
> > > > > Eric
> > > > >
> > > > > 2013/3/19 David Saenz <[hidden email]>
> > > > >
> > > > > > Can you share the solution?
> > > > > > Thanks in advance :)
> > > > > > I am facing similar issue.
> > > > > > DS
> > > > > >
> > > > > > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> > > > > > > Hello,
> > > > > > >
> > > > > > > I was too fast.
> > > > > > > I found the solution.
> > > > > > > However thanks .
> > > > > > >
> > > > > > > Regards,
> > > > > > > Eric
> > > > > > >
> > > > > > > 2013/3/19 info.olagos <[hidden email]>
> > > > > > >
> > > > > > >> Hello,
> > > > > > >>
> > > > > > >> I want to configure the ecommerce part of ofbiz , especially
> the
> > > > > > shipping
> > > > > > >> configuration.
> > > > > > >>
> > > > > > >> I want to configure that from 75 € on, the shipping costs are
> > > zero.
> > > > > > >>
> > > > > > >> I think it is not possible to do that in standard ofbiz.
> Anyone
> > an
> > > > > idea?
> > > > > > >>
> > > > > > >> I see that in "promo rules" i can only deduct a certain amount
> > of
> > > > the
> > > > > > >> shipping costs if the amount to pay is 75 € or more. But i can
> > not
> > > > put
> > > > > > them
> > > > > > >> to zero.
> > > > > > >> If the shipping costs are the double for example because of a
> > > higher
> > > > > > >> weight, i can not assure that they remain zero.
> > > > > > >>
> > > > > > >> Eric
> > > > > > >> --
> > > > > > >> Olagos bvba
> > > > > > >> http://www.olagos.eu
> > > > > > >> http://www.olagos.com
> > > > > > >> http://www.olagos.be
> > > > > > >> http://www.olagos.nl
> > > > > > >> Olagos team
> > > > > > >> Kerkstraat 34
> > > > > > >> 2570 Duffel
> > > > > > >> Belgium
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Olagos bvba
> > > > > http://www.olagos.eu
> > > > > http://www.olagos.com
> > > > > http://www.olagos.be
> > > > > http://www.olagos.nl
> > > > > Olagos team
> > > > > Kerkstraat 34
> > > > > 2570 Duffel
> > > > > Belgium
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Thanks,
> > > Deepak Agarwal,
> > >
> > > Mobile: +91 9501190044
> > >
> >
>
>
>
> --
> Thanks,
> Deepak Agarwal,
>
> Paxcel Technologies Pvt Ltd.
> Hartron Complex, Sector 18, Gurgaon, India.
> E-Mail: [hidden email]
> Mobile: +91 9501190044
>
Reply | Threaded
Open this post in threaded view
|

Re: question

Rishi Solanki
Forgot to mention, ShipmentCostEstimate.orderFlatPrice and
ShipmentCostEstimate.orderPricePercent needs to set to 0.0 to get the free
shipping. Then the solution works as free shipping.

--
Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Mar 20, 2013 at 1:35 PM, Rishi Solanki <[hidden email]>wrote:

> This should be tricky setup, you just need to setup quantity breaks of
> type ORDER_VALUE. which have from and thru values 0 and 10000 respectively.
> Another break will have from 10001 to 25000, now if you setup geoIdTo as
> per your need and associate breaks with appropriate shipment cost estimates
> then it should work automatically.
>
> For example;
> Breaks:
> Q1 - 0 to 10000
> Q2 - 10001 to 25000
> CostEstimates:
> SCE1 - carrierPartyId - UPS, breakId - Q1, geoIdTo = 'XYZ' (Where XYZ
> geoId will have X, Y and Z location linked in GeoAssoc with XYZ geoId)
> SCE2 - carrierPartyId - FEDEX, breakId - Q2, geoIdTo = 'TUV' (Where TUV
> geoId will have T, U and V location linked in GeoAssoc with TUV geoId)
>
> In general for shipping address have location among X, Y or Z system will
> automatically pick the SCE1 for it for order amount less than 10000 same
> applicable for the SCE2. If you want to switch shipping party (carrier
> party) then simply set geoIdTo same 'XYZ' and on the basis of order amount
> system should automatically switch the party.
>
> Probability is no customization required, but if need to do then should be
> minor.
>
>
> --
> Rishi Solanki
> Manager, Enterprise Software Development
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Wed, Mar 20, 2013 at 1:14 PM, Deepak Agarwal <[hidden email]
> > wrote:
>
>> Thanks Rishi,
>>
>> Actually ShipmentCost is to incure some shipping fees in the total order
>> amount. My problem is different, In my case shipping is absolutely free
>> But, my shipping provider can't send it to location x,y,z if total order
>> amount is greater than 10k.
>>
>> I think I need to divide in zones and then link them somehow to shipping
>> providers. One shipping provider has different order amount limit for
>> different zones
>>
>> On Wed, Mar 20, 2013 at 1:06 PM, Rishi Solanki <[hidden email]
>> >wrote:
>>
>> > Deepak,
>> >
>> > You may need to look into the ShipmentCostEstimate.carrierPartyId field.
>> > For the party which do shipping use this field. More information about
>> the
>> > data setup can be extracted from DemoShipping.xml data file.
>> >
>> > Hope it helps!
>> >
>> > --
>> > Rishi Solanki
>> > Manager, Enterprise Software Development
>> > HotWax Media Pvt. Ltd.
>> > Direct: +91-9893287847
>> > http://www.hotwaxmedia.com
>> >
>> >
>> > On Wed, Mar 20, 2013 at 12:38 PM, Deepak Agarwal <[hidden email]
>> > >wrote:
>> >
>> > > We have a different kind of requirement. We have shipping providers
>> those
>> > > have different total order amount limit on different geos. How can we
>> > > achive it ?
>> > > For example : Shipper A can deliver to x,y,z location if order total
>> is <
>> > > 10k . And same shipper can deliver to t,u,v location if order total
>> is <
>> > > 25k
>> > >
>> > > On Wed, Mar 20, 2013 at 11:14 AM, Rishi Solanki <
>> [hidden email]
>> > > >wrote:
>> > >
>> > > > Eric,
>> > > >
>> > > > Please consider QuantityBreak and related entities to achieve this.
>> You
>> > > > need to setup quantity breaks of type ORDER_VALUE, and make its
>> > > > relationship to quantityBreakId, weightBreakId or priceBreakId of
>> > > > ShipmentCostEstimate entity.
>> > > >
>> > > > In ShipmentCostEstimate entity you will have the geoIdTo, which
>> tells
>> > the
>> > > > system these breaks applicable to which geographical location. To
>> > > minimize
>> > > > the records in ShipmentCostEstimate you need to set your own Geo
>> which
>> > > will
>> > > > have multiple association with other Geos in GeoAssoc entity.
>> > > >
>> > > > Hope it helps!
>> > > >
>> > > > --
>> > > > Rishi Solanki
>> > > > Manager, Enterprise Software Development
>> > > > HotWax Media Pvt. Ltd.
>> > > > Direct: +91-9893287847
>> > > > http://www.hotwaxmedia.com
>> > > >
>> > > >
>> > > > On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <[hidden email]
>> >
>> > > > wrote:
>> > > >
>> > > > > Hello David,
>> > > > >
>> > > > > I don't have the whole solution in fact.
>> > > > >
>> > > > > What you need to do is to set up a promotion without code in the
>> > > catalog
>> > > > > screen.
>> > > > > And put one condition and one action in your promotion rule:
>> > > > > - cart sub total >= 70 € (excl. VAT)
>> > > > > The action is:
>> > > > > - Shipping x% discount   1    100%
>> > > > >
>> > > > > Then it distracts the shipping costs totally from the total amount
>> > when
>> > > > the
>> > > > > cart sub total is 70 € + VAT or more.
>> > > > >
>> > > > > Don't forget to include your promotion categories.
>> > > > >
>> > > > > But what i didn't found, was how to link the condition to parties
>> > > coming
>> > > > > only from one or two countries.
>> > > > > I don't want to give free shipping costs to all countries.
>> > > > >
>> > > > > Anyone an idea?
>> > > > >
>> > > > > Regards,
>> > > > > Eric
>> > > > >
>> > > > > 2013/3/19 David Saenz <[hidden email]>
>> > > > >
>> > > > > > Can you share the solution?
>> > > > > > Thanks in advance :)
>> > > > > > I am facing similar issue.
>> > > > > > DS
>> > > > > >
>> > > > > > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
>> > > > > > > Hello,
>> > > > > > >
>> > > > > > > I was too fast.
>> > > > > > > I found the solution.
>> > > > > > > However thanks .
>> > > > > > >
>> > > > > > > Regards,
>> > > > > > > Eric
>> > > > > > >
>> > > > > > > 2013/3/19 info.olagos <[hidden email]>
>> > > > > > >
>> > > > > > >> Hello,
>> > > > > > >>
>> > > > > > >> I want to configure the ecommerce part of ofbiz , especially
>> the
>> > > > > > shipping
>> > > > > > >> configuration.
>> > > > > > >>
>> > > > > > >> I want to configure that from 75 € on, the shipping costs are
>> > > zero.
>> > > > > > >>
>> > > > > > >> I think it is not possible to do that in standard ofbiz.
>> Anyone
>> > an
>> > > > > idea?
>> > > > > > >>
>> > > > > > >> I see that in "promo rules" i can only deduct a certain
>> amount
>> > of
>> > > > the
>> > > > > > >> shipping costs if the amount to pay is 75 € or more. But i
>> can
>> > not
>> > > > put
>> > > > > > them
>> > > > > > >> to zero.
>> > > > > > >> If the shipping costs are the double for example because of a
>> > > higher
>> > > > > > >> weight, i can not assure that they remain zero.
>> > > > > > >>
>> > > > > > >> Eric
>> > > > > > >> --
>> > > > > > >> Olagos bvba
>> > > > > > >> http://www.olagos.eu
>> > > > > > >> http://www.olagos.com
>> > > > > > >> http://www.olagos.be
>> > > > > > >> http://www.olagos.nl
>> > > > > > >> Olagos team
>> > > > > > >> Kerkstraat 34
>> > > > > > >> 2570 Duffel
>> > > > > > >> Belgium
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Olagos bvba
>> > > > > http://www.olagos.eu
>> > > > > http://www.olagos.com
>> > > > > http://www.olagos.be
>> > > > > http://www.olagos.nl
>> > > > > Olagos team
>> > > > > Kerkstraat 34
>> > > > > 2570 Duffel
>> > > > > Belgium
>> > > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Thanks,
>> > > Deepak Agarwal,
>> > >
>> > > Mobile: +91 9501190044
>> > >
>> >
>>
>>
>>
>> --
>> Thanks,
>> Deepak Agarwal,
>>
>> Paxcel Technologies Pvt Ltd.
>> Hartron Complex, Sector 18, Gurgaon, India.
>> E-Mail: [hidden email]
>> Mobile: +91 9501190044
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: question

Deepak Agarwal-2
Thanks a lot Rishi, It helped !

On Wed, Mar 20, 2013 at 2:07 PM, Rishi Solanki <[hidden email]>wrote:

> Forgot to mention, ShipmentCostEstimate.orderFlatPrice and
> ShipmentCostEstimate.orderPricePercent needs to set to 0.0 to get the free
> shipping. Then the solution works as free shipping.
>
> --
> Rishi Solanki
> Manager, Enterprise Software Development
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Wed, Mar 20, 2013 at 1:35 PM, Rishi Solanki <[hidden email]
> >wrote:
>
> > This should be tricky setup, you just need to setup quantity breaks of
> > type ORDER_VALUE. which have from and thru values 0 and 10000
> respectively.
> > Another break will have from 10001 to 25000, now if you setup geoIdTo as
> > per your need and associate breaks with appropriate shipment cost
> estimates
> > then it should work automatically.
> >
> > For example;
> > Breaks:
> > Q1 - 0 to 10000
> > Q2 - 10001 to 25000
> > CostEstimates:
> > SCE1 - carrierPartyId - UPS, breakId - Q1, geoIdTo = 'XYZ' (Where XYZ
> > geoId will have X, Y and Z location linked in GeoAssoc with XYZ geoId)
> > SCE2 - carrierPartyId - FEDEX, breakId - Q2, geoIdTo = 'TUV' (Where TUV
> > geoId will have T, U and V location linked in GeoAssoc with TUV geoId)
> >
> > In general for shipping address have location among X, Y or Z system will
> > automatically pick the SCE1 for it for order amount less than 10000 same
> > applicable for the SCE2. If you want to switch shipping party (carrier
> > party) then simply set geoIdTo same 'XYZ' and on the basis of order
> amount
> > system should automatically switch the party.
> >
> > Probability is no customization required, but if need to do then should
> be
> > minor.
> >
> >
> > --
> > Rishi Solanki
> > Manager, Enterprise Software Development
> > HotWax Media Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxmedia.com
> >
> >
> > On Wed, Mar 20, 2013 at 1:14 PM, Deepak Agarwal <
> [hidden email]
> > > wrote:
> >
> >> Thanks Rishi,
> >>
> >> Actually ShipmentCost is to incure some shipping fees in the total order
> >> amount. My problem is different, In my case shipping is absolutely free
> >> But, my shipping provider can't send it to location x,y,z if total order
> >> amount is greater than 10k.
> >>
> >> I think I need to divide in zones and then link them somehow to shipping
> >> providers. One shipping provider has different order amount limit for
> >> different zones
> >>
> >> On Wed, Mar 20, 2013 at 1:06 PM, Rishi Solanki <[hidden email]
> >> >wrote:
> >>
> >> > Deepak,
> >> >
> >> > You may need to look into the ShipmentCostEstimate.carrierPartyId
> field.
> >> > For the party which do shipping use this field. More information about
> >> the
> >> > data setup can be extracted from DemoShipping.xml data file.
> >> >
> >> > Hope it helps!
> >> >
> >> > --
> >> > Rishi Solanki
> >> > Manager, Enterprise Software Development
> >> > HotWax Media Pvt. Ltd.
> >> > Direct: +91-9893287847
> >> > http://www.hotwaxmedia.com
> >> >
> >> >
> >> > On Wed, Mar 20, 2013 at 12:38 PM, Deepak Agarwal <
> [hidden email]
> >> > >wrote:
> >> >
> >> > > We have a different kind of requirement. We have shipping providers
> >> those
> >> > > have different total order amount limit on different geos. How can
> we
> >> > > achive it ?
> >> > > For example : Shipper A can deliver to x,y,z location if order total
> >> is <
> >> > > 10k . And same shipper can deliver to t,u,v location if order total
> >> is <
> >> > > 25k
> >> > >
> >> > > On Wed, Mar 20, 2013 at 11:14 AM, Rishi Solanki <
> >> [hidden email]
> >> > > >wrote:
> >> > >
> >> > > > Eric,
> >> > > >
> >> > > > Please consider QuantityBreak and related entities to achieve
> this.
> >> You
> >> > > > need to setup quantity breaks of type ORDER_VALUE, and make its
> >> > > > relationship to quantityBreakId, weightBreakId or priceBreakId of
> >> > > > ShipmentCostEstimate entity.
> >> > > >
> >> > > > In ShipmentCostEstimate entity you will have the geoIdTo, which
> >> tells
> >> > the
> >> > > > system these breaks applicable to which geographical location. To
> >> > > minimize
> >> > > > the records in ShipmentCostEstimate you need to set your own Geo
> >> which
> >> > > will
> >> > > > have multiple association with other Geos in GeoAssoc entity.
> >> > > >
> >> > > > Hope it helps!
> >> > > >
> >> > > > --
> >> > > > Rishi Solanki
> >> > > > Manager, Enterprise Software Development
> >> > > > HotWax Media Pvt. Ltd.
> >> > > > Direct: +91-9893287847
> >> > > > http://www.hotwaxmedia.com
> >> > > >
> >> > > >
> >> > > > On Wed, Mar 20, 2013 at 4:40 AM, info.olagos <
> [hidden email]
> >> >
> >> > > > wrote:
> >> > > >
> >> > > > > Hello David,
> >> > > > >
> >> > > > > I don't have the whole solution in fact.
> >> > > > >
> >> > > > > What you need to do is to set up a promotion without code in the
> >> > > catalog
> >> > > > > screen.
> >> > > > > And put one condition and one action in your promotion rule:
> >> > > > > - cart sub total >= 70 € (excl. VAT)
> >> > > > > The action is:
> >> > > > > - Shipping x% discount   1    100%
> >> > > > >
> >> > > > > Then it distracts the shipping costs totally from the total
> amount
> >> > when
> >> > > > the
> >> > > > > cart sub total is 70 € + VAT or more.
> >> > > > >
> >> > > > > Don't forget to include your promotion categories.
> >> > > > >
> >> > > > > But what i didn't found, was how to link the condition to
> parties
> >> > > coming
> >> > > > > only from one or two countries.
> >> > > > > I don't want to give free shipping costs to all countries.
> >> > > > >
> >> > > > > Anyone an idea?
> >> > > > >
> >> > > > > Regards,
> >> > > > > Eric
> >> > > > >
> >> > > > > 2013/3/19 David Saenz <[hidden email]>
> >> > > > >
> >> > > > > > Can you share the solution?
> >> > > > > > Thanks in advance :)
> >> > > > > > I am facing similar issue.
> >> > > > > > DS
> >> > > > > >
> >> > > > > > On Tuesday, March 19, 2013 8:48:09 AM, info.olagos wrote:
> >> > > > > > > Hello,
> >> > > > > > >
> >> > > > > > > I was too fast.
> >> > > > > > > I found the solution.
> >> > > > > > > However thanks .
> >> > > > > > >
> >> > > > > > > Regards,
> >> > > > > > > Eric
> >> > > > > > >
> >> > > > > > > 2013/3/19 info.olagos <[hidden email]>
> >> > > > > > >
> >> > > > > > >> Hello,
> >> > > > > > >>
> >> > > > > > >> I want to configure the ecommerce part of ofbiz ,
> especially
> >> the
> >> > > > > > shipping
> >> > > > > > >> configuration.
> >> > > > > > >>
> >> > > > > > >> I want to configure that from 75 € on, the shipping costs
> are
> >> > > zero.
> >> > > > > > >>
> >> > > > > > >> I think it is not possible to do that in standard ofbiz.
> >> Anyone
> >> > an
> >> > > > > idea?
> >> > > > > > >>
> >> > > > > > >> I see that in "promo rules" i can only deduct a certain
> >> amount
> >> > of
> >> > > > the
> >> > > > > > >> shipping costs if the amount to pay is 75 € or more. But i
> >> can
> >> > not
> >> > > > put
> >> > > > > > them
> >> > > > > > >> to zero.
> >> > > > > > >> If the shipping costs are the double for example because
> of a
> >> > > higher
> >> > > > > > >> weight, i can not assure that they remain zero.
> >> > > > > > >>
> >> > > > > > >> Eric
> >> > > > > > >> --
> >> > > > > > >> Olagos bvba
> >> > > > > > >> http://www.olagos.eu
> >> > > > > > >> http://www.olagos.com
> >> > > > > > >> http://www.olagos.be
> >> > > > > > >> http://www.olagos.nl
> >> > > > > > >> Olagos team
> >> > > > > > >> Kerkstraat 34
> >> > > > > > >> 2570 Duffel
> >> > > > > > >> Belgium
> >> > > > > > >>
> >> > > > > > >>
> >> > > > > > >>
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Olagos bvba
> >> > > > > http://www.olagos.eu
> >> > > > > http://www.olagos.com
> >> > > > > http://www.olagos.be
> >> > > > > http://www.olagos.nl
> >> > > > > Olagos team
> >> > > > > Kerkstraat 34
> >> > > > > 2570 Duffel
> >> > > > > Belgium
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Thanks,
> >> > > Deepak Agarwal,
> >> > >
> >> > > Mobile: +91 9501190044
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Thanks,
> >> Deepak Agarwal,
> >>
> >> Paxcel Technologies Pvt Ltd.
> >> Hartron Complex, Sector 18, Gurgaon, India.
> >> E-Mail: [hidden email]
> >> Mobile: +91 9501190044
> >>
> >
> >
>



--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044