Re: What is the use of ProductFeatureIactn entity

2009-01-30 Thread Amit Sharma
?Hello Users, Can somebody help regarding ProductFeatureIactn entity in DemoProduct.xml file of ecommerce application that where we are getting the changes when we put productFeatureIactnTypeId=FEATURE_IACTN_DEPEND or productFeatureIactnTypeId=FEATURE_IACTN_INCOMP. i thing if we take

Discussion: Repetition of Java Script Function while Rendering the Screen.

2009-01-30 Thread arpit singh pandya
*Hello All, I was doing some R D for configproductdetail.ftl of ecommerce.The code ${screens.render(inlineProductDetailScreen)} iterate more than one time when there is configurable product having more than one virtual product , so it will generate same function definition for each iteration

Re: ZK view handler?

2009-01-30 Thread Santosh Malviya
Thank you Milind for the suggestion. Thanks Regards Santosh Malviya Milind Parikh wrote: My suggestion, right now, would be to type in the code. It's really simple; as you have seen. Regards - Milind On Thu, Jan 29, 2009 at 7:33 AM, Santosh Malviya santosh.malv...@hotwaxmedia.com wrote:

Spelling mistake in JS function.

2009-01-30 Thread Vivek Mishra
Hello All, In inlineProductDetail.ftl we have a java script function checkOtion(), which unchecks the checkbox of virtual product if any of the feature is not selected. I think this function name should be checkOption() rather than checkOtion(). Kind Regards, -- Vivek Mishra smime.p7s

Re: Change Language in Ofbiz

2009-01-30 Thread Heidi Dehaes
Hello, I thought hosting more shops under the same ofbiz instance in ofbiz 4.0 was already implemented, isn't it? Heidi www.olagos.eu 2009/1/30 Florin Popa flopacons...@gmail.com Hi, Thanks for both replies. We will try it and if possible to improve something, of course we can share it.

Re: catalogs ? not multilingual

2009-01-30 Thread madppiper
After banging my head for pretty much the entire day, could somebody guide me through this process?? I did the following: 1) I created a new category 2) clicked on content 3) chose Category Name from the Add Product Category Content table, clicked on Prepare Create 4) Chose From Date to

Re: Accounting setup

2009-01-30 Thread Scott.
Thanks Jaques. I managed to find a very old pdf but it got me going in the right direction. If anyone else is interested, the Inventory Accounting Method is located in the product stores under inventory. /catalog/control/EditProductStore?productStoreId=9000 jacques.le.roux wrote: Maybe this

Avoiding restart when changing services.xml or simple method declarations

2009-01-30 Thread David Gay
Hi all! I'm spending a lot of time restarting OFBiz every time I add or change a service specification in one of the services.xml files, or modify an implementation of a simple method (in .xml files). Does anyone have any suggestions on how to avoid having to restart the server, while still

Re: Avoiding restart when changing services.xml or simple method declarations

2009-01-30 Thread Bruno Busco
Hi David, you can simply use the Cache cleaning command. https://localhost:8443/webtools/control/FindUtilCacheClearAll -Bruno 2009/1/30 David Gay d...@emforium.com Hi all! I'm spending a lot of time restarting OFBiz every time I add or change a service specification in one of the

Re: catalogs ? not multilingual

2009-01-30 Thread Jacques Le Roux
Have a look into DemoProductCategoriesI18nData.xml. Also did you have a look into attachments on this page ? Jacques From: madppiper p...@mutschler.ch I have stumbled upon this well written article:

Re: Avoiding restart when changing services.xml or simple method declarations

2009-01-30 Thread David E Jones
With the default settings in cache.properties the simple-method files should reload 10 seconds (ie cache clears automatically every 10 seconds). It is not setup to do this with service definitions because currently the way they are setup it would have to reload ALL service definitions

Re: Spelling mistake in JS function.

2009-01-30 Thread Pranay Pandey
I think Vivek you can create a patch for this and submit it to JIRA. That's a typo. Thanks Regards -- Pranay Pandey On Jan 30, 2009, at 8:22 PM, Vivek Mishra wrote: Hello All, In inlineProductDetail.ftl we have a java script function checkOtion(), which unchecks the checkbox of virtual

Re: Spelling mistake in JS function.

2009-01-30 Thread Vivek Mishra
Thats cool Pranay. I like to do it. Thanks Kind Regards, -- Vivek Mishra Pranay Pandey wrote: I think Vivek you can create a patch for this and submit it to JIRA. That's a typo. Thanks Regards -- Pranay Pandey On Jan 30, 2009, at 8:22 PM, Vivek Mishra wrote: Hello All, In

problem with category/product pages after login

2009-01-30 Thread bharat
Hello all, I am facing a problem , when i am on product or category detail page and then if i login , ideally the same page should get displayed after login but here it shows a message : 'Product not found for Product ID !' , and 'Category not found for Category ID !'. Please let me know if

Re: problem with category/product pages after login

2009-01-30 Thread Deepesh Kapoor
Hello Bharat, Even i am facing this problem , when the product is added to cart from product detail page the application shows proper behavior but when on product detail page and the item is not added and login is clicked the behavior changes. Thanks - - Deepesh bharat wrote:

Re: problem with category/product pages after login

2009-01-30 Thread Pranay Pandey
Yes, thats the limitation Bharat, for this You can refer to following lines which has been commented by Jacques and the comments over the commented code: /applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/ Category.groovy from line no. 37 to 51. and also look in to

Re: problem with category/product pages after login

2009-01-30 Thread Vivek Mishra
Hello All, Even I am having one more problem in demo server. After login it changes the language. Kind Regards, -- Vivek Mishra Deepesh Kapoor wrote: Hello Bharat, Even i am facing this problem , when the product is added to cart from product detail page the application shows proper

Re: problem with category/product pages after login

2009-01-30 Thread Pranay Pandey
Deepesh, Bharat please see my earlier reply to Bharat's mail. Thanks Regards -- Pranay Pandey On Jan 31, 2009, at 10:35 AM, Vivek Mishra wrote: Hello All, Even I am having one more problem in demo server. After login it changes the language. Kind Regards, -- Vivek Mishra Deepesh Kapoor

Re: problem with category/product pages after login

2009-01-30 Thread David E Jones
If the UserLogin record has a previous locale stored on it then this is the expected behavior. -David On Jan 30, 2009, at 9:05 PM, Vivek Mishra wrote: Hello All, Even I am having one more problem in demo server. After login it changes the language. Kind Regards, -- Vivek Mishra

Re: problem with category/product pages after login

2009-01-30 Thread Vivek Mishra
Thanks David, I was getting logged-in by admin. I think somebody had changed its lastlocale. Its working fine now for me. Kind Regards, -- Vivek Mishra David E Jones wrote: If the UserLogin record has a previous locale stored on it then this is the expected behavior. -David On Jan 30,

Re: problem with category/product pages after login

2009-01-30 Thread Jacques Le Roux
I opened an issue for that https://issues.apache.org/jira/browse/OFBIZ-729 but gave up recently. Raj said he will do something in https://issues.apache.org/jira/browse/OFBIZ-1255 but I finally closed both. Feel free to reopen and provide a patch if you want... Jacques - Original Message