ant build only recompiles Java code and rebuild the Jars.
it does not change the data stored. kaliagaurav sent the following on 7/20/2010 12:56 AM: > > Hi Aswath > > I have applied this patch below > > https://issues.apache.org/jira/browse/OFBIZ-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > > And I can confirm that those two lines are there in my code. But I have > not build it. Just a doubt if I do "ant build" the configuration I have > done will get over write or not. > > Because I have added few catalogs and products and created some stores > as well. > > Please suggest > > Thanks > > Gaurav > > On Tuesday 20 July 2010 10:56 AM, aswath narayana [via OFBiz] wrote: >> Hi Gaurav, >> You have to send the currency code parameter to paypal. >> Please verify if the patch is applied correctly. >> or you can hardcode like this temporarily in paypalevents.java - >> line:157, >> function: callPayPal. >> parameter.put("currency_code", "GBP"). >> >> Don't forget to do 'ant build'. >> >> good luck, >> -Aswath >> >> On Thu, Jul 15, 2010 at 7:35 PM, kaliagaurav<[hidden email] >> </user/SendEmail.jtp?type=node&node=2294946&i=0>>wrote: >> >>> >>> Hi Raj >>> >>> If I am not wrong "currencyuom" get configured in general.properties. I >>> have >>> changed >>> >>> currency.uom.id.default=USD >>> >>> to >>> >>> currency.uom.id.default=GBP >>> >>> Is there any other place where I need to configure this. >>> >>> Please suggest >>> >>> Regards >>> Gaurav >>> -- >>> View this message in context: >>> >> http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2290201.html >> <http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2290201.html?by-user=t> >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >> >> >> ------------------------------------------------------------------------ >> View message @ >> http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2294946.html >> >> To unsubscribe from Re: PayPal Currency Issue, click here >> < (link removed) =>. >> >> > > |
In reply to this post by Bruno Busco
Hello Bruno,
Sorry for coming back to you so late. You are absolutely right, i should have used a & instead of $. Must have been working to much with different languages to have em mixed up. I found a solution using style sheets for this. I'll keep this in mind! David On Fri, 2010-07-16 at 07:33 +0200, Bruno Busco wrote: > Hi David, > shouldn't you use instead of $nbsp; ? > > -Bruno > > > 2010/7/15 David van der Staak <[hidden email]> > > > Hi, > > > > I'm trying to add a hardspace in the catalog name, the name that is > > visible on the front end. However, when I type the $nbsp; in the name it > > gets changed to $nbsp; which shows it as the literal string > > $nbsp; in the browser. I'm trying to make the name not wrap, as I rather > > have it breaking out of the box then breaking the entire layout (which > > is what happens now). > > > > TL;DR How to add a hard space in catalog name? > > > > Regards, > > > > David > > > > |
In reply to this post by aswath narayana
Hi All
Thanks for the all the help. I build it and it worked. :) Thanks Gaurav On Tuesday 20 July 2010 01:26 PM, Gaurav Kalia wrote: Hi Aswath |
Free forum by Nabble | Edit this page |