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 >
