Re: How to configure multiple sellers for the same product

2016-10-12 Thread Mandeep Sidhu
Use SupplierProduct tab instead, add each supplier with their own SKU and pricing. Also, make sure the product's inventory type is set to Dropshipment only, you would have to build couple of new ECAs to take care of billing and email notifications. Additionally, some modification is required to the

Re: How to configure multiple sellers for the same product

2016-10-12 Thread Mandeep Sidhu
en vendor will have to adjust the product pricing manually. But > in marketplace, the price must go up and down automatically. > > On Wed, Oct 12, 2016 at 8:02 PM, Mandeep Sidhu > wrote: > > > Use SupplierProduct tab instead, add each supplier with their own SKU and > > pric

Re: How to configure multiple sellers for the same product

2016-10-12 Thread Mandeep Sidhu
z for > > achieving marketplace config. I understand now that probably i will have > to > > tweak the code to achieve my objective. Thanks for giving some hint in > this > > direction ;) > > > > On Oct 12, 2016 10:01 PM, "Mandeep Sidhu" > > wrote: > &g

Re: Integrate Ofbiz into Frontend-App

2017-07-03 Thread Mandeep Sidhu
Wrap around the core services by integrating something like RESTEasy as a separate hot-deploy component, use swagger with codegen to generate stubs using api specs file swagger.json. ~ Mandeep On Jul 3, 2017 12:08 AM, "Thomas Deniffel" wrote: > Hello, > > we have an existing frontend. Now I was

Re: Integrate Ofbiz into Frontend-App

2017-07-08 Thread Mandeep Sidhu
Done already, pretty easy to setup. On Jul 8, 2017 8:35 AM, "Divesh Dutta" wrote: > Hi Mandeep, > > Thanks for replying. Is this something you already did or it's a basic idea > which can be done? > > Thanks > -- > Divesh Dutta > > On Mon, J

Error in latest trunk build admin module(Receive Inventory)

2012-03-15 Thread Mandeep Sidhu
Hi, I was going through the admin module, looked at the Tiny Gizmo product, received the following error upon clicking the receive inventory link. URL: https://demo-trunk.ofbiz.apache.org/facility/control/ReceiveInventory?facilityId=WebStoreWarehouse&productId=GZ-1000&externLoginKey=EL93355886488

Using GZip compression for js files in Ecommerce module

2012-04-07 Thread Mandeep Sidhu
Hi, I was wondering if it is possible to reduce the size of external javascript's being fetched by making use of GZip encoding. The feeding server does understand and responds to GZip encoding, however Ofbiz is not requesting the content in GZip format. Can anybody please guide me as to what all

Re: Using GZip compression for js files in Ecommerce module

2012-04-07 Thread Mandeep Sidhu
send the GZip encoding option in the http header for which I believe Ofbiz needs to be touched. Correct me if I am wrong. Regards, Mandeep Sidhu On Sun, Apr 8, 2012 at 11:21 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > I'd suggest to do it also for css http://co

Re: Using GZip compression for js files in Ecommerce module

2012-04-08 Thread Mandeep Sidhu
monScreens.xml and > specialpurpose/ecommerce/**widget/CommonScreens.xml) > > > Jacques > > From: "Mandeep Sidhu" > >> created Jira 4792 >> >> https://issues.apache.org/**jira/browse/OFBIZ-4792<https://issues.apache.org/jira/browse/OFBIZ-4792> >&g

Re: Using GZip compression for js files in Ecommerce module

2012-04-08 Thread Mandeep Sidhu
gest files we already use compressed versions (ending by > min.js, see framework/common/widget/**CommonScreens.xml and > specialpurpose/ecommerce/**widget/CommonScreens.xml) > > > Jacques > > From: "Mandeep Sidhu" > >> created Jira 4792 >> >> h

Re: Using GZip compression for js files in Ecommerce module

2012-04-08 Thread Mandeep Sidhu
my bad, I am just being ignorant here, I was looking at the response header, my bad, it's working perfectly fine. apologies On Sun, Apr 8, 2012 at 5:48 PM, Mandeep Sidhu wrote: > Jacques, > > I analyzed the URL being accessed by my application, I am trying to > consume a versi

Re: Custom product detail screen configuration

2012-04-17 Thread Mandeep Sidhu
e the product detail page dynamic. Regards, Mandeep Sidhu On Wed, Apr 18, 2012 at 12:09 AM, Robert G. wrote: > What do you mean? productsummary page is rendered with widgets as well > (Widget name="productsummary"). > > So you can create different views, but I think you are m

Re: Custom product detail screen configuration

2012-04-17 Thread Mandeep Sidhu
Jacques, what do you suggest? what would be the best way to acheive my requirement? Regards, Mandeep Sidhu On Wed, Apr 18, 2012 at 12:46 AM, Robert G. wrote: > I see. Sorry I cannot help yet, cause Im still on implementing the > functions > in my ecommerce which I need. The CMS I have

Re: Custom product detail screen configuration

2012-04-18 Thread Mandeep Sidhu
t 1:39 PM, Vikas Mayur wrote: > > > I think you can use a similar field 'detailScreen' on the Product table. > > > > Regards > > Vikas > > > > On Apr 17, 2012, at 11:00 PM, Mandeep Sidhu wrote: > > > > > I was wondering if it is pos

Removing port number from the url in production setup

2012-05-29 Thread Mandeep Sidhu
Hi, I am developing an ecommerce store using ofbiz, can be found here http://www.simbacart.com The production system is a Unix box, running apache server and then Ofbiz as a service. My question to you is, how to map the 80 port of prod server with the ofbiz's 8080 port, also about the mapping

Re: Removing port number from the url in production setup

2012-05-30 Thread Mandeep Sidhu
dEnvVars > > >SSLOptions +StdEnvVars > > >BrowserMatch "MSIE [2-6]" \ > nokeepalive ssl-unclean-shutdown \ >downgrade-1.0 force-response-1.0 ># MSIE 7 and newer should

Re: Removing port number from the url in production setup

2012-06-03 Thread Mandeep Sidhu
rl. I tried removing entry 8443 from ofbiz-containers.xml and url.properties file, but after doing that, the webtools link on https stopped working. Any help is much appreciated. Thanks and regards, Mandeep Sidhu On Thu, May 31, 2012 at 7:09 AM, Mandeep Sidhu wrote: > Excellent, Thanks Mike f

Re: Removing port number from the url in production setup

2012-06-03 Thread Mandeep Sidhu
so what configuration should I give here for production usage? On Sun, Jun 3, 2012 at 11:44 PM, Deepak Agarwal wrote: > Go to Content->website , choose ur website. there you will find it. > > On Sun, Jun 3, 2012 at 11:20 PM, Mandeep Sidhu >wrote: > > > One quick q here

Re: Removing port number from the url in production setup

2012-06-03 Thread Mandeep Sidhu
biz 302u IPv4 508690 0t0 TCP *:52139 > (LISTEN) > java18326 ofbiz 361u IPv4 509537 0t0 TCP *:8009 (LISTEN) > > So, I don't think you need to mess with ofbiz-containers. Regarding the > other ports, I'm behind a firewall, and I'm front

Re: Removing port number from the url in production setup

2012-06-03 Thread Mandeep Sidhu
al Message- > From: Mandeep Sidhu > Date: Mon, 4 Jun 2012 07:43:01 > To: > Reply-To: user@ofbiz.apache.org > Subject: Re: Removing port number from the url in production setup > > So what exact change will remove the 8080 and 8443 from the url that's > generated whe

Re: out of PermGen Space

2012-10-04 Thread Mandeep Sidhu
when I encountered the PermSpace issue, I found out (with the help of Mike :)) that the job scheduler running in the background was the the culprit. try select * from job_sandbox; from your database to see the number of entries there. Regards, Mandeep Sidhu On Thu, Oct 4, 2012 at 12:06 PM, Parm

Re: out of PermGen Space

2012-10-04 Thread Mandeep Sidhu
, Parm Lehal wrote: > There are 622 entries in there. > > > > On Thu, Oct 4, 2012 at 12:13 PM, Mandeep Sidhu >wrote: > > > when I encountered the PermSpace issue, I found out (with the help of > Mike > > :)) that the job scheduler running in the background was

Re: Advice on Hosting Ofbiz

2013-02-25 Thread Mandeep Sidhu
I've my own online store (ofbiz based) hosted on godaddy's dedicated server. Performance wise it's good and seems economical as well. Here's the link to my store http://www.simbacart.com Lemme know if you've more questions regardingy godaddy hosting. On Mon, Feb 25, 2013 at 6:58 PM, David Saenz

Re: How to get response in json for autocomplete

2013-03-06 Thread Mandeep Sidhu
Invoke a java event instead of a service, set the view to none and render the response as json, you can break down regular java objects into json using codeheues jackson library. On Tue, Mar 5, 2013 at 1:23 AM, Deepak Agarwal wrote: > Well I am not sure if this is the best way to do but I achie

Re: Looking for an experience Java programmer with OFBiz experience

2013-05-20 Thread Mandeep Sidhu
Hi Carlos, I would like to know more about this opportunity, I am a java developer with 6.9 years or experience and a passionate ofbiz developer as well. I am launching my own ofbiz based ecommerce site www.simbacart.com in coming few days. Let me know if we can share a quick chat over gtalk. Re

Re: Problem with default currency USD - INR

2013-05-30 Thread Mandeep Sidhu
I think I too ran into the same issue. Here's something that might fix it, if you have already completed the steps listed below, You need to update the baseCurrencyUomId column entry for your company in the table PartyAcctgPreference, set it to INR and that should do the trick. Letme know if that

Re: International Shipping

2013-06-19 Thread Mandeep Sidhu
You might want to check out method getShipEstimate in the following class org.ofbiz.order.shoppingcart.shipping.ShippingEvents During debugging I found this is used to calculate any shipping related estimates and adds to the cart.getSubTotal (cart.getGrandTotal eventually). Regards, Mandeep On W

Re: International Shipping

2013-06-19 Thread Mandeep Sidhu
to get the formulas or rates? > > On 6/19/2013 1:56 PM, Mandeep Sidhu wrote: > > You might want to check out method getShipEstimate in the following class > > org.ofbiz.order.shoppingcart.shipping.ShippingEvents > > > > During debugging I found this is used to calculat

Re: Root domain shopping cart

2013-07-02 Thread Mandeep Sidhu
I believe you can do so by passing the jsessionid as one of the query parameters when the redirect is happening. Mandeep On Tue, Jul 2, 2013 at 2:26 AM, Ofbiz 开发 wrote: > Hi everyone, > > Could someone help me on this please? > > At the moment when the shopping cart is created on www.example.c

Re: Root domain shopping cart

2013-07-03 Thread Mandeep Sidhu
conf" under OFBIZ_HOME and add a > context.xml in it please? Would that work for OFBIZ? Thank you very much. > > Kind Regards > > Fong > > > > > On Wed, Jul 3, 2013 at 2:12 AM, Mandeep Sidhu >wrote: > > > I believe you can do so by passing the jsessionid

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-11 Thread Mandeep Sidhu
Can you share directory snapshot as well? Perhaps that would help troubleshoot further. On Sun, Aug 11, 2013 at 3:05 AM, İhsan Koçak wrote: > I have found an error in the logs.it says:[ > CatalinaContainer.java:646:INFO ] > > file:home/abc/ihsan/ofbiz/apache-ofbiz-12.04.02/hot-deploy/pract

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-11 Thread Mandeep Sidhu
Hmm...either attachments don't work on this email address or you forgot to attach it. On Sun, Aug 11, 2013 at 5:23 PM, İhsan Koçak wrote: > Thank you for your reply.Snapshot:[image: Inline image 1] > > > On Sun, Aug 11, 2013 at 9:59 PM, Mandeep Sidhu > wrote: > >

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread Mandeep Sidhu
Monday, August 12, 2013 2:57 PM > > Subject: Re: OFBiz Tutorial - A Beginners Development Guide(Part 1) > > > > > > Sorry, i attached screenshot and logs. > > > > > > > > On Mon, Aug 12, 2013 at 8:48 AM, Jacques Le Roux < > > jacques.l

Re: Pack Multiple orders without creating reservation

2013-08-28 Thread Mandeep Sidhu
Open the order in order manager, on the widgets on the right hand side under "Actions" you can find this button. A typical order url should look something like this. xyz.com/ordermgr/control/orderview?orderId= On Wed, Aug 28, 2013 at 9:48 PM, jyoti wrote: > Hi Deepak, > > Thanks for the help.

Re: Subscribing for beginning

2013-09-02 Thread Mandeep Sidhu
Can you share the code in your application's Controller.xml? Looks more like a mapping issue to me. On Mon, Sep 2, 2013 at 3:31 AM, Antony Adopo wrote: > Hello, > I'm Antony and I'm beginner on apache ofbiz. > I want to build a ecommerce website for tailor clothe with ofbiz. so I > decided to

Re: Subscribing for beginning

2013-09-02 Thread Mandeep Sidhu
> > > > > > > page="component://practice/widget/PracticeScreens.xml#main"/> > > > > > > > > 2013/9/2 Mandeep Sidhu > > > Can you sh

Re: Subscribing for beginning

2013-09-02 Thread Mandeep Sidhu
It should be in "/practice/widget" not in "/practice/webapp/practice/widget/" Fix the path and restart ofbiz. It should work just fine now. On Mon, Sep 2, 2013 at 2:28 PM, Antony Adopo wrote: > Thanks , but even, it doesn't work >

Re: Subscribing for beginning

2013-09-02 Thread Mandeep Sidhu
what does the log say? On Mon, Sep 2, 2013 at 3:20 PM, Antony Adopo wrote: > it doesn't work again > > > 2013/9/3 Mandeep Sidhu > > > It should be in "/practice/widget" not in > > "/practice/webapp/practice/widget/" > > Fix the pa

Re: A task management component based on OFBiz and ExtJS Sencha

2013-09-10 Thread Mandeep Sidhu
This is really cool!!! Great job. I am also preparing a customized dojo library to ajaxify ofbiz applications. Single page applications are more appealing to me :). Starred your repo on Github. Regards, Mandeep On Tue, Sep 10, 2013 at 7:36 AM, Bilgin Ibryam wrote: > On 10 September 2013 15:21

Re: A task management component based on OFBiz and ExtJS Sencha

2013-09-10 Thread Mandeep Sidhu
. Dojo has a relatively easy licence, perhaps that's one reason for choosing it. Just my two cents. Regards, Mandeep On Tue, Sep 10, 2013 at 8:42 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Then why not jQuery? > > Jacques > > Mandeep Sidhu wrot

Re: Axis webservice in ofbiz

2013-11-29 Thread Mandeep Sidhu
Inside any service*.xml file use the attribute *export *with value as *true *to expose the given service as a SOAP based service. Default value for this attribute is *false*. Sample entry below; *before export="true"* *after export="true"* * All exposed services are listed at the below url https

Re: General login page for all users?

2014-02-07 Thread Mandeep Sidhu
I think single sign on is well implemented in ofbiz. If you got a hot-deploy app, don't add an entry to handle login. The controller will automatically handle it. If you want to customize the login page to give a look and feel of your org, which I did as well you need to modify the file at the fol

Re: General login page for all users?

2014-02-07 Thread Mandeep Sidhu
t; working as you said. If it's well > implemented, how can I setup a page for all users to login from there > successfully? Thanks. > > > Mandeep Sidhu wrote > > I think single sign on is well implemented in ofbiz. If you got a > > hot-deploy app, don't add an en

Re: General login page for all users?

2014-02-07 Thread Mandeep Sidhu
ce login, thank you. But I am looking > to > do this for the back-end applications login. > > > Mandeep Sidhu wrote > > There are two different login flows actually. Single sign on is for all > > back end applications (AR/AP/Accounting/Catalog etc.). For the front end &g

Re: Help on testing, reviewing patches before committing

2014-03-08 Thread Mandeep Sidhu
Can I be added to the list of committers please? I'd like to contribute back. Thanks, Mandeep On Sat, Mar 8, 2014 at 1:41 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Please re-read my initial question. I was not talking about the how (task) > but the why (goal) > > Jacques > >

Re: Entity Find Entity Condition Case sensitive

2014-03-17 Thread Mandeep Sidhu
This should do the trick; EntityCondition.makeCondition(EntityFunction.UPPER_FIELD("supplierProductId"), EntityOperator.LIKE, EntityFunction.UPPER(((String) testCondition).toUpperCase()) Regards, Mandeep Sidhu www.simbacart.com ( Ofbiz based ) On Mon, Mar 17, 2014 at 7:25 AM,

Re: Actionable tasks of the week - volunteers?

2014-03-20 Thread Mandeep Sidhu
I'd like to take up the first two issues to begin with. Unfortunately I am little confused with the documentation you shared earlier as to how I can become a committer. Would a patch work in this case? Or I need to be on the committers list? Let me know. Thanks, Mandeep On Thu, Mar 20, 2014 at

Re: Actionable tasks of the week - volunteers?

2014-03-22 Thread Mandeep Sidhu
My apologies, seems I've accidentally clicked on the provide patch button for the below issue. https://issues.apache.org/jira/browse/OFBIZ-5589 Kindly ignore, I've started working on this issue, will provide the patch files once I've them ready and tested. Thanks, Mandeep On Fri, Mar 21, 2014 a

Re: Offbiz Ecommarce

2014-05-19 Thread Mandeep Sidhu
You've three 'm' in your url, correct would be http://192.168.1.10:8080/ecommerce On Mon, May 19, 2014 at 11:11 PM, pushkar sawant wrote: > Hi All, > > I am trying to access eCommerce page from link - > http://192.168.1.10:8080/ecommmerce > > But it gives m

Re: OFBiz Data Model book

2014-05-28 Thread Mandeep Sidhu
Awesome...this is so very useful. Thanks for sharing Paul. How did you find it? Thanks, Mandeep On Wed, May 28, 2014 at 1:59 PM, Paul Mandeltort wrote: > Hey all, was going through my docs and found this little gem that I really > wish I had found earlier in my OFBiz journey: > https://cwiki.

Re: Generic xml import & export functionality

2014-06-27 Thread Mandeep Sidhu
Entity Import and Entity Import Dir are two great tools in Ofbiz to achieve that. *Entity Import: *To import XML text http://demo-stable-ofbiz.apache.org/webtools/control/EntityImport *Entity Import Dir: *To import entity XML files loaded with data kept in a directory relative to Ofbiz home direct

Re: MRP requirements recieving Items

2014-09-16 Thread Mandeep Sidhu
There's a store level setting that states "One Inventory Facility", see what value is set there, if you've only one facility set it to Y, things get a lot easier that way. Regards, Mandeep On Tue, Sep 16, 2014 at 10:53 AM, jfrad...@styleline.com < jfrad...@styleline.com> wrote: > I did approve t

Re: Please Complete the OFBiz Documentation Survey

2014-09-22 Thread Mandeep Sidhu
Completed :). On Mon, Sep 22, 2014 at 2:46 PM, Nicolas Malin < malin.nico...@librenberry.net> wrote: > Cool Sharan, I propage it to my local group :) > > And I complete the survey of course ;) > > Nicolas > > Le 22/09/2014 14:12, Sharan-F a écrit : > > Hi Everyone >> >> I’ve put together a short

Re: Change URL

2015-06-22 Thread Mandeep Sidhu
Change the port in url.properties to 80 and set mount point of your ecommerce component (ofbiz-component.xml) to "/". port.http=80 For production deployments it's always better to use virtual hosts configured in your apache HTTPD config file. On Mon, Jun 22, 2015 at 1:38 PM, Tom Running wrote: