International Shipping

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

International Shipping

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

Formula, Lookup Data, etc.

Does Ofbiz have such functionality?

Thanks,
DS
Reply | Threaded
Open this post in threaded view
|

Re: International Shipping

Mandeep Sidhu
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 <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

Re: International Shipping

David Saenz
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 <[hidden email]> wrote:
>
>> Any idea how I could implement a international shipping calculator,
>> import / export?
>>
>> Formula, Lookup Data, etc.
>>
>> Does Ofbiz have such functionality?
>>
>> Thanks,
>> DS
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: International Shipping

Mandeep Sidhu
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 <[hidden email]> 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 <[hidden email]> 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