Hi everyone,
I am trying to configure the shipping method in OFBIZ but I am a bit lost. Is there any tutorial or documentation of how to use it / set it up please? How does the eCommerce application use it to calculate the shipping cost of an order please? Thank you very much! Kind Regards Fong |
Ofbiz calculates shipping cost using method "calcShipmentCostEstimate" in
ShipmentServices.java or you may use "getShipEstimate" in ShippingEvents.java. Shipping charges are configured in store->Shipping estimates --Nandani On Wed, Apr 3, 2013 at 7:38 AM, Ofbiz 开发 <[hidden email]> wrote: > Hi everyone, > > I am trying to configure the shipping method in OFBIZ but I am a bit lost. > > Is there any tutorial or documentation of how to use it / set it up please? > How does the eCommerce application use it to calculate the shipping cost of > an order please? > > Thank you very much! > > Kind Regards > > Fong > -- Nandani Aggarwal |
In reply to this post by Ofbiz 开发
You can see some demo data from here
https://cwiki.apache.org/OFBIZ/third-party-payment-and-shipment-configuration.html Then you can refer more data with advanced options from special purpose ecommerce component. -- Thanks & Regards Atul Vani On Wed, 03 Apr 2013 10:13:42 +0530, Nandani Aggarwal <[hidden email]> wrote: > Ofbiz calculates shipping cost using method "calcShipmentCostEstimate" > in > ShipmentServices.java or you may use "getShipEstimate" > in ShippingEvents.java. > > Shipping charges are configured in store->Shipping estimates > > --Nandani > > On Wed, Apr 3, 2013 at 7:38 AM, Ofbiz 开发 <[hidden email]> wrote: > >> Hi everyone, >> >> I am trying to configure the shipping method in OFBIZ but I am a bit >> lost. >> >> Is there any tutorial or documentation of how to use it / set it up >> please? >> How does the eCommerce application use it to calculate the shipping >> cost of >> an order please? >> >> Thank you very much! >> >> Kind Regards >> >> Fong >> > > > -- Using Opera's revolutionary email client: http://www.opera.com/mail/ |
Thank you very much Nandani and Atul,
I found it under Catalog Manager -> Stores -> Shipping Estimates. I will have a look. Thanks! On Wed, Apr 3, 2013 at 6:49 PM, Atul Vani <[hidden email]> wrote: > You can see some demo data from here > https://cwiki.apache.org/**OFBIZ/third-party-payment-and-** > shipment-configuration.html<https://cwiki.apache.org/OFBIZ/third-party-payment-and-shipment-configuration.html> > > Then you can refer more data with advanced options from special purpose > ecommerce component. > > -- > Thanks & Regards > Atul Vani > > > On Wed, 03 Apr 2013 10:13:42 +0530, Nandani Aggarwal < > [hidden email]> wrote: > > Ofbiz calculates shipping cost using method "calcShipmentCostEstimate" in >> ShipmentServices.java or you may use "getShipEstimate" >> in ShippingEvents.java. >> >> Shipping charges are configured in store->Shipping estimates >> >> --Nandani >> >> On Wed, Apr 3, 2013 at 7:38 AM, Ofbiz 开发 <[hidden email]> wrote: >> >> Hi everyone, >>> >>> I am trying to configure the shipping method in OFBIZ but I am a bit >>> lost. >>> >>> Is there any tutorial or documentation of how to use it / set it up >>> please? >>> How does the eCommerce application use it to calculate the shipping cost >>> of >>> an order please? >>> >>> Thank you very much! >>> >>> Kind Regards >>> >>> Fong >>> >>> >> >> >> > > -- > Using Opera's revolutionary email client: http://www.opera.com/mail/ > |
Hello everyone,
I am trying to learn ofbiz to see if it could help me land some gigs in the future :-) Downloaded the source code from svn with eclipse, added base/config in the classpath, and added target build-eclipse in the build.xml file as described on the website but I still cannot start the application. I get many errors of the type: 2013-04-03 23:36:59,384 (main) [ ExecutionPool.java:87 :ERROR] ---- exception report ---------------------------------------------------------- Exception: java.util.concurrent.ExecutionException Message: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]] ---- cause --------------------------------------------------------------------- Exception: java.lang.IllegalStateException Message: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]] ---- stack trace --------------------------------------------------------------- java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]] org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:904) Any idea? |
Administrator
|
This should not happen if you follow one of the ways there
https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Jacques From: "emeka okafor" <[hidden email]> Hello everyone, I am trying to learn ofbiz to see if it could help me land some gigs in the future :-) Downloaded the source code from svn with eclipse, added base/config in the classpath, and added target build-eclipse in the build.xml file as described on the website but I still cannot start the application. I get many errors of the type: 2013-04-03 23:36:59,384 (main) [ ExecutionPool.java:87 :ERROR] ---- exception report ---------------------------------------------------------- Exception: java.util.concurrent.ExecutionException Message: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]] ---- cause --------------------------------------------------------------------- Exception: java.lang.IllegalStateException Message: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]] ---- stack trace --------------------------------------------------------------- java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]] org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:904) Any idea? |
In reply to this post by Ofbiz 开发
Hi Atul,
Sorry to bother you again. I have read the Wiki document and trying to play around in the back office, but I can't find a place to create a new carrier, I can only edit the existing shipping methods within existing carrier, e.g. UPS. What I try to do is be able to create a new courier and configure its shipping method and cost etc in back office. Is this possible without any code change please? Thanks very much. On Thu, Apr 4, 2013 at 7:51 AM, Ofbiz 开发 <[hidden email]> wrote: > Thank you very much Nandani and Atul, > > I found it under Catalog Manager -> Stores -> Shipping Estimates. > > I will have a look. Thanks! > > > > On Wed, Apr 3, 2013 at 6:49 PM, Atul Vani <[hidden email]>wrote: > >> You can see some demo data from here >> https://cwiki.apache.org/**OFBIZ/third-party-payment-and-** >> shipment-configuration.html<https://cwiki.apache.org/OFBIZ/third-party-payment-and-shipment-configuration.html> >> >> Then you can refer more data with advanced options from special purpose >> ecommerce component. >> >> -- >> Thanks & Regards >> Atul Vani >> >> >> On Wed, 03 Apr 2013 10:13:42 +0530, Nandani Aggarwal < >> [hidden email]> wrote: >> >> Ofbiz calculates shipping cost using method "calcShipmentCostEstimate" >>> in >>> ShipmentServices.java or you may use "getShipEstimate" >>> in ShippingEvents.java. >>> >>> Shipping charges are configured in store->Shipping estimates >>> >>> --Nandani >>> >>> On Wed, Apr 3, 2013 at 7:38 AM, Ofbiz 开发 <[hidden email]> wrote: >>> >>> Hi everyone, >>>> >>>> I am trying to configure the shipping method in OFBIZ but I am a bit >>>> lost. >>>> >>>> Is there any tutorial or documentation of how to use it / set it up >>>> please? >>>> How does the eCommerce application use it to calculate the shipping >>>> cost of >>>> an order please? >>>> >>>> Thank you very much! >>>> >>>> Kind Regards >>>> >>>> Fong >>>> >>>> >>> >>> >>> >> >> -- >> Using Opera's revolutionary email client: http://www.opera.com/mail/ >> > > |
First create shipment method :
Catalog -> Shipping then attach a carrier to it and then go to store and attach the above combination to store. and then give the estimates. On Fri, Apr 12, 2013 at 7:44 AM, Ofbiz 开发 <[hidden email]> wrote: > Hi Atul, > > Sorry to bother you again. I have read the Wiki document and trying to play > around in the back office, but I can't find a place to create a new > carrier, I can only edit the existing shipping methods within existing > carrier, e.g. UPS. > > What I try to do is be able to create a new courier and configure its > shipping method and cost etc in back office. Is this possible without any > code change please? > > Thanks very much. > > > > On Thu, Apr 4, 2013 at 7:51 AM, Ofbiz 开发 <[hidden email]> wrote: > > > Thank you very much Nandani and Atul, > > > > I found it under Catalog Manager -> Stores -> Shipping Estimates. > > > > I will have a look. Thanks! > > > > > > > > On Wed, Apr 3, 2013 at 6:49 PM, Atul Vani <[hidden email] > >wrote: > > > >> You can see some demo data from here > >> https://cwiki.apache.org/**OFBIZ/third-party-payment-and-** > >> shipment-configuration.html< > https://cwiki.apache.org/OFBIZ/third-party-payment-and-shipment-configuration.html > > > >> > >> Then you can refer more data with advanced options from special purpose > >> ecommerce component. > >> > >> -- > >> Thanks & Regards > >> Atul Vani > >> > >> > >> On Wed, 03 Apr 2013 10:13:42 +0530, Nandani Aggarwal < > >> [hidden email]> wrote: > >> > >> Ofbiz calculates shipping cost using method "calcShipmentCostEstimate" > >>> in > >>> ShipmentServices.java or you may use "getShipEstimate" > >>> in ShippingEvents.java. > >>> > >>> Shipping charges are configured in store->Shipping estimates > >>> > >>> --Nandani > >>> > >>> On Wed, Apr 3, 2013 at 7:38 AM, Ofbiz 开发 <[hidden email]> wrote: > >>> > >>> Hi everyone, > >>>> > >>>> I am trying to configure the shipping method in OFBIZ but I am a bit > >>>> lost. > >>>> > >>>> Is there any tutorial or documentation of how to use it / set it up > >>>> please? > >>>> How does the eCommerce application use it to calculate the shipping > >>>> cost of > >>>> an order please? > >>>> > >>>> Thank you very much! > >>>> > >>>> Kind Regards > >>>> > >>>> Fong > >>>> > >>>> > >>> > >>> > >>> > >> > >> -- > >> Using Opera's revolutionary email client: http://www.opera.com/mail/ > >> > > > > > -- Thanks, Deepak Agarwal, Mobile: +91 9501190044 |
In reply to this post by Ofbiz 开发
Carrier is a Party just like others with a PartyRole of carrier.
On Fri, 12 Apr 2013 10:37:02 +0530, Deepak Agarwal <[hidden email]> wrote: > First create shipment method : > Catalog -> Shipping > > then attach a carrier to it > > and then go to store and attach the above combination to store. > and then give the estimates. > > On Fri, Apr 12, 2013 at 7:44 AM, Ofbiz 开发 <[hidden email]> wrote: > >> Hi Atul, >> >> Sorry to bother you again. I have read the Wiki document and trying to >> play >> around in the back office, but I can't find a place to create a new >> carrier, I can only edit the existing shipping methods within existing >> carrier, e.g. UPS. >> >> What I try to do is be able to create a new courier and configure its >> shipping method and cost etc in back office. Is this possible without >> any >> code change please? >> >> Thanks very much. >> >> >> >> On Thu, Apr 4, 2013 at 7:51 AM, Ofbiz 开发 <[hidden email]> wrote: >> >> > Thank you very much Nandani and Atul, >> > >> > I found it under Catalog Manager -> Stores -> Shipping Estimates. >> > >> > I will have a look. Thanks! >> > >> > >> > >> > On Wed, Apr 3, 2013 at 6:49 PM, Atul Vani <[hidden email] >> >wrote: >> > >> >> You can see some demo data from here >> >> https://cwiki.apache.org/**OFBIZ/third-party-payment-and-** >> >> shipment-configuration.html< >> https://cwiki.apache.org/OFBIZ/third-party-payment-and-shipment-configuration.html >> > >> >> >> >> Then you can refer more data with advanced options from special >> purpose >> >> ecommerce component. >> >> >> >> -- >> >> Thanks & Regards >> >> Atul Vani >> >> >> >> >> >> On Wed, 03 Apr 2013 10:13:42 +0530, Nandani Aggarwal < >> >> [hidden email]> wrote: >> >> >> >> Ofbiz calculates shipping cost using method >> "calcShipmentCostEstimate" >> >>> in >> >>> ShipmentServices.java or you may use "getShipEstimate" >> >>> in ShippingEvents.java. >> >>> >> >>> Shipping charges are configured in store->Shipping estimates >> >>> >> >>> --Nandani >> >>> >> >>> On Wed, Apr 3, 2013 at 7:38 AM, Ofbiz 开发 <[hidden email]> >> wrote: >> >>> >> >>> Hi everyone, >> >>>> >> >>>> I am trying to configure the shipping method in OFBIZ but I am a >> bit >> >>>> lost. >> >>>> >> >>>> Is there any tutorial or documentation of how to use it / set it up >> >>>> please? >> >>>> How does the eCommerce application use it to calculate the shipping >> >>>> cost of >> >>>> an order please? >> >>>> >> >>>> Thank you very much! >> >>>> >> >>>> Kind Regards >> >>>> >> >>>> Fong >> >>>> >> >>>> >> >>> >> >>> >> >>> >> >> >> >> -- >> >> Using Opera's revolutionary email client: http://www.opera.com/mail/ >> >> >> > >> > >> > > > -- Using Opera's revolutionary email client: http://www.opera.com/mail/ |
Free forum by Nabble | Edit this page |