One website, many stores - is it possible?

2010-09-09 Thread OfBizSuds
A few questions regarding Stores 1) The website ecommerce has productstoreId = 9000 (website table). So if my application is a clone of ecommerce do I also have to stick with productstoreId as 9000? If I can create a new productstoreId, how do I associate it with my application. Is it through the

Re: Regarding SECAs

2010-09-09 Thread Michał Cukierman
I am an ofbiz newbe. Could you write a service wrapper in simple method? For example: and: and in a simple method pass your aguments and invoke someService, lets say in a loop? I suppose you set arguments in your service declaration as well. Dnia 2010-09-09, czw o godzinie 07:

Re: Regarding SECAs

2010-09-09 Thread varun bhansaly
What I have implemented is, create 3 services serviceToBeInvoked1, serviceToBeInvoked2, serviceToBeInvoked3. Service definition for these 3 would point to serviceToBeInvoked, so it will be like this. etc. 2010/9/9 Michał Cukierman > I am an ofbiz newbe. Could you write a service wrapper in sim

Re: Regarding SECAs

2010-09-09 Thread Deepak Dixit
Hi Varun, You call same service in seca for different parameter. You can take reference for accounting/servicedef/secas.xml, here is the example : run-as-user="system"/> operator="not-equals" to-field-name="paymentMethodId"/> run-as-user="syst

RE: Ofbiz WorkFlow Engine

2010-09-09 Thread Deepa Priolkar
Hi Shi, Can you please help me to download the code from the location mentioned below? I tried FTP it did not work. Please advice. On 9/7/10 5:51 AM, Shi Jinghai wrote: > Here is a OFBiz-jBPM component: > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc% > 2Fopensource%2Fofbiz%

Re: Ofbiz WorkFlow Engine

2010-09-09 Thread Jeroen van der Wal
There's SVn access available. Instructions here: http://www.langhua.cn/download/ofbiz-jbpm.html -Jeroen On Thu, Sep 9, 2010 at 1:24 PM, Deepa Priolkar wrote: > Hi Shi, > > Can you please help me to download the code from the location mentioned > below? I tried FTP it did not work. Please advice.

Re: Regarding SECAs

2010-09-09 Thread varun bhansaly
Thanks Deepak, For the current scenario, parameters & event have to be same. A good example (similar to mine is) is secas on storeOrder. On Thu, Sep 9, 2010 at 4:50 PM, Deepak Dixit wrote: > Hi Varun, > > You call same service in seca for different parameter. You can take > reference for accounti

RE: Ofbiz WorkFlow Engine

2010-09-09 Thread Shi Jinghai
oh, my fault. svn: http://langhua.org/opensource/ofbiz/ofbiz-jbpm/ viewvc: http://langhua.org/viewvc/opensource/ofbiz/ofbiz-jbpm/ 在 2010-09-09四的 16:54 +0530,Deepa Priolkar写道: > Hi Shi, > > Can you please help me to download the code from the location mentioned > below? I tried FTP it did not w

RE: Ofbiz WorkFlow Engine

2010-09-09 Thread Deepa Priolkar
Hi, Tried connecting to the SVN, got following error RA layer request failed svn: OPTIONS of 'http://langhua.org/opensource/ofbiz/ofbiz-jbpm': could not connect to server (http://langhua.org) -Original Message- From: Shi Jinghai [mailto:sh...@langhua.cn] Sent: Thursday, September 09, 2

How can I make a coupon that offers 4% off any order with a maximum discount of $50?

2010-09-09 Thread Vicky Park
Hello guys, I'd like to make a coupon that offers 4% off any order with a maximum discount of $50. So if your order total before shipping is $2000, you still get only $50. Do you know if this is possible with the current functionality? I checked demo site and "Catalog Manager Application" by

Re: Ofbiz WorkFlow Engine

2010-09-09 Thread BJ Freeman
was able to connect and got to http://langhua.org/opensource/ofbiz/ofbiz-jbpm/trunk/ = BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com

Re: How can I make a coupon that offers 4% off any order with a maximum discount of $50?

2010-09-09 Thread Ravindra Mandre
Hi, please refer price rule tab under the catalog component . Ravindra Mandre On Thu, Sep 9, 2010 at 6:59 PM, Vicky Park wrote: > Hello guys, > > I'd like to make a coupon that offers 4% off any order with a maximum > discount of $50. So if your order total before shipping is $2000, you still

Re: How can I make a coupon that offers 4% off any order with a maximum discount of $50?

2010-09-09 Thread Jacques Le Roux
From: "Ravindra Mandre" Hi, please refer price rule tab under the catalog component . Wrong, price rules are for products, promotions are for orders. So try with what exists in catalog/promotions rules conditions + actions. If what you need does not exist create your own. You may contribute (

Re: trunk demo

2010-09-09 Thread BJ Freeman
here is some error messages from my demo-trunk copy using rc.ofbiz JAVA_VMOPTIONS="-Xms128M -Xmx512M" /ecommerce/control/editShoppingList exception javax.servlet.ServletException: Servlet execution threw an exception org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:271) root cau

Re: How can I make a coupon that offers 4% off any order with a maximum discount of $50?

2010-09-09 Thread Scott Gray
Hi Vicky, I haven't actually looked or tried this, or checked if there is another way but you could create two separate promotions: - One with a condition that the order total be $2000 or less, the action for this would apply a 4% discount - Another with a condition that the order total be great

Re: trunk demo

2010-09-09 Thread Jacques Le Roux
I think we should now change all the default values from 128 to 512. It's anyway a Max, so no worries and less troubles. On the demo server we use 512 for both instances Jacques From: "BJ Freeman" here is some error messages from my demo-trunk copy using rc.ofbiz JAVA_VMOPTIONS="-Xms128M -Xmx

Re: trunk demo

2010-09-09 Thread BJ Freeman
the cache page shows Memory TOTAL 136,511,488 FREE 59,946,200 USED 76,565,288 MAX 532,742,144 for 9.04 and Memory TOTAL 153,292,800 FREE 36,170,272 USED 117,122,528 MAX 532,742,144 for 10.4 = BJ Freeman Strategic Power Office with Su

Re: trunk demo

2010-09-09 Thread Jacques Le Roux
Done at r995580 Jacques From: "Jacques Le Roux" I think we should now change all the default values from 128 to 512. It's anyway a Max, so no worries and less troubles. On the demo server we use 512 for both instances Jacques From: "BJ Freeman" here is some error messages from my demo-tru

Re: trunk demo

2010-09-09 Thread Jacques Le Roux
Yes but that's heap not PermSize, why do you mention this? Jacques From: "BJ Freeman" the cache page shows Memory TOTAL 136,511,488 FREE 59,946,200 USED 76,565,288 MAX 532,742,144 for 9.04 and Memory TOTAL 153,292,800 FREE 36,170,272 USED 117,122,528 MAX 532,742,144 for 10.4

Re: trunk demo

2010-09-09 Thread BJ Freeman
sorry did not explain. increase the JAVA_VMOPTIONS="-Xms128M -Xmx512M -XX:MaxPermSize=128m" to JAVA_VMOPTIONS="-Xms149M -Xmx512M -XX:MaxPermSize=128m" since it will not run in a 128 environment so if someone starts in with less than 149 will get a error. = BJ Freeman

webtools/control/ArtifactInfo error

2010-09-09 Thread BJ Freeman
trunk demo rev 993407 screen error org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://webtools/widget/ArtifactInfoScreens.xml#ArtifactInfo]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://webtools/webapp/webtools/WEB-I

Re: One website, many stores - is it possible?

2010-09-09 Thread BJ Freeman
the easiest would be to use multi tenant for each store with seperate websites. there is no change to code. then use the main website of the host (defualt delegator) to link the other website through it. that would take some customization. = BJ Freeman

Re: One website, many stores - is it possible?

2010-09-09 Thread Scott Gray
On 9/09/2010, at 9:07 PM, OfBizSuds wrote: > > A few questions regarding Stores > > 1) The website ecommerce has productstoreId = 9000 (website table). So if my > application is a clone of ecommerce do I also have to stick with > productstoreId as 9000? Each webapp is free to use whatever produ

Re: How can I make a coupon that offers 4% off any order with a maximum discount of $50?

2010-09-09 Thread Mukesh
Hi Vicky, You will have to create single promotion with different conditions and actions, you can create promotion like this http://screencast.com/t/Y2I0Mzhm to achieve your requirements. Thanks, Mukesh Marathe On 9/10/2010 1:06 AM, Scott Gray wrote: Hi Vicky, I haven't actually looked or

Re: One website, many stores - is it possible?

2010-09-09 Thread Rishi Solanki
Inline. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Fri, Sep 10, 2010 at 5:47 AM, Scott Gray wrote: > On 9/09/2010, at 9:07 PM, OfBizSuds wrote: > > > > > A few questions regarding Stores > > > > 1) The websi

Re: One website, many stores - is it possible?

2010-09-09 Thread BJ Freeman
if you use a CC gateway instead of something like Paypal. you will find that you will probably have trouble passing a Visa PCI audit with a single db for accounting, or access to the gateway data, particularly the CC information stored. If you use a third party like Paypal that stores the CC the