Why payment method selection is missing in One page checkout?

2013-01-10 Thread Winster Jose
Hi, I can not select payment method in "One page checkout" while it works in "Checkout" and "Quick Checkout" flows. Is there any way to enable it? Regards Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@chathu

Re: How to store image in database?

2013-01-10 Thread Winster Jose
Thank you Malin, Sumit and Tore. That really helped me a lot. On Fri, Jan 11, 2013 at 11:20 AM, Sumit Pandit wrote: > Agreed with Tore, > > Reference to Winster's question- > Yes it store the image in the data base in BLOB format when > dataResourceTypeId=IMAGE_OBJECT is used, > for reference

Re: How to store image in database?

2013-01-10 Thread Sumit Pandit
Agreed with Tore, Reference to Winster's question- Yes it store the image in the data base in BLOB format when dataResourceTypeId=IMAGE_OBJECT is used, for reference please have a look at following urls - https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource?dataResourceId=Win

Re: How to store image in database?

2013-01-10 Thread t...@skynet.be
Maybe off topic. But it general it is considered a bad idea to store an image in a database. (several reasons, e.g. performance) Normally one only stores the url of the image in the database. Kind regards Tore On 10/01/13 10:42, Winster Jose wrote: Hi, Is there any way to store an image in da

Re: How to run service some time after another service?

2013-01-10 Thread Scott Gray
That is not a valid example, you should never modify the JobSandbox directly. Use dispatcher.schedule(...) Regards Scott On 9/01/2013, at 6:21 AM, mohd Viqar wrote: > Here is an example > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Regards > Mohd Viq

Re: How to store image in database?

2013-01-10 Thread Malin Nicolas
Depends on your dataResourceType. By default OFBiz use OFBIZ_FILE, but some process use other type as IMAGE_OBJECT on your case. The ressource will store on ImageDataRessource entity as you wish. Nicolas Le 10/01/2013 11:59, Winster Jose a écrit : Hi Malin ,thanks for the reply. But even f

Re: How to store image in database?

2013-01-10 Thread Winster Jose
Hi Malin ,thanks for the reply. But even for a content, the associated datasource stores the image in file system and not in database. It just stores the location in ObjectInfo field. Am I correct? On Thu, Jan 10, 2013 at 3:17 PM, Malin Nicolas < malin.nico...@librenberry.net> wrote: > Hi, > >

Re: BIRT chart embedded in HTML

2013-01-10 Thread Anil K Patel
Fong, I have no experience using SVG so cannot help you here. May be there is somebody in our community who can help you to export reports as SVG from BIRT and then embed in webpage. Regards Anil Patel On Jan 10, 2013, at 8:54 AM, Ofbiz 开发 wrote: > Hi Anil, > > Thanks for your reply. I wou

Re: How to store image in database?

2013-01-10 Thread Malin Nicolas
Hi, Do you look the content application ? You can use a content to save image and load on you template decoractor by element Nicolas Le 10/01/2013 10:42, Winster Jose a écrit : Hi, Is there any way to store an image in database? I have a multi tenant envrionment and application logo should

How to store image in database?

2013-01-10 Thread Winster Jose
Hi, Is there any way to store an image in database? I have a multi tenant envrionment and application logo should be a user/tenant uploaded image. In OFBiz, I could see only a file managed storage system for images. Is that true? Thanks Winster T Jose Director - Technology and Architecture Chat