You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by David Saenz <ds...@gmail.com> on 2013/06/19 21:33:20 UTC

International Shipping

Any idea how I could implement a international shipping calculator,
import / export?

Formula, Lookup Data, etc.

Does Ofbiz have such functionality?

Thanks,
DS

Re: International Shipping

Posted by Mandeep Sidhu <ma...@gmail.com>.
CheckOutHelper.calcAndAddTax
Tax authorities are configured under accouting module, so it can be
configured via the accounting module of admin application.


On Wed, Jun 19, 2013 at 1:02 PM, David Saenz <ds...@gmail.com> wrote:

> Thanks!  What about calculating taxes and duty, is there site or
> database to get the formulas or rates?
>
> On 6/19/2013 1:56 PM, Mandeep Sidhu wrote:
> > You might want to check out method getShipEstimate in the following class
> > org.ofbiz.order.shoppingcart.shipping.ShippingEvents
> >
> > During debugging I found this is used to calculate any shipping related
> > estimates and adds to the cart.getSubTotal (cart.getGrandTotal
> eventually).
> >
> > Regards,
> > Mandeep
> >
> > On Wed, Jun 19, 2013 at 12:33 PM, David Saenz <ds...@gmail.com> wrote:
> >
> >> Any idea how I could implement a international shipping calculator,
> >> import / export?
> >>
> >> Formula, Lookup Data, etc.
> >>
> >> Does Ofbiz have such functionality?
> >>
> >> Thanks,
> >> DS
> >>
> >
> >
> >
>



-- 
Regards,
Mandeep Singh Sidhu
http://www.simbacart.com (ofbiz based)
http://www.sidsol.com

Re: International Shipping

Posted by David Saenz <ds...@gmail.com>.
Thanks!  What about calculating taxes and duty, is there site or
database to get the formulas or rates?

On 6/19/2013 1:56 PM, Mandeep Sidhu wrote:
> You might want to check out method getShipEstimate in the following class
> org.ofbiz.order.shoppingcart.shipping.ShippingEvents
> 
> During debugging I found this is used to calculate any shipping related
> estimates and adds to the cart.getSubTotal (cart.getGrandTotal eventually).
> 
> Regards,
> Mandeep
> 
> On Wed, Jun 19, 2013 at 12:33 PM, David Saenz <ds...@gmail.com> wrote:
> 
>> Any idea how I could implement a international shipping calculator,
>> import / export?
>>
>> Formula, Lookup Data, etc.
>>
>> Does Ofbiz have such functionality?
>>
>> Thanks,
>> DS
>>
> 
> 
> 

Re: International Shipping

Posted by Mandeep Sidhu <ma...@gmail.com>.
You might want to check out method getShipEstimate in the following class
org.ofbiz.order.shoppingcart.shipping.ShippingEvents

During debugging I found this is used to calculate any shipping related
estimates and adds to the cart.getSubTotal (cart.getGrandTotal eventually).

Regards,
Mandeep

On Wed, Jun 19, 2013 at 12:33 PM, David Saenz <ds...@gmail.com> wrote:

> Any idea how I could implement a international shipping calculator,
> import / export?
>
> Formula, Lookup Data, etc.
>
> Does Ofbiz have such functionality?
>
> Thanks,
> DS
>



-- 
Regards,
Mandeep Singh Sidhu
http://www.simbacart.com (ofbiz based)
http://www.sidsol.com