Shipping Rates by Customer or Customer Classification

2018-04-25 Thread james
Is it possible to give different shipping rates by customer or by customer classification? Thanks James

Re: Product Associations

2018-04-25 Thread Benjamin Jugl
Hi there, I would say yes, the code implies this usage. See ProductDetail.groovy: obsolenscenseProducts = dispatcher.runSync("getAssociatedProducts", [productIdTo : productId, type : "PRODUCT_OBSOLESCENCE", checkViewAllow : true, prodCatalogId : currentCatalogId]);

Product Associations

2018-04-25 Thread james
Ok Dumb question of the day! In product associations if Product 12345 is the New Version Replacement to Product 38726 inside of Catalog Product is 12345 is the Product From and Product 38726 is the Product to and the association is New Version Replacement Correct? Thanks, James

Re: Best Practice Uploading Sales Orders

2018-04-25 Thread Deepak Dixit
Hi Rebecca, Please help yourself https://ofbiz.apache.org/mailing-lists.html Thanks & Regards - Deepak Dixit On Wed, 25 Apr 2018 at 7:26 PM, Rebecca Johnson wrote: > Is there a way to unsubscribe from this ? > > On 25.04.2018 15:02, Rishi Solanki wrote: > > Please

Re: Best Practice Uploading Sales Orders

2018-04-25 Thread Rebecca Johnson
Is there a way to unsubscribe from this ? On 25.04.2018 15:02, Rishi Solanki wrote: > Please check the entityengine.xml file, where you will have default > delgator registered. The delegator used everywhere and available is default > one. To get the no-eca delegator in code you need to pass the

Re: Best Practice Uploading Sales Orders

2018-04-25 Thread Rishi Solanki
Please check the entityengine.xml file, where you will have default delgator registered. The delegator used everywhere and available is default one. To get the no-eca delegator in code you need to pass the name and use it for CRUD if you do not want to trigger EECAs. Below is the entry for your

RE: Best Practice Uploading Sales Orders

2018-04-25 Thread james
Thanks guys! I know this might sound stupid but what is the no-eca delegator? Original Message Subject: Re: Best Practice Uploading Sales Orders From: Yashwant Dhakad Date: Tue, April 24, 2018 9:55 pm To: user@ofbiz.apache.org Hi James, You

[MODERATED EMAIL] Customized theme not loading while using gradle offline

2018-04-25 Thread Deepak Dixit
Hi Sonali, Your email has been moderated,Please subscribe to mailing list, http://ofbiz.apache.org/mailing-lists.html Your earlier email also moderated, it would be good if you subscribe to mailing list, it will help to post and receive emails form mailing list. Thanks & Regards -- Deepak Dixit

Re: Customized theme not loading while using gradle offline

2018-04-25 Thread Taher Alkhateeb
Hard to tell .. you gave little information. The first thing I would check perhaps is if your assets are fetched online in your

Customized theme not loading while using gradle offline

2018-04-25 Thread Sonali Agrahari
Hello All, I am trying to run OFBiz 16.11 in offline mode. It's running successfully with all functionalities but my customized theme is not loading when i use ./gradlew ofbiz --offline. The theme is loading fine when using ./gradlew ofbiz and network is accessible. Kindly suggest. Thanks in