Hi,
I am doing the following to integrate google check out with ofbiz. 1) Added paymentService to ProductStorePaymentSetting 2) Added paymentService to services_paymentmethod.xml <service name="googleCheckout" engine="java" location=" org.ofbiz.accounting.payment.GoogleCheckoutServices" invoke="googleCheckoutProcessor"> <description>Google Checkout Processing Interface</description> <implements service="paymentProcessInterface"/> </service> 3) I have used Google Check out API for creation of Check out cart and other information. I am able to get the code working as a stand alone application 4) I am not getting in the following flow ........ where to configure so as to pass the information to google http://localhost:8080/ecommerce/control/checkoutoptions after providing all the information about shipping Mode of payment etc........ i am at stage to submit order, its going to following Url http://localhost:8080/ecommerce/control/processorder?checkoutpage=payment and giving me the error message as org.ofbiz.webapp.control.RequestHandlerException: Illegal response; handler could not process [google]. i have doubt that i am unable to provide information so as it to go to google check out.Please provide me information where i am doing mistake. Regards G Venkata Phanindra. -- G.Venkata Phanindra Mob:: 9849852989 |
You should write configure your store to use the checkout service by
setting it for your payment method in ProductStorePaymentSettings. Then ofbiz will try to take care of it. There is (usually) no need to add your own requests such as "google" On Sep 13, 2006, at 6:20 AM, G.Venkata Phanindra wrote: > Hi, > I am doing the following to integrate google check out with > ofbiz. > 1) Added paymentService to ProductStorePaymentSetting > 2) Added paymentService to services_paymentmethod.xml > <service name="googleCheckout" engine="java" location=" > org.ofbiz.accounting.payment.GoogleCheckoutServices" > invoke="googleCheckoutProcessor"> > <description>Google Checkout Processing Interface</description> > <implements service="paymentProcessInterface"/> > </service> > 3) I have used Google Check out API for creation of Check out cart > and > other information. I am able to get the code working as a stand alone > application > 4) I am not getting in the following flow ........ where to > configure so as > to pass the information to google > http://localhost:8080/ecommerce/control/checkoutoptions after > providing all the information about shipping Mode of payment > etc........ i > am at stage to submit order, its going to following Url > > http://localhost:8080/ecommerce/control/processorder? > checkoutpage=payment > and giving me the error message as > > org.ofbiz.webapp.control.RequestHandlerException: > Illegal response; handler could not process [google]. > i have doubt that i am unable to provide information so as it to go to > google check out.Please provide me information where i am doing > mistake. > Regards > G Venkata Phanindra. > > > > > -- > G.Venkata Phanindra > Mob:: 9849852989 |
In reply to this post by G.Venkata Phanindra
hi Phanindra,
any progress on the google checkout integration, just checking as we too were quite eager on doing so, but had put it off due to google policies. rohit
|
Hi rohit,
I was able to complete the Dummmy Implementation of Google Check out one of the problems i am facing is my bussines team is looking for integration which will make sure that user will not leave our Webstore.Whichis one of the options Pay pal is providing using website pro paypal mode of Integration. My TIme line for this is about end of this month for level 1 Google Check out integration with ecommerce. How about Ur Progress... In integration of google check out with ofbiz. cheers Phani On 9/18/06, rohit2006 <[hidden email]> wrote: > > > hi Phanindra, > > any progress on the google checkout integration, just checking as we too > were quite eager on doing so, but had put it off due to google policies. > > rohit > > > G.Venkata Phanindra wrote: > > > > Hi, > > I am doing the following to integrate google check out with > ofbiz. > > 1) Added paymentService to ProductStorePaymentSetting > > 2) Added paymentService to services_paymentmethod.xml > > <service name="googleCheckout" engine="java" location=" > > org.ofbiz.accounting.payment.GoogleCheckoutServices" > > invoke="googleCheckoutProcessor"> > > <description>Google Checkout Processing Interface</description> > > <implements service="paymentProcessInterface"/> > > </service> > > 3) I have used Google Check out API for creation of Check out cart and > > other information. I am able to get the code working as a stand alone > > application > > 4) I am not getting in the following flow ........ where to configure > so > > as > > to pass the information to google > > http://localhost:8080/ecommerce/control/checkoutoptions after > > providing all the information about shipping Mode of payment etc........ > i > > am at stage to submit order, its going to following Url > > > > > http://localhost:8080/ecommerce/control/processorder?checkoutpage=payment > > and giving me the error message as > > org.ofbiz.webapp.control.RequestHandlerException > : > > Illegal response; handler could not process [google]. > > i have doubt that i am unable to provide information so as it to go to > > google check out.Please provide me information where i am doing mistake. > > Regards > > G Venkata Phanindra. > > > > > > > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-with-Google-Check-Out-integration-tf2265184.html#a6369269 > Sent from the OFBiz - User mailing list archive at Nabble.com. > > -- G.Venkata Phanindra Mob:: 9849852989 |
i guess u will have it very difficult to keep customer on your site, if they choose google checkout. I would rather suggest you not to stretch google policies, you certainly dont want to be in bad books of google. We are not really pursuing google right now with priority but its certianly something that we did like to have. I guess offering google checkout can somewhat help in google better indexing your site and your site becoming more prominent in search results. This is purely my personal opinion, thats one main reason we want google checkout. Maybe if you could share your code here, we could help you extending it further.
rohit
|
Hi Rohit,
I am redy to do that but as i told u i will be completing it by end of this month.Right now the Code is not completly integrated with ofbiz.I am still working on Call back service where google will be proving us the response and we need to take a step in our order managemt accordingly. I am still at stage of planning.I would defintly share code once i feel its stable enough to integrate and usable with ofbiz ecommerce applications Thanks for your reply. Cheers. Phani On 9/19/06, rohit2006 <[hidden email]> wrote: > > > i guess u will have it very difficult to keep customer on your site, if > they > choose google checkout. I would rather suggest you not to stretch google > policies, you certainly dont want to be in bad books of google. We are not > really pursuing google right now with priority but its certianly something > that we did like to have. I guess offering google checkout can somewhat > help > in google better indexing your site and your site becoming more prominent > in > search results. This is purely my personal opinion, thats one main reason > we > want google checkout. Maybe if you could share your code here, we could > help > you extending it further. > > rohit > > > > > G.Venkata Phanindra wrote: > > > > Hi rohit, > > I was able to complete the Dummmy Implementation of Google Check > > out > > one of the problems i am facing is my bussines team is looking for > > integration which will make sure that user will not leave our > > Webstore.Whichis one of the options Pay pal is providing using website > > pro paypal mode of Integration. > > My TIme line for this is about end of this month for level 1 Google > > Check > > out integration with ecommerce. > > How about Ur Progress... In integration of google check out with ofbiz. > > cheers > > Phani > > > > > > On 9/18/06, rohit2006 <[hidden email]> wrote: > >> > >> > >> hi Phanindra, > >> > >> any progress on the google checkout integration, just checking as we > too > >> were quite eager on doing so, but had put it off due to google > policies. > >> > >> rohit > >> > >> > >> G.Venkata Phanindra wrote: > >> > > >> > Hi, > >> > I am doing the following to integrate google check out with > >> ofbiz. > >> > 1) Added paymentService to ProductStorePaymentSetting > >> > 2) Added paymentService to services_paymentmethod.xml > >> > <service name="googleCheckout" engine="java" location=" > >> > org.ofbiz.accounting.payment.GoogleCheckoutServices" > >> > invoke="googleCheckoutProcessor"> > >> > <description>Google Checkout Processing > Interface</description> > >> > <implements service="paymentProcessInterface"/> > >> > </service> > >> > 3) I have used Google Check out API for creation of Check out cart > and > >> > other information. I am able to get the code working as a stand alone > >> > application > >> > 4) I am not getting in the following flow ........ where to > configure > >> so > >> > as > >> > to pass the information to google > >> > http://localhost:8080/ecommerce/control/checkoutoptions after > >> > providing all the information about shipping Mode of payment > >> etc........ > >> i > >> > am at stage to submit order, its going to following Url > >> > > >> > > >> > http://localhost:8080/ecommerce/control/processorder?checkoutpage=payment > >> > and giving me the error message as > >> > > >> org.ofbiz.webapp.control.RequestHandlerException > >> : > >> > Illegal response; handler could not process [google]. > >> > i have doubt that i am unable to provide information so as it to go > to > >> > google check out.Please provide me information where i am doing > >> mistake. > >> > Regards > >> > G Venkata Phanindra. > >> > > >> > > >> > > >> > > >> > -- > >> > G.Venkata Phanindra > >> > Mob:: 9849852989 > >> > > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Problem-with-Google-Check-Out-integration-tf2265184.html#a6369269 > >> Sent from the OFBiz - User mailing list archive at Nabble.com. > >> > >> > > > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-with-Google-Check-Out-integration-tf2265184.html#a6383013 > Sent from the OFBiz - User mailing list archive at Nabble.com. > > -- G.Venkata Phanindra Mob:: 9849852989 |
Hi Phani,
Just wanted to check if their was any update on integrating google checkout with ofbiz. Thanks, rohit
|
In reply to this post by G.Venkata Phanindra
Hi,
There is some good news for those working or interested in google checkout. Google checkout is processing transactions for free for the entire 2007. If there is any effort currently in the process of integrating it or if anyone would like to integrate, i will be happy to sponsor it. Thanks, rohit
|
Google doling out the crack. We'll probably get
hooked on this. I'm penciling in time to work on this before the end of January as we speak. Thanks for the heads up Rohit! --- rohit2006 <[hidden email]> wrote: > > Hi, > > There is some good news for those working or > interested in google checkout. > Google checkout is processing transactions for free > for the entire 2007. If > there is any effort currently in the process of > integrating it or if anyone > would like to integrate, i will be happy to sponsor > it. > > Thanks, > > rohit > > > > > G.Venkata Phanindra wrote: > > > > Hi Rohit, > > I am redy to do that but as i told u > i will be completing it > > by > > end of this month.Right now the Code is not > completly integrated with > > ofbiz.I am still working on Call back service > where google will be proving > > us the response and we need to take a step in our > order managemt > > accordingly. I am still at stage of planning.I > would defintly share code > > once i feel its stable enough to integrate and > usable with ofbiz ecommerce > > applications > > Thanks for your reply. > > Cheers. > > Phani > > > > > > On 9/19/06, rohit2006 <[hidden email]> > wrote: > >> > >> > >> i guess u will have it very difficult to keep > customer on your site, if > >> they > >> choose google checkout. I would rather suggest > you not to stretch google > >> policies, you certainly dont want to be in bad > books of google. We are > >> not > >> really pursuing google right now with priority > but its certianly > >> something > >> that we did like to have. I guess offering google > checkout can somewhat > >> help > >> in google better indexing your site and your site > becoming more prominent > >> in > >> search results. This is purely my personal > opinion, thats one main reason > >> we > >> want google checkout. Maybe if you could share > your code here, we could > >> help > >> you extending it further. > >> > >> rohit > >> > >> > >> > >> > >> G.Venkata Phanindra wrote: > >> > > >> > Hi rohit, > >> > I was able to complete the Dummmy > Implementation of Google Check > >> > out > >> > one of the problems i am facing is my bussines > team is looking for > >> > integration which will make sure that user will > not leave our > >> > Webstore.Whichis one of the options Pay pal is > providing using website > >> > pro paypal mode of Integration. > >> > My TIme line for this is about end of this > month for level 1 Google > >> > Check > >> > out integration with ecommerce. > >> > How about Ur Progress... In integration of > google check out with > >> ofbiz. > >> > cheers > >> > Phani > >> > > >> > > >> > On 9/18/06, rohit2006 <[hidden email]> > wrote: > >> >> > >> >> > >> >> hi Phanindra, > >> >> > >> >> any progress on the google checkout > integration, just checking as we > >> too > >> >> were quite eager on doing so, but had put it > off due to google > >> policies. > >> >> > >> >> rohit > >> >> > >> >> > >> >> G.Venkata Phanindra wrote: > >> >> > > >> >> > Hi, > >> >> > I am doing the following to integrate > google check out with > >> >> ofbiz. > >> >> > 1) Added paymentService to > ProductStorePaymentSetting > >> >> > 2) Added paymentService to > services_paymentmethod.xml > >> >> > <service name="googleCheckout" > engine="java" location=" > >> >> > > org.ofbiz.accounting.payment.GoogleCheckoutServices" > >> >> > invoke="googleCheckoutProcessor"> > >> >> > <description>Google Checkout > Processing > >> Interface</description> > >> >> > <implements > service="paymentProcessInterface"/> > >> >> > </service> > >> >> > 3) I have used Google Check out API for > creation of Check out cart > >> and > >> >> > other information. I am able to get the code > working as a stand > >> alone > >> >> > application > >> >> > 4) I am not getting in the following flow > ........ where to > >> configure > >> >> so > >> >> > as > >> >> > to pass the information to google > >> >> > > > >> after > >> >> > providing all the information about shipping > Mode of payment > >> >> etc........ > >> >> i > >> >> > am at stage to submit order, its going to > following Url > >> >> > > >> >> > > >> >> > >> > > >> >> > and giving me the error message as > >> >> > > >> >> > org.ofbiz.webapp.control.RequestHandlerException > >> >> : > >> >> > Illegal response; handler could not process > [google]. > >> >> > i have doubt that i am unable to provide > information so as it to go > >> to > >> >> > google check out.Please provide me > information where i am doing > >> >> mistake. > >> >> > Regards > >> >> > G Venkata Phanindra. > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > -- > >> >> > G.Venkata Phanindra > >> >> > Mob:: 9849852989 > >> >> > > >> >> > > >> >> > >> >> -- > >> >> View this message in context: > >> >> > >> > > >> >> Sent from the OFBiz - User mailing list > archive at Nabble.com. > >> >> > >> >> > >> > > >> > > >> > -- > >> > G.Venkata Phanindra > === message truncated === |
hi Chris,
i really look forward to it. Through i have very limited technical skills, still count me in if i can be of help. i just changed the subject of the thread, to sound like an announcement for anyone interested to know about it. rohit
|
Hey rohit ...
I saw ur mail and i also saw the reply from Chris.. as i told u i started and its 75% complete and bcoz of some other priorities i had to keep it aside ... .if u want i am ready to work out and give my work ... if some one is ready to take it forward..... Cheers, G Venkata Phanindra. On 12/30/06, rohit2006 <[hidden email]> wrote: > > > hi Chris, > > i really look forward to it. Through i have very limited technical skills, > still count me in if i can be of help. > > i just changed the subject of the thread, to sound like an announcement > for > anyone interested to know about it. > > rohit > > > cjhowe wrote: > > > > Google doling out the crack. We'll probably get > > hooked on this. I'm penciling in time to work on this > > before the end of January as we speak. Thanks for the > > heads up Rohit! > > > > > > --- rohit2006 <[hidden email]> wrote: > > > >> > >> Hi, > >> > >> There is some good news for those working or > >> interested in google checkout. > >> Google checkout is processing transactions for free > >> for the entire 2007. If > >> there is any effort currently in the process of > >> integrating it or if anyone > >> would like to integrate, i will be happy to sponsor > >> it. > >> > >> Thanks, > >> > >> rohit > >> > >> > >> > >> > >> G.Venkata Phanindra wrote: > >> > > >> > Hi Rohit, > >> > I am redy to do that but as i told u > >> i will be completing it > >> > by > >> > end of this month.Right now the Code is not > >> completly integrated with > >> > ofbiz.I am still working on Call back service > >> where google will be proving > >> > us the response and we need to take a step in our > >> order managemt > >> > accordingly. I am still at stage of planning.I > >> would defintly share code > >> > once i feel its stable enough to integrate and > >> usable with ofbiz ecommerce > >> > applications > >> > Thanks for your reply. > >> > Cheers. > >> > Phani > >> > > >> > > >> > On 9/19/06, rohit2006 <[hidden email]> > >> wrote: > >> >> > >> >> > >> >> i guess u will have it very difficult to keep > >> customer on your site, if > >> >> they > >> >> choose google checkout. I would rather suggest > >> you not to stretch google > >> >> policies, you certainly dont want to be in bad > >> books of google. We are > >> >> not > >> >> really pursuing google right now with priority > >> but its certianly > >> >> something > >> >> that we did like to have. I guess offering google > >> checkout can somewhat > >> >> help > >> >> in google better indexing your site and your site > >> becoming more prominent > >> >> in > >> >> search results. This is purely my personal > >> opinion, thats one main reason > >> >> we > >> >> want google checkout. Maybe if you could share > >> your code here, we could > >> >> help > >> >> you extending it further. > >> >> > >> >> rohit > >> >> > >> >> > >> >> > >> >> > >> >> G.Venkata Phanindra wrote: > >> >> > > >> >> > Hi rohit, > >> >> > I was able to complete the Dummmy > >> Implementation of Google Check > >> >> > out > >> >> > one of the problems i am facing is my bussines > >> team is looking for > >> >> > integration which will make sure that user will > >> not leave our > >> >> > Webstore.Whichis one of the options Pay pal is > >> providing using website > >> >> > pro paypal mode of Integration. > >> >> > My TIme line for this is about end of this > >> month for level 1 Google > >> >> > Check > >> >> > out integration with ecommerce. > >> >> > How about Ur Progress... In integration of > >> google check out with > >> >> ofbiz. > >> >> > cheers > >> >> > Phani > >> >> > > >> >> > > >> >> > On 9/18/06, rohit2006 <[hidden email]> > >> wrote: > >> >> >> > >> >> >> > >> >> >> hi Phanindra, > >> >> >> > >> >> >> any progress on the google checkout > >> integration, just checking as we > >> >> too > >> >> >> were quite eager on doing so, but had put it > >> off due to google > >> >> policies. > >> >> >> > >> >> >> rohit > >> >> >> > >> >> >> > >> >> >> G.Venkata Phanindra wrote: > >> >> >> > > >> >> >> > Hi, > >> >> >> > I am doing the following to integrate > >> google check out with > >> >> >> ofbiz. > >> >> >> > 1) Added paymentService to > >> ProductStorePaymentSetting > >> >> >> > 2) Added paymentService to > >> services_paymentmethod.xml > >> >> >> > <service name="googleCheckout" > >> engine="java" location=" > >> >> >> > > >> org.ofbiz.accounting.payment.GoogleCheckoutServices" > >> >> >> > invoke="googleCheckoutProcessor"> > >> >> >> > <description>Google Checkout > >> Processing > >> >> Interface</description> > >> >> >> > <implements > >> service="paymentProcessInterface"/> > >> >> >> > </service> > >> >> >> > 3) I have used Google Check out API for > >> creation of Check out cart > >> >> and > >> >> >> > other information. I am able to get the code > >> working as a stand > >> >> alone > >> >> >> > application > >> >> >> > 4) I am not getting in the following flow > >> ........ where to > >> >> configure > >> >> >> so > >> >> >> > as > >> >> >> > to pass the information to google > >> >> >> > > >> > > http://localhost:8080/ecommerce/control/checkoutoptions > >> >> after > >> >> >> > providing all the information about shipping > >> Mode of payment > >> >> >> etc........ > >> >> >> i > >> >> >> > am at stage to submit order, its going to > >> following Url > >> >> >> > > >> >> >> > > >> >> >> > >> >> > >> > > > http://localhost:8080/ecommerce/control/processorder?checkoutpage=payment > >> >> >> > and giving me the error message as > >> >> >> > > >> >> >> > >> org.ofbiz.webapp.control.RequestHandlerException > >> >> >> : > >> >> >> > Illegal response; handler could not process > >> [google]. > >> >> >> > i have doubt that i am unable to provide > >> information so as it to go > >> >> to > >> >> >> > google check out.Please provide me > >> information where i am doing > >> >> >> mistake. > >> >> >> > Regards > >> >> >> > G Venkata Phanindra. > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > -- > >> >> >> > G.Venkata Phanindra > >> >> >> > Mob:: 9849852989 > >> >> >> > > >> >> >> > > >> >> >> > >> >> >> -- > >> >> >> View this message in context: > >> >> >> > >> >> > >> > > > http://www.nabble.com/Problem-with-Google-Check-Out-integration-tf2265184.html#a6369269 > >> >> >> Sent from the OFBiz - User mailing list > >> archive at Nabble.com. > >> >> >> > >> >> >> > >> >> > > >> >> > > >> >> > -- > >> >> > G.Venkata Phanindra > >> > > === message truncated === > > > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-with-Google-Check-Out-integration-tf2265184.html#a8096570 > Sent from the OFBiz - User mailing list archive at Nabble.com. > > -- G.Venkata Phanindra Mob:: 9849852989 |
Hi Phani,
Thanks for the reply. If u are willing to share the code that will be really helpful. Chris too seemed interested in working on this, if you share the code that will be a great starting point for both of us. Rohit
|
In reply to this post by G.Venkata Phanindra
Hey Phani,
I was going to begin tackling google checkout integration late this week or next week and posting my ongoing progress to the ofbiz-sandbox project on sf.net. If you'd be willing to share your work there, I would probably be able to complete it rather quickly. Thanks, Chris http://sourceforge.net/projects/ofbiz-sandbox --- "G.Venkata Phanindra" <[hidden email]> wrote: > Hey rohit ... > I saw ur mail and i also saw the reply from > Chris.. as i told u i started > and its 75% complete and bcoz of some other > priorities i had to keep it > aside ... .if u want i am ready to work out and give > my work ... if some one > is ready to take it forward..... > Cheers, > G Venkata Phanindra. > > On 12/30/06, rohit2006 <[hidden email]> > wrote: > > > > > > hi Chris, > > > > i really look forward to it. Through i have very > limited technical skills, > > still count me in if i can be of help. > > > > i just changed the subject of the thread, to sound > like an announcement > > for > > anyone interested to know about it. > > > > rohit > > > > > > cjhowe wrote: > > > > > > Google doling out the crack. We'll probably get > > > hooked on this. I'm penciling in time to work > on this > > > before the end of January as we speak. Thanks > for the > > > heads up Rohit! > > > > > > > > > --- rohit2006 <[hidden email]> wrote: > > > > > >> > > >> Hi, > > >> > > >> There is some good news for those working or > > >> interested in google checkout. > > >> Google checkout is processing transactions for > free > > >> for the entire 2007. If > > >> there is any effort currently in the process of > > >> integrating it or if anyone > > >> would like to integrate, i will be happy to > sponsor > > >> it. > > >> > > >> Thanks, > > >> > > >> rohit > > >> > > >> > > >> > > >> > > >> G.Venkata Phanindra wrote: > > >> > > > >> > Hi Rohit, > > >> > I am redy to do that but as i > told u > > >> i will be completing it > > >> > by > > >> > end of this month.Right now the Code is not > > >> completly integrated with > > >> > ofbiz.I am still working on Call back service > > >> where google will be proving > > >> > us the response and we need to take a step in > our > > >> order managemt > > >> > accordingly. I am still at stage of > planning.I > > >> would defintly share code > > >> > once i feel its stable enough to integrate > and > > >> usable with ofbiz ecommerce > > >> > applications > > >> > Thanks for your reply. > > >> > Cheers. > > >> > Phani > > >> > > > >> > > > >> > On 9/19/06, rohit2006 > <[hidden email]> > > >> wrote: > > >> >> > > >> >> > > >> >> i guess u will have it very difficult to > keep > > >> customer on your site, if > > >> >> they > > >> >> choose google checkout. I would rather > suggest > > >> you not to stretch google > > >> >> policies, you certainly dont want to be in > bad > > >> books of google. We are > > >> >> not > > >> >> really pursuing google right now with > priority > > >> but its certianly > > >> >> something > > >> >> that we did like to have. I guess offering > > >> checkout can somewhat > > >> >> help > > >> >> in google better indexing your site and your > site > > >> becoming more prominent > > >> >> in > > >> >> search results. This is purely my personal > > >> opinion, thats one main reason > > >> >> we > > >> >> want google checkout. Maybe if you could > share > > >> your code here, we could > > >> >> help > > >> >> you extending it further. > > >> >> > > >> >> rohit > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> G.Venkata Phanindra wrote: > > >> >> > > > >> >> > Hi rohit, > > >> >> > I was able to complete the Dummmy > > >> Implementation of Google Check > > >> >> > out > > >> >> > one of the problems i am facing is my > bussines > > >> team is looking for > > >> >> > integration which will make sure that user > will > > >> not leave our > > >> >> > Webstore.Whichis one of the options Pay > pal is > > >> providing using website > > >> >> > pro paypal mode of Integration. > > >> >> > My TIme line for this is about end of > this > > >> month for level 1 Google > > >> >> > Check > > >> >> > out integration with ecommerce. > > >> >> > How about Ur Progress... In integration > of > > >> google check out with > > >> >> ofbiz. > > >> >> > cheers > > >> >> > Phani > > >> >> > > > >> >> > > > >> >> > On 9/18/06, rohit2006 > <[hidden email]> > > >> wrote: > > >> >> >> > > >> >> >> > > >> >> >> hi Phanindra, > > >> >> >> > > >> >> >> any progress on the google checkout > > >> integration, just checking as we > > >> >> too > > >> >> >> were quite eager on doing so, but had put > it > > >> off due to google > > >> >> policies. > > >> >> >> > > >> >> >> rohit > > >> >> >> > > >> >> >> > > >> >> >> G.Venkata Phanindra wrote: > > >> >> >> > > > >> >> >> > Hi, > > >> >> >> > I am doing the following to > integrate > > >> google check out with > > >> >> >> ofbiz. > > >> >> >> > 1) Added paymentService to > > >> ProductStorePaymentSetting > > >> >> >> > 2) Added paymentService to > > >> services_paymentmethod.xml > > >> >> >> > <service name="googleCheckout" > > >> engine="java" location=" > > >> >> >> > > > >> > org.ofbiz.accounting.payment.GoogleCheckoutServices" > > >> >> >> > invoke="googleCheckoutProcessor"> > > >> >> >> > <description>Google Checkout > > >> Processing > > >> >> Interface</description> > > >> >> >> > <implements > > >> service="paymentProcessInterface"/> > > >> >> >> > </service> > > >> >> >> > 3) I have used Google Check out API > for > |
Free forum by Nabble | Edit this page |