change catalog onclick of href

2011-02-25 Thread Hardik Handa
I wanted to change catalog onclick of href Can someone help me ??? Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-eCommerce HCL Technologies Ltd. C-22A, Sector 57, NOIDA. 201301, UP. (India) Tel: +91-120-2586417-19 Mob: +91-9811671898 www.hcltech.com www.hcl.com<

Re: Product store group

2011-02-25 Thread Ashish Vijaywargiya
Go to: https://localhost:8443/webtools/control/FindGeneric?entityName=ProductStoreGroupType&find=true&VIEW_SIZE=50&VIEW_INDEX=0 Then click on "Create New" button. You will see this form: https://localhost:8443/webtools/control/ViewGeneric?entityName=ProductStoreGroupType&enableEdit=true In the

Using a proxy server for usps and UPS address validation

2011-02-25 Thread skip@thedevers
I have created a new service using the UPS Street Level address validation API instead of the USPS one which I will soon submit as a contribution. However, the production server for this company is behind a firewall and it is only connected to the internal network. Outside access to it is throu

Fedex Shipment Gateway Configuration is not available

2011-02-25 Thread masionas
Hi Guys, Is Fedex integration working in the recent trunk? It used to work back in old times where the config was in the shipment.properties file. Now I am trying to enter config settings from Shipment Gateway Config UI under facility. Put Fedex account number and meter number. Then went to outgo

Re: data base

2011-02-25 Thread David E Jones
On a side note, the only reason this isn't the default in OFBiz is that if you use UTF-8 the size of each text column will be reduced to 1/3 of its specified size because each UTF-8 character requires 3 bytes in MySQL, and the size of a column in MySQL is in terms of bytes, and not in terms of

[ANN]VTD-XML 2.10

2011-02-25 Thread Jimmy Zhang
VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number of new features and enhancement. * The core API of VTD-XML has been expanded. Users can now perform cut/paste/insert on an empty element.

Re: data base

2011-02-25 Thread Mike
As I recall (I use postgres now), I had trouble getting multi-language support to work properly in mysql until I made the following changes to entityengine.xml. The default config shows this: character-set="latin1" collate="latin1_general_cs" I believe I had to change the

Re: data base

2011-02-25 Thread Erwan de FERRIERES
Le 25/02/2011 11:43, adnane a écrit : Hello Thns every body,but i want know how could i creat datasource in the file entityengine.xml because i notice that this file contain just the defenition of each data base and in the top of file,we precise wich data base we use,so,if i would like use mysq

Re: data base

2011-02-25 Thread adnane
Hello Thns every body,but i want know how could i creat datasource in the file entityengine.xml because i notice that this file contain just the defenition of each data base and in the top of file,we precise wich data base we use,so,if i would like use mysql database,sould i change derby and put

AUTO: Vadim Eisenberg is out of the office (returning 21/03/2011)

2011-02-25 Thread Vadim Eisenberg
I am out of the office until 21/03/2011. I will read my mail from time to time, and will perform urgent tasks if such will appear. Note: This is an automated response to your message "Re: Product store group" sent on 25/2/11 14:35:30. This is the only notification you will receive while this

Re: Product store group

2011-02-25 Thread Info Olagos
Hello, How do you create a new ProductStoreGroupType in Ofbiz? You have to do it immediately in the database table? or Can you do it via the ofbiz webforms anywhere? Regards, Heidi 2011/2/25 Divesh Dutta > This is Quite straight forward. > > 1) Create new type for ProductStoreGroupType > 2) a

Re: Upgrade to jquery

2011-02-25 Thread S K Pradeep Kumar
using trunk only. With regards, S K Pradeep kumar, 9980609494 On Fri, Feb 25, 2011 at 5:22 PM, Pranay Pandey < pranay.pan...@hotwaxmedia.com> wrote: > Hi Pradeep, > > Using trunk or waiting for the latest release is the option IMO. > > Thanks & Regards > -- > Pranay Pandey > > > > > On Feb 25,

Re: Product store group

2011-02-25 Thread Divesh Dutta
You may also see how this model will work in calculateProductPrice service in PriceServices.java . See use of productStoreGroupId here. Thanks -- Divesh Dutta. On Feb 25, 2011, at 6:03 PM, Divesh Dutta wrote: > This is Quite straight forward. > > 1) Create new type for ProductStoreGroupType

Re: Product store group

2011-02-25 Thread Divesh Dutta
This is Quite straight forward. 1) Create new type for ProductStoreGroupType 2) and create new ProductStoreGroup 3) Create new ProductStore and give id of ProductStoreGroup created above. i.e associate with above created ProductStore Then create your Product and Product Price data. Now Product

Re: Upgrade to jquery

2011-02-25 Thread Jacques Le Roux
This may help but is not complete, at least a good start... Then complete by comparing with trunk https://issues.apache.org/jira/browse/OFBIZ-3814 Jacques From: "S K Pradeep Kumar" Hi All, I am using the older version of ofbiz 9.04 which is having the prototype js. I would like to upgrade it

Re: Upgrade to jquery

2011-02-25 Thread Pranay Pandey
Hi Pradeep, Using trunk or waiting for the latest release is the option IMO. Thanks & Regards -- Pranay Pandey On Feb 25, 2011, at 4:31 PM, S K Pradeep Kumar wrote: > Hi All, > > I am using the older version of ofbiz 9.04 which is having the prototype js. > I would like to upgrade it to jqu

Upgrade to jquery

2011-02-25 Thread S K Pradeep Kumar
Hi All, I am using the older version of ofbiz 9.04 which is having the prototype js. I would like to upgrade it to jquery. What are all the changes i need to do to upgrade it? With regards, S K Pradeep kumar, 9980609494

Product store group

2011-02-25 Thread Santosh Malviya
Hello list, I have a requirement to set different price (override a price) for a product which is to be sold in different geos like Netherlands and Italy, I googled about this and found a mail, which says about product store group, but it's not implemented in OFBiz yet. I saw ProductStoreGroup