Hello, my name is Maximiliano and I am a new user in Ofbiz. This software is
Fantastic but i have a pair of questions... 1) The site that I am developing is an ecommerce for Spain, so i need to know how can i do a gateway payment for 4B (i think that this is the standart in spain) or if alredy there is one developed nad what information for the bank I need to know. 2) the other question is how can i put the root directory in the web, eg. www.myecommerce.com. Somebody can help me Please?. Thanks Very Much and Ofbiz is the best ecommerce in the market. Max |
Administrator
|
Hi Max,
> 2) the other question is how can i put the root directory in the web, eg. > www.myecommerce.com. The best is to use Apache server in front of OFBiz then you may use mod_rewrite. You may also change the name of the control servlet in web.xml in the eCommerce module. Jacques > Max |
Subject changed...
Jacques Le Roux wrote: > The best is to use Apache server in front of OFBiz then you may use > mod_rewrite. You may also change the name of the control servlet in > web.xml in the eCommerce module. Is that better than embedding? I'm not questioning your answer rather asking is that better than using mod_jk? http://ofbizwiki.go-integral.com/Wiki.jsp?page=Mod_jk_config |
Administrator
|
Walter,
Why choosing ? You can use both, depending on your needs. Jacques De : "Walter Vaughan" <[hidden email]> > Subject changed... > > Jacques Le Roux wrote: > > > The best is to use Apache server in front of OFBiz then you may use > > mod_rewrite. You may also change the name of the control servlet in > > web.xml in the eCommerce module. > > Is that better than embedding? I'm not questioning your answer rather asking is > that better than using mod_jk? > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=Mod_jk_config > |
In reply to this post by Maximiliano Comerci
On 5/9/07, Maximiliano Comerci <[hidden email]> wrote:
> > Hello, my name is Maximiliano and I am a new user in Ofbiz. This software > is > Fantastic but i have a pair of questions... > > 1) The site that I am developing is an ecommerce for Spain, so i need to > know how can i do a gateway payment for 4B (i think that this is the > standart in spain) or if alredy there is one developed nad what > information > for the bank I need to know. --> define all you payment options like authorization,void ,reauthorization,capture and refund like transaction in your class and register them in store look at demo site,so you will get the clarity 2) the other question is how can i put the root directory in the web, eg. > www.myecommerce.com. --> In ofbiz componant load of your application keep mount point as / so that it accessble on root and do rest of the thing with apache or any web server Somebody can help me Please?. > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > Max > |
thanks for the quick answer, but I want to know if exists (already
developed) some payment gateway (like paypal) for 2checkout or 4B for download and put in /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty Thnx! On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > On 5/9/07, Maximiliano Comerci <[hidden email]> wrote: > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. This > software > > is > > Fantastic but i have a pair of questions... > > > > 1) The site that I am developing is an ecommerce for Spain, so i need to > > know how can i do a gateway payment for 4B (i think that this is the > > standart in spain) or if alredy there is one developed nad what > > information > > for the bank I need to know. > > > --> define all you payment options like authorization,void > ,reauthorization,capture and refund like transaction in your class and > register them in store > look at demo site,so you will get the clarity > > > 2) the other question is how can i put the root directory in the web, eg. > > www.myecommerce.com. > > > --> In ofbiz componant load of your application keep mount > point as / so that it accessble on root and do rest of the thing with > apache > or any web server > > > Somebody can help me Please?. > > > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > > > Max > > > |
are you talking about credit card transactions or offline payments like
google checkout ,paypal etc On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > thanks for the quick answer, but I want to know if exists (already > developed) some payment gateway (like paypal) for 2checkout or 4B for > download and put in > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > Thnx! > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. This > > software > > > is > > > Fantastic but i have a pair of questions... > > > > > > 1) The site that I am developing is an ecommerce for Spain, so i need > to > > > know how can i do a gateway payment for 4B (i think that this is the > > > standart in spain) or if alredy there is one developed nad what > > > information > > > for the bank I need to know. > > > > > > --> define all you payment options like > authorization,void > > ,reauthorization,capture and refund like transaction in your class and > > register them in store > > look at demo site,so you will get the clarity > > > > > > 2) the other question is how can i put the root directory in the web, > eg. > > > www.myecommerce.com. > > > > > > --> In ofbiz componant load of your application keep > mount > > point as / so that it accessble on root and do rest of the thing with > > apache > > or any web server > > > > > > Somebody can help me Please?. > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > > > > > Max > > > > > > |
I need the two thinks in the site: offline payments like 2checkout, paypal,
etc, and credit card... Another problem is when i finish the checkout process with credit card i get a message "NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled." and i dont have any returned e-mail. Is there any tutorial or howto for customice the car...? Are there contributions for the proyect?. Thnx Vams for the help.. On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > are you talking about credit card transactions or offline payments like > google checkout ,paypal etc > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > thanks for the quick answer, but I want to know if exists (already > > developed) some payment gateway (like paypal) for 2checkout or 4B for > > download and put in > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > Thnx! > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. This > > > software > > > > is > > > > Fantastic but i have a pair of questions... > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, so i > need > > to > > > > know how can i do a gateway payment for 4B (i think that this is the > > > > standart in spain) or if alredy there is one developed nad what > > > > information > > > > for the bank I need to know. > > > > > > > > > --> define all you payment options like > > authorization,void > > > ,reauthorization,capture and refund like transaction in your class and > > > register them in store > > > look at demo site,so you will get the clarity > > > > > > > > > 2) the other question is how can i put the root directory in the web, > > eg. > > > > www.myecommerce.com. > > > > > > > > > --> In ofbiz componant load of your application keep > > mount > > > point as / so that it accessble on root and do rest of the thing with > > > apache > > > or any web server > > > > > > > > > Somebody can help me Please?. > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > > > > > > > Max > > > > > > > > > > |
For this you need to change few of the store setting.
Go to Catalog select the default store that is coming with ofbiz and there are some store settings.Please edit them as per your requirement, For this u can also refer to the Ofbiz set up Guide. As far as Payments options is concerned and my knowledge OFBiz by default supports on Paypal, Pay with credit card is not yet available. On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > I need the two thinks in the site: offline payments like 2checkout, > paypal, > etc, and credit card... > > Another problem is when i finish the checkout process with credit card i > get > a message "NOTE: This is a DEMO store-front. Orders placed here will NOT > be > billed, and will NOT be fulfilled." and i dont have any returned e-mail. > Is there any tutorial or howto for customice the car...? > Are there contributions for the proyect?. > > Thnx Vams for the help.. > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > are you talking about credit card transactions or offline payments like > > google checkout ,paypal etc > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > thanks for the quick answer, but I want to know if exists (already > > > developed) some payment gateway (like paypal) for 2checkout or 4B for > > > download and put in > > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > > > Thnx! > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. This > > > > software > > > > > is > > > > > Fantastic but i have a pair of questions... > > > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, so i > > need > > > to > > > > > know how can i do a gateway payment for 4B (i think that this is > the > > > > > standart in spain) or if alredy there is one developed nad what > > > > > information > > > > > for the bank I need to know. > > > > > > > > > > > > --> define all you payment options like > > > authorization,void > > > > ,reauthorization,capture and refund like transaction in your class > and > > > > register them in store > > > > look at demo site,so you will get the clarity > > > > > > > > > > > > 2) the other question is how can i put the root directory in the > web, > > > eg. > > > > > www.myecommerce.com. > > > > > > > > > > > > --> In ofbiz componant load of your application keep > > > mount > > > > point as / so that it accessble on root and do rest of the thing > with > > > > apache > > > > or any web server > > > > > > > > > > > > Somebody can help me Please?. > > > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > > > > > > > > > Max > > > > > > > > > > > > > > > -- G.Venkata Phanindra Mob:: 9849852989 |
Phanin
Please use the word not supported in ofbiz with caution. We can accept payment with credit card. Regards Anil On 5/11/07, G.Venkata Phanindra <[hidden email]> wrote: > For this you need to change few of the store setting. > Go to Catalog select the default store that is coming with ofbiz and there > are some store settings.Please edit them as per your requirement, For this u > can also refer to the Ofbiz set up Guide. > > As far as Payments options is concerned and my knowledge OFBiz by default > supports on Paypal, Pay with credit card is not yet available. > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > I need the two thinks in the site: offline payments like 2checkout, > > paypal, > > etc, and credit card... > > > > Another problem is when i finish the checkout process with credit card i > > get > > a message "NOTE: This is a DEMO store-front. Orders placed here will NOT > > be > > billed, and will NOT be fulfilled." and i dont have any returned e-mail. > > Is there any tutorial or howto for customice the car...? > > Are there contributions for the proyect?. > > > > Thnx Vams for the help.. > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > are you talking about credit card transactions or offline payments like > > > google checkout ,paypal etc > > > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > thanks for the quick answer, but I want to know if exists (already > > > > developed) some payment gateway (like paypal) for 2checkout or 4B for > > > > download and put in > > > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > > > > > Thnx! > > > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. This > > > > > software > > > > > > is > > > > > > Fantastic but i have a pair of questions... > > > > > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, so i > > > need > > > > to > > > > > > know how can i do a gateway payment for 4B (i think that this is > > the > > > > > > standart in spain) or if alredy there is one developed nad what > > > > > > information > > > > > > for the bank I need to know. > > > > > > > > > > > > > > > --> define all you payment options like > > > > authorization,void > > > > > ,reauthorization,capture and refund like transaction in your class > > and > > > > > register them in store > > > > > look at demo site,so you will get the clarity > > > > > > > > > > > > > > > 2) the other question is how can i put the root directory in the > > web, > > > > eg. > > > > > > www.myecommerce.com. > > > > > > > > > > > > > > > --> In ofbiz componant load of your application keep > > > > mount > > > > > point as / so that it accessble on root and do rest of the thing > > with > > > > > apache > > > > > or any web server > > > > > > > > > > > > > > > Somebody can help me Please?. > > > > > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > > > > > > > > > > > Max > > > > > > > > > > > > > > > > > > > > > > > > -- > G.Venkata Phanindra > Mob:: 9849852989 > |
In reply to this post by G.Venkata Phanindra
I could solve the problem with the message when checkout.
There was an option in the "store settings" -> Is Demo Store = (y). Thanks for help me. Ofbiz don't have supports for credit card payments?? but why i can select pay with visa, mastercard, etc?. The problem that I have is that I need to make payment with credit cards for Spain, they use the standart CECA or 4B and I do not have knowledge on the subject, so if someone know how to do this help me. :) Thnx. Max On 5/11/07, G.Venkata Phanindra <[hidden email]> wrote: > > For this you need to change few of the store setting. > Go to Catalog select the default store that is coming with ofbiz and there > are some store settings.Please edit them as per your requirement, For this > u > can also refer to the Ofbiz set up Guide. > > As far as Payments options is concerned and my knowledge OFBiz by default > supports on Paypal, Pay with credit card is not yet available. > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > I need the two thinks in the site: offline payments like 2checkout, > > paypal, > > etc, and credit card... > > > > Another problem is when i finish the checkout process with credit card i > > get > > a message "NOTE: This is a DEMO store-front. Orders placed here will NOT > > be > > billed, and will NOT be fulfilled." and i dont have any returned e-mail. > > Is there any tutorial or howto for customice the car...? > > Are there contributions for the proyect?. > > > > Thnx Vams for the help.. > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > are you talking about credit card transactions or offline payments > like > > > google checkout ,paypal etc > > > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > thanks for the quick answer, but I want to know if exists (already > > > > developed) some payment gateway (like paypal) for 2checkout or 4B > for > > > > download and put in > > > > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > > > > > Thnx! > > > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. This > > > > > software > > > > > > is > > > > > > Fantastic but i have a pair of questions... > > > > > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, so i > > > need > > > > to > > > > > > know how can i do a gateway payment for 4B (i think that this is > > the > > > > > > standart in spain) or if alredy there is one developed nad what > > > > > > information > > > > > > for the bank I need to know. > > > > > > > > > > > > > > > --> define all you payment options like > > > > authorization,void > > > > > ,reauthorization,capture and refund like transaction in your class > > and > > > > > register them in store > > > > > look at demo site,so you will get the clarity > > > > > > > > > > > > > > > 2) the other question is how can i put the root directory in the > > web, > > > > eg. > > > > > > www.myecommerce.com. > > > > > > > > > > > > > > > --> In ofbiz componant load of your application > keep > > > > mount > > > > > point as / so that it accessble on root and do rest of the thing > > with > > > > > apache > > > > > or any web server > > > > > > > > > > > > > > > Somebody can help me Please?. > > > > > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the market. > > > > > > > > > > > > Max > > > > > > > > > > > > > > > > > > > > > > > > -- > G.Venkata Phanindra > Mob:: 9849852989 > |
Maximiliano,
As I wrote earlier, Ofbiz has support for Processing Credit Card Payments. It depends on the Gateway Provider you are going through. Navigate to OFBIZ_HOME\applications\accounting\src\org\ofbiz\accounting\thirdparty folder and you will see the list of Payment Gateway Provided already supported. If the one you are using is not listed then it should not be very difficult to implement. You can use the existing Implementation as Templates and take it from there. Regards Anil On 5/11/07, Maximiliano Comerci <[hidden email]> wrote: > > I could solve the problem with the message when checkout. > There was an option in the "store settings" -> Is Demo Store = (y). Thanks > for help me. > > Ofbiz don't have supports for credit card payments?? but why i can select > pay with visa, mastercard, etc?. > > The problem that I have is that I need to make payment with credit cards > for > Spain, they use the standart CECA or 4B and > I do not have knowledge on the subject, so if someone know how to do this > help me. :) > > Thnx. > Max > > > On 5/11/07, G.Venkata Phanindra <[hidden email]> wrote: > > > > For this you need to change few of the store setting. > > Go to Catalog select the default store that is coming with ofbiz and > there > > are some store settings.Please edit them as per your requirement, For > this > > u > > can also refer to the Ofbiz set up Guide. > > > > As far as Payments options is concerned and my knowledge OFBiz by > default > > supports on Paypal, Pay with credit card is not yet available. > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > I need the two thinks in the site: offline payments like 2checkout, > > > paypal, > > > etc, and credit card... > > > > > > Another problem is when i finish the checkout process with credit card > i > > > get > > > a message "NOTE: This is a DEMO store-front. Orders placed here will > NOT > > > be > > > billed, and will NOT be fulfilled." and i dont have any returned > e-mail. > > > Is there any tutorial or howto for customice the car...? > > > Are there contributions for the proyect?. > > > > > > Thnx Vams for the help.. > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > are you talking about credit card transactions or offline payments > > like > > > > google checkout ,paypal etc > > > > > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > > > thanks for the quick answer, but I want to know if exists (already > > > > > developed) some payment gateway (like paypal) for 2checkout or 4B > > for > > > > > download and put in > > > > > > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > > > > > > > Thnx! > > > > > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> > wrote: > > > > > > > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. > This > > > > > > software > > > > > > > is > > > > > > > Fantastic but i have a pair of questions... > > > > > > > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, so > i > > > > need > > > > > to > > > > > > > know how can i do a gateway payment for 4B (i think that this > is > > > the > > > > > > > standart in spain) or if alredy there is one developed nad > what > > > > > > > information > > > > > > > for the bank I need to know. > > > > > > > > > > > > > > > > > > --> define all you payment options like > > > > > authorization,void > > > > > > ,reauthorization,capture and refund like transaction in your > class > > > and > > > > > > register them in store > > > > > > look at demo site,so you will get the clarity > > > > > > > > > > > > > > > > > > 2) the other question is how can i put the root directory in the > > > web, > > > > > eg. > > > > > > > www.myecommerce.com. > > > > > > > > > > > > > > > > > > --> In ofbiz componant load of your application > > keep > > > > > mount > > > > > > point as / so that it accessble on root and do rest of the thing > > > with > > > > > > apache > > > > > > or any web server > > > > > > > > > > > > > > > > > > Somebody can help me Please?. > > > > > > > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the > market. > > > > > > > > > > > > > > Max > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > |
In reply to this post by Anil Patel-2
Ofbiz only provided interface for credit card
actual implementation is done by our own for credit card transactions On 5/11/07, Anil Patel <[hidden email]> wrote: > > Phanin > > Please use the word not supported in ofbiz with caution. > > We can accept payment with credit card. > > > Regards > Anil > > > > > On 5/11/07, G.Venkata Phanindra <[hidden email]> wrote: > > For this you need to change few of the store setting. > > Go to Catalog select the default store that is coming with ofbiz and > there > > are some store settings.Please edit them as per your requirement, For > this u > > can also refer to the Ofbiz set up Guide. > > > > As far as Payments options is concerned and my knowledge OFBiz by > default > > supports on Paypal, Pay with credit card is not yet available. > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > I need the two thinks in the site: offline payments like 2checkout, > > > paypal, > > > etc, and credit card... > > > > > > Another problem is when i finish the checkout process with credit card > i > > > get > > > a message "NOTE: This is a DEMO store-front. Orders placed here will > NOT > > > be > > > billed, and will NOT be fulfilled." and i dont have any returned > e-mail. > > > Is there any tutorial or howto for customice the car...? > > > Are there contributions for the proyect?. > > > > > > Thnx Vams for the help.. > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > are you talking about credit card transactions or offline payments > like > > > > google checkout ,paypal etc > > > > > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > > > thanks for the quick answer, but I want to know if exists (already > > > > > developed) some payment gateway (like paypal) for 2checkout or 4B > for > > > > > download and put in > > > > > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > > > > > > > Thnx! > > > > > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> > wrote: > > > > > > > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. > This > > > > > > software > > > > > > > is > > > > > > > Fantastic but i have a pair of questions... > > > > > > > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, so > i > > > > need > > > > > to > > > > > > > know how can i do a gateway payment for 4B (i think that this > is > > > the > > > > > > > standart in spain) or if alredy there is one developed nad > what > > > > > > > information > > > > > > > for the bank I need to know. > > > > > > > > > > > > > > > > > > --> define all you payment options like > > > > > authorization,void > > > > > > ,reauthorization,capture and refund like transaction in your > class > > > and > > > > > > register them in store > > > > > > look at demo site,so you will get the clarity > > > > > > > > > > > > > > > > > > 2) the other question is how can i put the root directory in the > > > web, > > > > > eg. > > > > > > > www.myecommerce.com. > > > > > > > > > > > > > > > > > > --> In ofbiz componant load of your application > keep > > > > > mount > > > > > > point as / so that it accessble on root and do rest of the thing > > > with > > > > > > apache > > > > > > or any web server > > > > > > > > > > > > > > > > > > Somebody can help me Please?. > > > > > > > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the > market. > > > > > > > > > > > > > > Max > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > |
I think I didnot communicate Properly.
Ofbiz has Implementation for Online Credit Card Processing. There is already Implementation for versisign, worldpay, valuelink, cybersource etc. Production set up guide has details on how to enable these. You may be using a Provider for which we don't have Implementation Out of Box in Ofbiz. If you get into such case, use existing implementations as guide and it will not be too hard to implement another one. I hope this helps. Regards Anil On 5/11/07, Vamsi Gmail! <[hidden email]> wrote: > > Ofbiz only provided interface for credit card > > actual implementation is done by our own for credit card transactions > > > > On 5/11/07, Anil Patel <[hidden email]> wrote: > > > > Phanin > > > > Please use the word not supported in ofbiz with caution. > > > > We can accept payment with credit card. > > > > > > Regards > > Anil > > > > > > > > > > On 5/11/07, G.Venkata Phanindra <[hidden email]> wrote: > > > For this you need to change few of the store setting. > > > Go to Catalog select the default store that is coming with ofbiz and > > there > > > are some store settings.Please edit them as per your requirement, For > > this u > > > can also refer to the Ofbiz set up Guide. > > > > > > As far as Payments options is concerned and my knowledge OFBiz by > > default > > > supports on Paypal, Pay with credit card is not yet available. > > > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > I need the two thinks in the site: offline payments like 2checkout, > > > > paypal, > > > > etc, and credit card... > > > > > > > > Another problem is when i finish the checkout process with credit > card > > i > > > > get > > > > a message "NOTE: This is a DEMO store-front. Orders placed here will > > NOT > > > > be > > > > billed, and will NOT be fulfilled." and i dont have any returned > > e-mail. > > > > Is there any tutorial or howto for customice the car...? > > > > Are there contributions for the proyect?. > > > > > > > > Thnx Vams for the help.. > > > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > > > are you talking about credit card transactions or offline payments > > like > > > > > google checkout ,paypal etc > > > > > > > > > > On 5/10/07, Maximiliano Comerci <[hidden email]> wrote: > > > > > > > > > > > > thanks for the quick answer, but I want to know if exists > (already > > > > > > developed) some payment gateway (like paypal) for 2checkout or > 4B > > for > > > > > > download and put in > > > > > > > > /opt/ofbiz/applications/accounting/src/org/ofbiz/accounting/thirdparty > > > > > > > > > > > > Thnx! > > > > > > > > > > > > On 5/10/07, Vamsi Gmail! <[hidden email]> wrote: > > > > > > > > > > > > > > On 5/9/07, Maximiliano Comerci <[hidden email]> > > wrote: > > > > > > > > > > > > > > > > Hello, my name is Maximiliano and I am a new user in Ofbiz. > > This > > > > > > > software > > > > > > > > is > > > > > > > > Fantastic but i have a pair of questions... > > > > > > > > > > > > > > > > 1) The site that I am developing is an ecommerce for Spain, > so > > i > > > > > need > > > > > > to > > > > > > > > know how can i do a gateway payment for 4B (i think that > this > > is > > > > the > > > > > > > > standart in spain) or if alredy there is one developed nad > > what > > > > > > > > information > > > > > > > > for the bank I need to know. > > > > > > > > > > > > > > > > > > > > > --> define all you payment options like > > > > > > authorization,void > > > > > > > ,reauthorization,capture and refund like transaction in your > > class > > > > and > > > > > > > register them in store > > > > > > > look at demo site,so you will get the > clarity > > > > > > > > > > > > > > > > > > > > > 2) the other question is how can i put the root directory in > the > > > > web, > > > > > > eg. > > > > > > > > www.myecommerce.com. > > > > > > > > > > > > > > > > > > > > > --> In ofbiz componant load of your application > > keep > > > > > > mount > > > > > > > point as / so that it accessble on root and do rest of the > thing > > > > with > > > > > > > apache > > > > > > > or any web server > > > > > > > > > > > > > > > > > > > > > Somebody can help me Please?. > > > > > > > > > > > > > > > > Thanks Very Much and Ofbiz is the best ecommerce in the > > market. > > > > > > > > > > > > > > > > Max > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > G.Venkata Phanindra > > > Mob:: 9849852989 > > > > > > |
Free forum by Nabble | Edit this page |