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 <[email protected]>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 <[email protected]
> > 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 <[email protected]
>> >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 <[email protected]
>> > >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 <
>> [email protected]
>> > > >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 <[email protected]
>> >
>> > > > 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 <[email protected]>
>> > > > >
>> > > > > > 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 <[email protected]>
>> > > > > > >
>> > > > > > >> 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: [email protected]
>> Mobile: +91 9501190044
>>
>
>

Reply via email to