RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
Yes, I saw it. But getProdCatalogCategories permits apparently to take list of product for a given category we specify on parameters of this method. I need list of categories for a given catalog Thanks for getStoreCatalogs please, help! -Message d'origine- De : Harsha Chadhar

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
Please check the method again, it takes catalog Id and returns category list. For a given productCatalogId(assuming that you have Catalog details), and a prodCatalogCategoryTypeId (can have possible values like PCCT_QUICK_ADD, PCCT_PROMOTIONS, PCCT_PURCH_ALLW, PCCT_SEARCH, PCCT_VIEW_ALLW

RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
Ok. I don't want a special category( ex :PCCT_PROMOTIONS). I want all categories. So, regarding the code below, it's meant that prodCatalogCategoryTypeId should be empty to get all categories instead of specific categoriespcct Secondly, where Pcct -x comes from or what it means? I

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
Send it as an empty string() in the IN parameters. As the code already handles it, i.e if the prodCatalogCategoryTypeId is empty then all categories will be returned. Please check the code again. -Harsha From: Antony ADOPO saius...@gmail.com To: user@ofbiz.apache.org user@ofbiz.apache.org

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
Also please refer to the Catalog Setup section in the following : https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-catalogSettings -Harsha From: Harsha Chadhar harsha.chad...@tcs.com To: user@ofbiz.apache.org Cc:

RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
Thanks you very much. -Message d'origine- De : Harsha Chadhar harsha.chad...@tcs.com Envoyé : ‎08/‎10/‎2013 11:29 À : user@ofbiz.apache.org user@ofbiz.apache.org Cc : user@ofbiz.apache.org user@ofbiz.apache.org Objet : RE: list of categories of a given catalog Also please refer to the

Re: Add Item To Approved Order

2013-10-08 Thread jyoti
Hi Pierre, I had a requirement in which i was to give orderItemTypeId too while adding item to an approved order. I used ofbiz service appendOrderItem for this. Its implementation in OrderServices.java had the mistake which i listed above. Thanks, Jyoti -- View this message in context:

Re: Language code (UTF-8) when adding a new address on Ecommerce

2013-10-08 Thread Sebastian Wachinger
Please see my comment on https://issues.apache.org/jira/browse/OFBIZ-4535?focusedCommentId=13788313page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313 -- View this message in context:

secondaryGeoId in orderitems.ftl: tax sometimes not displayed

2013-10-08 Thread Sebastian Wachinger
In applications/order/entitydef/entitymodel.xml http://svn.apache.org/repos/asf/ofbiz/trunk/applications/order/entitydef/entitymodel.xml the field /secondaryGeoId/ is marked as deprecated (along with /primaryGeoId/), but in specialpurpose/ecommerce/webapp/ecommerce/order/orderitems.ftl