Re: Displaying product attributes in ecommerce site?

2008-09-29 Thread jaki
display > on the ecommerce page. > > > -- > Thanks and Regards > Sumit Pandit. > HotWaxMedia, Inc > http://www.hotwaxmedia.com > > On Sep 29, 2008, at 4:55 PM, jaki wrote: > >> >> I have added a few custom attributes for a product using its &g

Re: Displaying product attributes in ecommerce site?

2008-09-29 Thread jaki
; > Some more information will helpful. > > > -- > Thanks and Regards > Sumit Pandit. > HotWaxMedia, Inc > http://www.hotwaxmedia.com > > On Sep 29, 2008, at 4:36 PM, jaki wrote: > >> >> How do you display the attribues added for a prod

Displaying product attributes in ecommerce site?

2008-09-29 Thread jaki
How do you display the attribues added for a product on that products page in the ecommerce app? -- View this message in context: http://www.nabble.com/Displaying-product-attributes-in-ecommerce-site--tp19721812p19721812.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Question about returning map

2008-08-17 Thread jaki
Hi all, I'm using an Axis Web service client (using the Call object) and I can return maps via ofbiz services fine enough but when I try returning map using my custom made web services (ej3 ws to be specific) it returns an emtpy map. This happens when I set the return type using 'call.setReturnC

Can't login with newly created user

2008-08-11 Thread jaki
Hi all, I tried creating a number users in the ecommerce app but cant' login with any of them. Keep getting the error 'wrong password' each time. -- View this message in context: http://www.nabble.com/Can%27t-login-with-newly-created-user-tp18938357p18938357.html Sent from the OFBiz - User mai

integrating auction and ofbiz

2008-08-07 Thread jaki
I don't know whether this really fits into this forum but im still posting. I have developed an ecommerce site which leverages many of the fuctions of ofbiz using soap calls. Now I need to integrate an auction software in the same manner. But I need it to work on the same products and categories

Re: payment gateway help

2008-07-10 Thread jaki
r name (myserver.com) > that will resolve on the internet. > > jaki sent the following on 7/10/2008 9:48 AM: >> Hey thanks for the info. Im currently working on the paypal >> implementation >> that comes with ofbiz and will look through those once that is done. >>

Re: payment gateway help

2008-07-10 Thread jaki
payment, on the final page I only find a link to return to the page specified in 'return' in properties file and no where throughout the process is the callback function called even once. Ashish Vijaywargiya-4 wrote: > > Jaki, > > Before few months I was working on the

Re: payment gateway help

2008-07-08 Thread jaki
* services for various payment methods. You > will need to configure them in your store's payment settings. Also look > into the demo data of OOTB e-commerce component. > > Raj > > jaki wrote: >> Hi, >> After browsing around a bit I could find that ofbiz alre

payment gateway help

2008-07-08 Thread jaki
Hi, After browsing around a bit I could find that ofbiz already comes with implementations for various credit card gateways like verisign, cybersource, etc. But to use it won't I have to have an account with them? Is there a way to do it any other way like with a mock gateway? Im completely new

pagination in ofbiz

2008-07-02 Thread jaki
Is it possible to implement pagination in an ofbiz service? I want it to retrieve products based on the page no. selected and the number of products to be displayed on a page (say pagesize). eg: if the 2nd page is selected and pagesize is 10 I want it to fetch only those products which come in row

Re: Bypassing ofbiz login

2008-06-23 Thread jaki
; Hi, > put userLogin as parameter to service, example in java: > > GenericValue userLogin = null; > userLogin = (GenericValue) request.getSession().getAttribute("userLogin"); > > serviceContext.put("userLogin", userLogin); > Map serviceReturn = dispatcher.run

Bypassing ofbiz login

2008-06-23 Thread jaki
I am trying to use ofbiz webservices from an external app but some of these servcies require you to be logged in. Is there anyway to bypass this? We want our own login system to be used in place of that of ofbiz. -- View this message in context: http://www.nabble.com/Bypassing-ofbiz-login-tp180

defining a service with variable number of output attributes

2008-06-03 Thread jaki
How do I define the output attributes of a service if the number of output attributes and their names can't be decided until the program/service is run. For example, the returning map for my current service contains a list of products. But the number of products returned can change with a change

Re: losing the cart items before login

2008-06-01 Thread jaki
I think 'auto-save' functionality is disabled in the above link you have given because of which the contents of the cart doesn't get stored for a particular user. So, if he logs out and logs back in, his cart is empty. I think what the author wants is for the cart items added before logging in (

Re: Users - Re: Shopping Cart Persistence?

2008-06-01 Thread jaki
when this was implemented the first time, or may have been introduced > later as other things this uses have shifted around). > > -David > > > On May 30, 2008, at 7:47 AM, jaki wrote: > >> >> Thanks that seems to have done the trick. But in some cases t

Re: Users - Re: Shopping Cart Persistence?

2008-05-30 Thread jaki
eld that turns this on and off for a store is > ProductStore.autoSaveCart. > > -David > > > On May 30, 2008, at 12:43 AM, jaki wrote: > >> >> Sorry to be resurrecting this ancient thread, but which is this flag >> mentioned in the quoted post? Kindly hel

Re: Users - Re: Shopping Cart Persistence?

2008-05-29 Thread jaki
Sorry to be resurrecting this ancient thread, but which is this flag mentioned in the quoted post? Kindly help me here as my ofbiz seems unable to persist a shopping cart beyond the current session Andrew Zeneski wrote: > > There is code in place currently which will persist the shopping cart

Catalog Manager: Adding products in bulk into a category

2008-05-29 Thread jaki
Is there a way to add more than one product into a category at a time and categories in bulk into a catalog? Like if you have an excel sheet filled with products, is there any way to transfer them into a category via catalog mgr? -- View this message in context: http://www.nabble.com/Catalog-Man

Re: how to persist shopping cart

2008-05-29 Thread jaki
7; none of which could do what was required jaki wrote: > > Hi all, > Is there a way to persist the shopping cart for each user? Right > now, if I logout after adding some items to the cart and login again using > the same account the cart goes empty (which ideally should not be

Re: how to persist shopping cart

2008-05-28 Thread jaki
user account (partyID) or using the anonymous login > > > jaki sent the following on 5/28/2008 8:00 AM: >> Even Shopping Lists seem common to all users. I see the same shopping >> lists >> no matter which account I use to log in >> >> >> jaki wrote:

Re: how to persist shopping cart

2008-05-28 Thread jaki
Even Shopping Lists seem common to all users. I see the same shopping lists no matter which account I use to log in jaki wrote: > > Hi all, > Is there a way to persist the shopping cart for each user? Right > now, if I logout after adding some items to the cart and login

how to persist shopping cart

2008-05-28 Thread jaki
Hi all, Is there a way to persist the shopping cart for each user? Right now, if I logout after adding some items to the cart and login again using the same account the cart goes empty (which ideally should not be the case). On enabling 'auto save cart' in Catalog Mgr>Stores, the cart conte

RE: error while starting ofbiz

2008-05-23 Thread jaki
Hey, god bless you :) I changed the port from 1099 to 10990 in ofbiz-container.xml and it works now! Hoping that change won't cause me any future problems though Tushar Abhyankar wrote: > > Hi Jaki, > The port settings required to do are set in > framework/

Re: compiling java files

2008-05-23 Thread jaki
Heap of thanks you all! I installed ant, set ANT_HOME, made some classpath changes in build.xml and it finally got compiled! jaki wrote: > > Hi, > I was going through Si Chen's tutorials and working on the hello3 app. As > part of that, I am required to write a java progra

error while starting ofbiz

2008-05-23 Thread jaki
I'm unable to start ofbiz (it's been running fine until today). The error says its cause port 1099 is already in use. A port scan revealed that its being used by something called 'rmiregistry' but I cant find the same in taskbar so am at a loss as to how to close it! please help with this :( -- V

Re: compiling java files

2008-05-22 Thread jaki
Acc. to the tutorial, I should navigate to my component folder (hot-deploy/hello3) and run 'ant'. But doing so gives me the error 'ant is not recognized as an internal or external command'. Do I need to copy ant.bat from main ofbiz folder over to this one?? -- View this message in context: http:

compiling java files

2008-05-22 Thread jaki
Hi, I was going through Si Chen's tutorials and working on the hello3 app. As part of that, I am required to write a java program but it seems to compile it you have to use ant and build.xml (new to java, so these concepts are new to me as well). The tutorial says build.xml can usually be copied

Re: Getting SQL Exceptions during ant run

2008-05-13 Thread jaki
Ok I got the trigger given on that site working too. Just replace 'ofbiz' in the 'if' condn with 'OFBIZ' and it works. Seems Oracle converts it to uppercase. jaki wrote: > > Thanks a lot for all the help and suggestions. I got that trigger to work > by

Catalog Manager - subsciption help

2008-05-12 Thread jaki
Can someone enlighten me as to what the 'subscription' tab of catalog manager is supposed to be for? And also a brief explanation of the important fields found in the tab would be very helpful. -- View this message in context: http://www.nabble.com/Catalog-Manager---subsciption-help-tp17201352p

ant.bat run and startofbiz.bat

2008-05-12 Thread jaki
What's the difference between the two? I'm completely new to ofbiz and clueless as to the difference but both of them can get the apps running. So is it alright if I use ant.bat run instead of startofbiz since using startofbiz gives you a really fat console.log sometimes which just keeps on gettin

Re: help in creating new user

2008-05-06 Thread jaki
Heartfelt thanks for all the help. I got the issue solved by putting the user details in UserLoginAndSecurityGroup entity too with groupID as 'FULLADMIN'. [EMAIL PROTECTED] wrote: > > Hello jaki, > > You have to set the role for the newly created user. > > The

help in creating new user

2008-05-05 Thread jaki
I created a new user with the partyID as 'admin' using Webtools (UserLogin entity) but whenever I try to login I get the error saying 'Login for this application couldn't be completed (required permissions missing)' -- View this message in context: http://www.nabble.com/help-in-creating-new-user

Re: Getting SQL Exceptions during ant run

2008-05-05 Thread jaki
, to add to the page for > future users. > > jaki sent the following on 5/4/2008 11:02 PM: >> Tried the trigger given on that site but the problem persists. It comes >> up a >> bit later now (after a 100 or so more lines in the log) but it still >> comes. >> >

Re: Getting SQL Exceptions during ant run

2008-05-04 Thread jaki
t;[EMAIL PROTECTED]>: > >> there was some discussion about a month ago. >> it is an oracle specific problem. >> I don't remember a specific solution on the ML since it has to with >> oracle. >> >> >> jaki sent the following on 5/3/2008 3:

Getting SQL Exceptions during ant run

2008-05-03 Thread jaki
hi, I got my database changed from derby to oracle 10g Enterprise Edition Release 10.1.0.2.0 with jdbc Oracle driver Version 9.2.0.1.0. The 'ant.bat run-intall' got over successfully though whenever I start the server using 'ant.bat run', I keep getting SQL Exceptions as below. And the ant run ju

Re: convert instance of ofbiz/derby to ofbiz/mysql?

2008-05-02 Thread jaki
I changed the database to oracle but I suppose it's empty since webtools doesn't recognize my username and password. How do I run webtools then so that I can migrate data from derby to oracle? rhodebump wrote: > > Hi Everyone. > > I am currently running ofbiz/derby and seeing some scary stuff i

Re: convert instance of ofbiz/derby to ofbiz/mysql?

2008-04-29 Thread jaki
How do you configure ofbiz to use a different db (mysql in this case)? Raj Saini wrote: > > I think the way out is take XML dump of data using webtool's > entity-engine xml export facility. Configure ofbiz to use > PostgreSQL(Recommended) or MySQL database and "run-install-seed" ant > task.