KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Sony George on November 19, 2009, 11:57:18 am

Title: remove validation of Manufacture URL
Post by: Sony George on November 19, 2009, 11:57:18 am
Hello,

I want to remove the validation of Manufacturer Language URL, now it is 255 char maximum,
instead of using it as URL i want to use it as a text area, to show details in multi language.

as per the documentation in CustomValidation.properties i set the value to, no minimum or maximum specified like the following

Manufacturer.url= ;
ManufacturerInfo.url= ;


but did not work,

can i set validation only for the values that have commented out in CustomValidation.properties ?
can i change Manufacturer Language URL, or Manufacturer Custom5 field  from textbox to textarea ??

regards

Sony
Title: Re: remove validation of Manufacture URL
Post by: greg on November 19, 2009, 12:08:48 pm
Hi,

I think you'll have to write your own custom panel to do these things.

Quotecan i set validation only for the values that have commented out in CustomValidation.properties ?

yes

Quotecan i change Manufacturer Language URL, or Manufacturer Custom5 field  from textbox to textarea ??

no

--Greg