Hello all,
Do we any option in ofbiz to give flate shipment cost to a product for a specific carrier party. My major concern is to have fixed shipment estimates for a specific product. Thanks & Regards -- Pranay Pandey smime.p7s (3K) Download Attachment |
What research have you done so far... especially which entities have you looked at and found to not be sufficient? -David On Jan 7, 2009, at 8:48 AM, Pranay Pandey wrote: > Hello all, > > Do we any option in ofbiz to give flate shipment cost to a product > for a specific carrier party. > My major concern is to have fixed shipment estimates for a specific > product. > > > Thanks & Regards > -- > Pranay Pandey |
Thanks David for the reply.
For doing this I searched around following entities but couldn't find a way to do this: Party, PartyGroup, PartyRole -- For setting up Carrier Party ShipmentMethodType CarrierShipmentMethod ProductStoreShipmentMeth QuantityBreak ShipmentCostEstimate Product - Which has few settings related to shipment but not a field which can hold a fixed shipping cost for it. After going through these entities and from the Catalog application, I couldn't find way by which I can do a setting for a fixed shipment cost for a specific product with a specific carrier. Please suggest If I am missing something. Thanks & Regards -- Pranay Pandey On Jan 7, 2009, at 11:26 PM, David E Jones wrote: > > What research have you done so far... especially which entities have > you looked at and found to not be sufficient? > > -David > > > On Jan 7, 2009, at 8:48 AM, Pranay Pandey wrote: > >> Hello all, >> >> Do we any option in ofbiz to give flate shipment cost to a product >> for a specific carrier party. >> My major concern is to have fixed shipment estimates for a specific >> product. >> >> >> Thanks & Regards >> -- >> Pranay Pandey > smime.p7s (3K) Download Attachment |
Based on your description what you need is an entity that defines something (a shipping rate) that describes the relationship between a Product and a Carrier (or CarrierShipmentMethod, would be more generally useful and allow you to specify a shipment method, and you may need even more things in the relationship like a geographic region (Geo)). In other words, you need a join entity that goes between Product and CarrierShipmentMethod and has a field on it for the productShippingCost. The first step is to clearly define what data you need and how it relates to other data, as I've started to guess at above, and then to model based on that. -David On Jan 8, 2009, at 12:40 AM, Pranay Pandey wrote: > Thanks David for the reply. > > For doing this I searched around following entities but couldn't > find a way to do this: > > Party, PartyGroup, PartyRole -- For setting up Carrier Party > ShipmentMethodType > CarrierShipmentMethod > ProductStoreShipmentMeth > QuantityBreak > ShipmentCostEstimate > Product - Which has few settings related to shipment but not a field > which can hold a fixed shipping cost for it. > > After going through these entities and from the Catalog application, > I couldn't find way by which I can do a setting for a fixed shipment > cost for a specific product with a specific carrier. > Please suggest If I am missing something. > > Thanks & Regards > -- > Pranay Pandey > > > On Jan 7, 2009, at 11:26 PM, David E Jones wrote: > >> >> What research have you done so far... especially which entities >> have you looked at and found to not be sufficient? >> >> -David >> >> >> On Jan 7, 2009, at 8:48 AM, Pranay Pandey wrote: >> >>> Hello all, >>> >>> Do we any option in ofbiz to give flate shipment cost to a product >>> for a specific carrier party. >>> My major concern is to have fixed shipment estimates for a >>> specific product. >>> >>> >>> Thanks & Regards >>> -- >>> Pranay Pandey >> > |
Thank you so much David it helps a lot.
Kind Regards -- Pranay Pandey On Jan 9, 2009, at 7:09 AM, David E Jones wrote: > > Based on your description what you need is an entity that defines > something (a shipping rate) that describes the relationship between > a Product and a Carrier (or CarrierShipmentMethod, would be more > generally useful and allow you to specify a shipment method, and you > may need even more things in the relationship like a geographic > region (Geo)). In other words, you need a join entity that goes > between Product and CarrierShipmentMethod and has a field on it for > the productShippingCost. > > The first step is to clearly define what data you need and how it > relates to other data, as I've started to guess at above, and then > to model based on that. > > -David > > > On Jan 8, 2009, at 12:40 AM, Pranay Pandey wrote: > >> Thanks David for the reply. >> >> For doing this I searched around following entities but couldn't >> find a way to do this: >> >> Party, PartyGroup, PartyRole -- For setting up Carrier Party >> ShipmentMethodType >> CarrierShipmentMethod >> ProductStoreShipmentMeth >> QuantityBreak >> ShipmentCostEstimate >> Product - Which has few settings related to shipment but not a >> field which can hold a fixed shipping cost for it. >> >> After going through these entities and from the Catalog >> application, I couldn't find way by which I can do a setting for a >> fixed shipment cost for a specific product with a specific carrier. >> Please suggest If I am missing something. >> >> Thanks & Regards >> -- >> Pranay Pandey >> >> >> On Jan 7, 2009, at 11:26 PM, David E Jones wrote: >> >>> >>> What research have you done so far... especially which entities >>> have you looked at and found to not be sufficient? >>> >>> -David >>> >>> >>> On Jan 7, 2009, at 8:48 AM, Pranay Pandey wrote: >>> >>>> Hello all, >>>> >>>> Do we any option in ofbiz to give flate shipment cost to a >>>> product for a specific carrier party. >>>> My major concern is to have fixed shipment estimates for a >>>> specific product. >>>> >>>> >>>> Thanks & Regards >>>> -- >>>> Pranay Pandey >>> >> > smime.p7s (3K) Download Attachment |
Free forum by Nabble | Edit this page |