secondaryGeoId in orderitems.ftl: tax sometimes not displayed

2013-10-08 Thread Sebastian Wachinger
In applications/order/entitydef/entitymodel.xml the field /secondaryGeoId/ is marked as deprecated (along with /primaryGeoId/), but in specialpurpose/ecommerce/webapp/ecommerce/order/orderitems.ftl

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=13788313&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313 -- View this message in context: http://ofbiz.135035.n4.nabble.com/Language-code-UTF-8-when-adding-a-new-add

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: http

RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
Thanks you very much. -Message d'origine- De : "Harsha Chadhar" Envoyé : ‎08/‎10/‎2013 11:29 À : "user@ofbiz.apache.org" Cc : "user@ofbiz.apache.org" Objet : RE: list of categories of a given catalog Also please refer to the Catalog Setup section in the following : https://cwiki.apache

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 To: user@ofbiz.apache.org Cc: "user@ofbiz.apache.org" Date: 10/

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 To: "user@ofbiz.apache.org" Date: 10/08/2013 02:32 PM Subject: R

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 categories"pcct" Secondly, where "Pcct -x" comes from or what it means?

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 et),