Re: Party invitation, emails?

2011-03-28 Thread pankaj savita
Hi Luca, For Sending Party Invitation via email you also need to create email template that you want to send. May be this code could help you. First Create your email template...say D:\workspace\ofbiz\hot-deploy\testproject\templates\email\testEmailTemplate.ftl http://www.w3.org/TR/xhtml1/DTD/x

webpos screen

2011-03-28 Thread hmalovekar
how can i make products added to web pos screen dynamically? -- View this message in context: http://ofbiz.135035.n4.nabble.com/webpos-screen-tp3410936p3410936.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: webpos screen

2011-03-28 Thread Jacques Le Roux
Webpos is based on POS and in POS there are no such mechanism. It's intended to be set by hand, not sure for webpos though since I never used it. Jacques From: "hmalovekar" how can i make products added to web pos screen dynamically? -- View this message in context: http://ofbiz.135035.n4.n

Re: Solved: Search product via web services?

2011-03-28 Thread arini.rusda
Hi, i also want to search via web service. Can you explain more about how to do it, what should i do with the performFindList service? is it just change the export="true" and the listSize="optional"? how to use it as a web service for retrieving query result from database? Thank you in advance. -

Linking virtual products to their possible variants

2011-03-28 Thread Justin Robinson
I've set up a configurable product, with a config item (multi choice) that is linked to a service product of type: Is VIRTUAL Product ? Y Is VARIANT Product ? N, the features are all added to this virtual product as, Appl Type: Selectable. So in the eCommerce app on the website I should then have a

Re: Party invitation, emails?

2011-03-28 Thread Luca Zago
really thanks a lot! I supposed i should write some code to make it working, and i imagine, i can 'extend' in this way the default application, not to re write the screens. Is it a bad practice? One additional question, what is the productStoreEmailSettings you used in the code, is it the map wher

i can not make acomplete order in web pos

2011-03-28 Thread hmalovekar
i cant make a complete order by web pos and error message appear org.ofbiz.webapp.event.EventHandlerException: Problems processing event: org.ofbiz.base.util.GeneralException: Did not complete the order, the following occurred:, Order creation failed; please notify customer service. (Did not compl

Re: i can not make acomplete order in web pos

2011-03-28 Thread Jacques Le Roux
Did you set your product store with inventory Is Immediately Fulfilled Yes Check Inventory No Require Inventory No ? By and large take productStoreId=9100 as example Jacques From: "hmalovekar" i cant make a complete order by web pos and error message appear org.ofbiz.webapp.event.EventHandle

Re: Product with varying price ... price on demand

2011-03-28 Thread Carsten Schinzer
Hi all, I have now implemented the price on request (former "price on demand") feature in my local codebase. Yes I am using the shoppingcart -> request quote process. The idea is that for some items that my customer sells, there are daily changing prices on the market (driven by resource price,

Re: Party invitation, emails?

2011-03-28 Thread pankaj savita
Yes Luca you can customize it using OFBiz. Its all there in OFBiz. Sorry I missed to mention this Basically *ProductStorePaymentSetting *is an Entity that stores information and some configuration settings needed to send mail. Based on productStoreId and emailType we fetch all this informati

Re: Party invitation, emails?

2011-03-28 Thread Luca Zago
Again thanks a lot, for your help. I succeeded in sending invitation email! it works fine. It's a bit tricky because ProductStoreEmailSetting is something related to ecommerce webapp, so i was confused since we are talking about the back-end party app, but anyway i read in the mailing list, and dev

Re: Trunk: Category listing is now reversed

2011-03-28 Thread Hans Bakker
Committed revision 1086436: "catalog category tree now ordered by seqnum and category name Regards, Hans On Sun, 2011-03-27 at 08:47 -0700, Mike wrote: > Something has changed with the sorting of the category listing. I noticed > this about 1-2 weeks ago: > > If you go to demo: > > http://demo

Re: i can not make acomplete order in web pos

2011-03-28 Thread hmalovekar
yes i set product store with inventory Is Immediately Fulfilled Yes Check Inventory No Require Inventory No but i cant make acomplete order -- View this message in context: http://ofbiz.135035.n4.nabble.com/i-can-not-make-acomplete-order-in-web-pos-tp3412162p3413916.html Sent from the OFBiz -