authorize.net configuration

2010-08-10 Thread Anurag Walia
Hi all, Thanks In advance. I need your help regarding authorize.net configuration I am trying to import files using this command keytool -import -trustcacerts -file (path to certificate) -alias AUTHORIZE_NET -keystore ./ofbizssl.jks i have some confussion. what should be (path to

Re: Removing currency code letters in Ecommerce

2010-08-10 Thread sumit pandit
Since your customer belongs to same country therefore, A simple option is to - Hard code your currency symbol and show ${itemPrice} Or do store setting to show specified currency UOM. On Tue, Aug 10, 2010 at 2:39 AM, Brent Dykgraaf br...@groceri.co.nz wrote: Hello I am working on an

Re: authorize.net configuration

2010-08-10 Thread Raj Saini
Anurag, Path to your keystore will depend what is configured in your Tomcat SSL Connector. You can check this in the ofbiz-container.xml file in ${ofbiz.home}/framework/base/config folder. In the past, I observed that certificates imported in the ofbizssl.jks did not work. Therefore, you

Re: authorize.net configuration

2010-08-10 Thread S K Pradeep Kumar
Hi, Use the following link. https://cwiki.apache.org/confluence/display/OFBIZ/How+to+configure+authorize.net+certificates And also import your certificate in java also in..\jdk1.6.0_20\jre\lib\security With regards, S K Pradeep kumar, 9980609494 On Tue, Aug 10, 2010 at 11:29 AM, Anurag

Re: authorize.net configuration

2010-08-10 Thread Anurag Walia
Thanks Raj Pradeep But their is already a files in base\config folder with the name ofbizssl.jks. can i use this or generate new one by the keytools and authorization.net certificates. -- View this message in context:

Re: authorize.net configuration

2010-08-10 Thread S K Pradeep Kumar
Hi Anurag Walia, Just import the authorization.net certificate in ofbizssl.jks and also in ..\jdk1.6.0_20\jre\lib\security\cacerts files With regards, S K Pradeep kumar, 9980609494 On Tue, Aug 10, 2010 at 12:06 PM, Anurag Walia walia.anu...@hotmail.comwrote: Thanks Raj Pradeep But their

multiple columns in single form

2010-08-10 Thread Michael Xu (xudong)
hi all, I really enjoy ofbiz form widget. But now I have a problem when handing form widget which is how to show many fields in a form as single type. By default, all fields are shown in a single column, which is not that friendly if fields are too many. So I wonder whether there is an elegant

Re: multiple columns in single form

2010-08-10 Thread Michael Xu (xudong)
My colleague has figured out how to achieve it. Basically there is a position attribute for form field. If we set position = 2, then there will be a new column. Ofbiz rocks! -- Regards, Michael Xu (xudong) On Tue, Aug 10, 2010 at 4:27 PM, Michael Xu (xudong) dong...@wizitsoft.comwrote: hi

Re: authorize.net configuration

2010-08-10 Thread Anurag Walia
Thanks Pradeep I will try this and soon get back to you. -- View this message in context: http://ofbiz.135035.n4.nabble.com/authorize-net-configuration-tp2319337p2319515.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Removing currency code letters in Ecommerce

2010-08-10 Thread Scott Gray
Hi Brent, As a fellow Kiwi I feel obliged to assist :-) The currency formatter is actually quite smart and will display the currency letters when the supplied locale is differs from what it expects for the currency's isoCode. Some examples: locale: en_US, isoCode=NZD results in NZ$34.50

how to fetch records from two entities

2010-08-10 Thread hdv
hi I want to fetch records such as productId, imageurl etcfrom product entity using some condition and now i want to fetch price for those productids which i got from product entity.so how can i do that?? shud i do coding in groovy or in xml file?which one is better? -- View this message in

Re: Building a New Website Using ecommerce

2010-08-10 Thread OfBizSuds
Thank you BJ Raj, Showing the list of restaurants on NewCustomer.ftl finally started to work. whew! Unable to figure out how to programatically save PartyRelationship for CUSTOMER to FAVORITE_RESTAURANT. I think I need to do this in CustomerEvents.xml but its calling methods all over the

Re: Building a New Website Using ecommerce

2010-08-10 Thread BJ Freeman
if your using partyrelationship then you show a relationship between to parties. so you have to have a page that either list all restaurants (Parties) they can select or let them add a party for a restaurants. you can use an SECA that triggers on createcustomer that then calls create

Stable was very slow

2010-08-10 Thread Jacques Le Roux
I just decided to kill and reload the stable demo. Not sure why (not enough time to check) but it was running amock (eated as much as possible CPU) Jacques

Re: Building a New Website Using ecommerce

2010-08-10 Thread OfBizSuds
Thanks Bj, But what's a Seca - is it an event? do you know where the code for create partyrelationship is? Is there a common method for doing that? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Building-a-New-Website-Using-ecommerce-tp2307761p2320099.html Sent from the

Re: Building a New Website Using ecommerce

2010-08-10 Thread Patrick
Why don't you debug into the code? Personally I don't like programming with the xml, I think you'd be better off programming a Java service. On Tue, Aug 10, 2010 at 11:52 AM, OfBizSuds viru_su...@yahoo.com wrote: Thanks Bj, But what's a Seca - is it an event? do you know where the code for

Re: Building a New Website Using ecommerce

2010-08-10 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBTECH/Service+Engine+Guide#ServiceEngineGuide-ecas webtools is your friend I go to the service list then use the browser find (CTRL F) and type in the service. then

Re: Building a New Website Using ecommerce

2010-08-10 Thread BJ Freeman
Patrick you will find that services can be both java or simple. but why program when just a few lines for an EECA or SECA works. there already CRUD services for the entities Patrick sent the following on 8/10/2010 10:16 AM: Why don't you debug into the code? Personally I don't like

Re: Stable was very slow

2010-08-10 Thread BJ Freeman
if you could do a quick rename of the log files then maybe someone will be able to take time and looks, in the future. Jacques Le Roux sent the following on 8/10/2010 9:58 AM: I just decided to kill and reload the stable demo. Not sure why (not enough time to check) but it was running amock

About ProductFeatureCategoryAppl and ProductFeatureCatGrpAppl

2010-08-10 Thread miles
Hi, I'm relative new to OFBIZ and has worked on it for several months. I've understand the product feature applying to product to setup virtual/variant products. But what's the purpose of ProductFeatureCategoryAppl and ProductFeatureCatGrpAppl design? I can associate a product feature

Re: About ProductFeatureCategoryAppl and ProductFeatureCatGrpAppl

2010-08-10 Thread BJ Freeman
*Appl is usually to have many to many relationships miles sent the following on 8/10/2010 11:01 AM: Hi, I'm relative new to OFBIZ and has worked on it for several months. I've understand the product feature applying to product to setup virtual/variant products. But what's the purpose

Re: how to fetch records from two entities

2010-08-10 Thread S K Pradeep Kumar
Hi, What ever ur doing either groovy or xml. create one view entity so u can access them very easily. With regards, S K Pradeep kumar, 9980609494 On Tue, Aug 10, 2010 at 12:03 PM, hdv hdvar...@rediffmail.com wrote: hi I want to fetch records such as productId, imageurl etcfrom product

Re: how to fetch records from two entities

2010-08-10 Thread Patrick
You could create a static function in Java and call it from the FTL file. This is an example of a static call from an FTL file #assign defaultGogleMapKey = Static[org.ofbiz.base.util.UtilProperties].getPropertyValue(general.properties, defaultUrl) You could also do it in Groovy The code is like

Re: About ProductFeatureCategoryAppl and ProductFeatureCatGrpAppl

2010-08-10 Thread huang.mi...@gmail.com
Hi BJ, Thank for your quick reply. I understand that in OFBIZ we can use an Appl table to implement the n:m relationship technically. What I don't understand is the business level design of these two relations: What's the purpose to associate a product feature category or group to a

Re: OFBiz RMI + Authentication?

2010-08-10 Thread Shi Jinghai
You can get a sample OFBiz RMI client from here: http://langhua.org/portal/portal/default/OFBiz/OFBizRmiModulePortletWindow?windowstate=maximized There's a war you can install it in tomcat. And then you can modify/add jsps to add/remove the session info. You shouldn't expect a session to be a

Re: Stable was very slow

2010-08-10 Thread Jacques Le Roux
Yes, I thought about that, but as it was more than 250MB I gave up Jacques From: BJ Freeman bjf...@free-man.net if you could do a quick rename of the log files then maybe someone will be able to take time and looks, in the future. Jacques Le Roux sent the following on 8/10/2010 9:58 AM: I

Purchase Order emails

2010-08-10 Thread Rene Scheibe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there any cause why only sales order emails but no purchase order emails are sent during the checkout process? Or do I miss specific database entries for the suppliers? The functionality is already there (can be triggered manually) as a Send a

Re: Purchase Order emails

2010-08-10 Thread BJ Freeman
in general, the business logic for purchase orders is different from sales orders. the default way ofbiz is setup purchase orders are based on stock levels. There is a flag for drop ship that changes this but only created the PO not emails itself. also you want this to happen only after an

Re: About ProductFeatureCategoryAppl and ProductFeatureCatGrpAppl

2010-08-10 Thread BJ Freeman
it has been awhile and I am really tied up, so I would have to do what I am going to explain to you. the artifact, in webtools, is a good to see what interacts with an entity. from that you can deduce the use. also a code search for the entity for what the artifact may miss, since Scott says

Re: About ProductFeatureCategoryAppl and ProductFeatureCatGrpAppl

2010-08-10 Thread Scott Gray
Hi Miles, I don't use it often but I believe the associations are currently pretty much only used by the product search functionality. If you choose to search within a given category and that category has features associated with it then they will be displayed as selectable filtering options

Re: how to fetch records from two entities

2010-08-10 Thread Ravindra Mandre
Hi, You can also do this in xml using entity condition , and get related tags . Ravi