Re: configuruation documentation.

2007-11-27 Thread Scott Gray
It's actually the wiki space you would add this to: http://docs.ofbiz.org/pages/listpages-dirview.action?key=OFBIZ Anyone who signs up for an account can create pages there. If you can't find a spot to put it, you can just make a spot. Regards Scott On 28/11/2007, BJ Freeman <[EMAIL PROTECTED]>

Re: configuruation documentation.

2007-11-27 Thread BJ Freeman
thanks tim so I just go and create a comment, because that seems to be the only thing I can do. Tim Ruppert sent the following on 11/27/2007 9:09 PM: > BJ, instead of doing a word doc, post this to the docs.ofbiz.org site as > a Wiki page so that others can review and post to it. > > http://docs.

Re: configuruation documentation.

2007-11-27 Thread BJ Freeman
I use many searches ofbiz documentation ofbiz documentation product configuration None take me to a place where user documentation is. if I went to the http://docs.ofbiz.org/pages/listpages-dirview.action?key=OFBENDUSER it was still confusing where information would be put for how to configure pro

Re: configuruation documentation.

2007-11-27 Thread BJ Freeman
guess the question is really, how do I put it on the http://docs.ofbiz.org/pages/listpages-dirview.action?key=OFBENDUSER David E Jones sent the following on 11/27/2007 8:29 PM: > > To answer your question with a question... where would YOU look to find > this sort of document? > > -David > > >

Re: configuruation documentation.

2007-11-27 Thread Tim Ruppert
BJ, instead of doing a word doc, post this to the docs.ofbiz.org site as a Wiki page so that others can review and post to it. http://docs.ofbiz.org/pages/listpages-dirview.action?key=OFBENDUSER Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595

Re: configuruation documentation.

2007-11-27 Thread David E Jones
Interesting. What did you find when you searched there? On Nov 27, 2007, at 9:56 PM, BJ Freeman wrote: Google David E Jones sent the following on 11/27/2007 8:29 PM: To answer your question with a question... where would YOU look to find this sort of document? -David On Nov 27, 2007,

Re: configuruation documentation.

2007-11-27 Thread BJ Freeman
Google David E Jones sent the following on 11/27/2007 8:29 PM: > > To answer your question with a question... where would YOU look to find > this sort of document? > > -David > > > On Nov 27, 2007, at 8:58 PM, BJ Freeman wrote: > >> Ok in my trek to do this I have made a rough Document as to

Re: POS and Authorize.net error

2007-11-27 Thread Vince M. Clark
Here is what I have found. The trusted certificate error comes from HttpClient.java/HttpClientException.java. In HttpClient.java I changed trustAny from trustAny=false to trustAny=true. This gets us by for testing with Authorize.net test servers. Not sure if it will fly in production without

Re: configuruation documentation.

2007-11-27 Thread David E Jones
To answer your question with a question... where would YOU look to find this sort of document? -David On Nov 27, 2007, at 8:58 PM, BJ Freeman wrote: Ok in my trek to do this I have made a rough Document as to how to do do a configured product. where should I put this word document so ot

configuruation documentation.

2007-11-27 Thread BJ Freeman
Ok in my trek to do this I have made a rough Document as to how to do do a configured product. where should I put this word document so other can add and polish it?

Re: POS and Authorize.net error

2007-11-27 Thread BJ Freeman
Oh the ver 4.0 has the cvv code but the trunk does not. BJ Freeman sent the following on 11/27/2007 3:57 PM: > there are differences between the one in the ver 4.0 and trunk > both were updated about the same day. . > the trunk one checks further to see if the test property is null > if it is the

Re: POS and Authorize.net error

2007-11-27 Thread BJ Freeman
there are differences between the one in the ver 4.0 and trunk both were updated about the same day. . the trunk one checks further to see if the test property is null if it is then it returns test is true. where ver 4.0 looks only for a TRUE to mark it as a test. if null will allow the processes t

Re: POS and Authorize.net error

2007-11-27 Thread Vince M. Clark
Test transactions still work in an old instance of Open Taps. Vince Clark Global Era The Freedom of Open Source [EMAIL PROTECTED] (303) 493-6723 - Original Message - From: "David E Jones" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Tuesday, November 27, 2007 3:58:57 PM (G

Re: POS and Authorize.net error

2007-11-27 Thread David E Jones
On Nov 27, 2007, at 3:38 PM, Vince M. Clark wrote: No. Once I realized I had a cert issue I started reading up on related ML postings and the Technical Production Setup Guide. In the past we were running on OpenTaps when we setup Authorize.net. I guess all the SSL config is already done fo

Re: POS and Authorize.net error

2007-11-27 Thread Vince M. Clark
No. Once I realized I had a cert issue I started reading up on related ML postings and the Technical Production Setup Guide. In the past we were running on OpenTaps when we setup Authorize.net. I guess all the SSL config is already done for you in Open Taps because we never had to mess with it

Re: POS and Authorize.net error

2007-11-27 Thread BJ Freeman
httpClient.setClientCertificateAlias("AUTHORIZE_NET"); has this been added to the keystore? Vince M. Clark sent the following on 11/27/2007 2:05 PM: > The error I'm getting is "No trusted certificate found." I don't see anything > in the commit you referenced that has to do with certs

Re: POS and Authorize.net error

2007-11-27 Thread BJ Freeman
seems to be lost this is a resend. there is a code change in the trunk in the commit log New Revision: 585788 Vince M. Clark sent the following on 11/27/2007 11:59 AM: > OK I found some better log information that reveals the real source of the > problem: > > [ AIMPaymentServices.java:371:IN

Re: POS and Authorize.net error

2007-11-27 Thread Vince M. Clark
The error I'm getting is "No trusted certificate found." I don't see anything in the commit you referenced that has to do with certs.

Re: POS and Authorize.net error

2007-11-27 Thread BJ Freeman
there is a code change in the trunk in the commit log New Revision: 585788 Vince M. Clark sent the following on 11/27/2007 11:59 AM: > OK I found some better log information that reveals the real source of the > problem: > > [ AIMPaymentServices.java:371:INFO ] Could not complete Authorize.Ne

Re: Page Titles, META Descriptions & Keywords

2007-11-27 Thread Scott.
Thanks David, I think I see where the ecommerce product page gets its page title and I think it duplicates it for the meta description but it looks like the meta keywords are also a duplicate of the description. Is this the case or am I missing something? Also, how do you handle pages like the h

Re: POS and Authorize.net error

2007-11-27 Thread Vince M. Clark
OK I found some better log information that reveals the real source of the problem: [ AIMPaymentServices.java:371:INFO ] Could not complete Authorize.Net transaction: org.ofbiz.base.util.HttpClientException: IO Error processing request (java.security.cert.CertificateException: No trusted certi

Re: POS and Authorize.net error

2007-11-27 Thread Vince M. Clark
This error is not isolated to POS. I can reproduce thru ordermgr. I have checked payment.properties and also tested with a payment.properties file that is in another instance that works. That instance is based on release branch 4.0 and works fine. The instance I am having trouble with is based o

Re: Page Titles, META Descriptions & Keywords

2007-11-27 Thread David E Jones
We generally use the ProductContent and related entities. -David On Nov 27, 2007, at 12:06 PM, Scott. wrote: Hi Guys, Does OFBiz have the ability to create and/or edit page titles, META descriptions and keywords for each page in the ecommerce app from within the gui or has anyone been a

Page Titles, META Descriptions & Keywords

2007-11-27 Thread Scott.
Hi Guys, Does OFBiz have the ability to create and/or edit page titles, META descriptions and keywords for each page in the ecommerce app from within the gui or has anyone been able to get Shi's opencms app working yet? TIA for your help. -- View this message in context: http://www.nabble.com/

RE: price rule and quote

2007-11-27 Thread William Perng
Yes, I understand quantity is an optional parameter for service "caculateProductPrice". However, my point is the caller (createQuoteItem method of QuoteServices.xml) should pass the quantity to the service in this case. If there is a price rule which will be triggered only when quantity is larger

RE: Postgres dump/restore - our promotions are broken!

2007-11-27 Thread [EMAIL PROTECTED]
I would love to know how to pronounce Krzysztof. Skip -Original Message- From: Krzysztof Podejma [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 7:57 AM To: user@ofbiz.apache.org Subject: Re: Postgres dump/restore - our promotions are broken! check, if ID's are the same on ol

Re: price rule and quote

2007-11-27 Thread Jacques Le Roux
De : "William Perng" <[EMAIL PROTECTED]> > I guess the problem is in createQuoteItem method of QuoteServices.xml. When > the "calculateProductPrice" service is called, the quantity is not passed > in. No, the quantity is optionnal and this snippet is used in PriceServices.calculateProductPrice

Re: could not able to create GenericDelegator object

2007-11-27 Thread Jacques Le Roux
Which version of OFBiz are you using ? On which platform ? etc. Did you modify ContactList definition or the entitymodel.xml files which contains its definition ? Jacques De : "jaiser roney" <[EMAIL PROTECTED]> > Hello > > > I got the following error as i start the ofbiz > > * > after few li

RE: Advice on what would be easier...

2007-11-27 Thread Case Torres
For a configurable product: For search to be able to find the product, I would need to (during the ordering process) 1. search the db for the newly configured product id then 2. if not found, treat the configured product as a "new" product and populate the db with it using the newly created config

Re: Postgres dump/restore - our promotions are broken!

2007-11-27 Thread Krzysztof Podejma
check, if ID's are the same on old and new copy your problem may occur when auto increment is enabled You can use tools to export one db to sql and import data to other with strict ID's. phpMyAdmin supports this, maybe there is something for postgres. Krzysztof Podejma 2007/11/27, Vince M. Clark

Postgres dump/restore - our promotions are broken!

2007-11-27 Thread Vince M. Clark
We have a really strange thing happening when restoring a database from a dump file. One of our promotions doesn't work as it did before. Nothing has changed. I can go to the old database from where we dumped the data and the promo works fine. I run pg_dump, restore the database to another serve

Re: Advice on what would be easier...

2007-11-27 Thread Jacques Le Roux
I'm only sure of one thing : you can set the price of a variants and it overrides the price of the virtual (if any) which else is the default price. I agree that this is a bit a pain since it's a manual process that may be done automatically the way you explain below. I think you should create t