Re: BIGFISH: importing "http:..." image locations... and new fix !

2013-05-06 Thread Praveen Agarwal
Hi Christophe, Image URL issue has been fixed and is available in BigFish revision 1.10 which can be downloaded at http://www.solveda.com/website/downloads/BigFish-eCommerce-v1.10.zip. If you need any help, please feel free to get in touch. Regards, Praveen Agrawal Email: pagra...@solveda.co

Re: OfBiz INR Problem

2013-03-25 Thread Praveen Agarwal
Have u passed the Currency UOM Id as INR while rendering the Price, like:- <@ofbizCurrency amount=amount isoCode=INR /> Thanks, Praveen Agrawal Solveda India (formerly known as Salmon India) Ph. +91-9971771837 Email. pagra...@solveda.com Skype. praveen.agrawal18 On Mon, Mar 25, 2013 at

Re: This item is out of stock with variant products

2012-09-04 Thread Praveen Agarwal
Hi Boris, 1) check the 'requireInventory' field for Virtual Product in Product Entity. This should be set as 'N' if you are not using Inventory. 2) Make the ProductFeatureAppl entry for Variant Products also setting the productFeatureApplTypeId = 'STANDARD_FEATURE'. Thanks, Praveen Agrawal On

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Praveen Agarwal
Robert, Find the java files SolrServices.java and SolrEvents.java under src directory of osafe component. Regards, Praveen Agrawal On Wed, Jul 11, 2012 at 11:53 PM, Robert G. wrote: > thank you, im allrady searching for the java classes, but I cannot find :) > can you help on it (location of t

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Praveen Agarwal
Hi Robert, Please take reference from http://bigfish.salmonllc.com/bfDownload.html and download the BigFish Project. Bigfish integrated the solr in the way as you want here. In Bigfish a java service is implemented (that includes all the Queries to Ofbiz Entities using delegator) to generate the

Re: EECA 'indexProductKeywords' is triggered automatically

2012-07-03 Thread Praveen Agarwal
gator delegatorNoEca = DelegatorFactory.getDelegator(default-no-eca); > > I hope it helps, > > Jacopo > > On Jul 3, 2012, at 6:03 PM, Praveen Agarwal wrote: > > > Hi, > > > > I am updating the ProductFeatureAppl entity using my custom > simple-method. > >

EECA 'indexProductKeywords' is triggered automatically

2012-07-03 Thread Praveen Agarwal
Hi, I am updating the ProductFeatureAppl entity using my custom simple-method. When this entity updates an EECA 'indexProductKeywords' is triggered automatically. I don't want to indexed product keywords since it takes too much time as i am updating the ProductFeatureAppl for all products. Can an