Or, you can just hardcode the template bypassing the CGI plugs that pull in
REG_PERIODS from XML_Client.pm

WXW's suggestion is the best :) :) :)

Charles Daminato
Product Manager (ccTLDs)
Tucows Inc. - [EMAIL PROTECTED]

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Martin
> Sent: March 1, 2001 9:19 AM
> To: Charles Daminato; Mike Kovacich; [EMAIL PROTECTED]
> Subject: Re: default to 2 yrs new registration
>
>
> You also need to, as Chuck has mentioned previously, continue to
> modify the
> code, especially at XML_Client.pm near:
>
> %REG_PERIODS = (
>   1 => "1 Year",
>   2 => "2 Years",
>   3 => "3 Years",
>   4 => "4 Years",
>   5 => "5 Years",
>   6 => "6 Years",
>   7 => "7 Years",
>   8 => "8 Years",
>   9 => "9 Years",
>   10 => "10 Years",
>         );
>
> If you don't want 1 year to show up in the list, remove it there.
> If all you
> want to offer is 2 year registrations, remove all but the line
> with 2 years.
>
> Or just do it with <html> at templates/reg_system/order.html
>
> Bob Martin
> Senior Network Administrator
> Shore Communications, LLC
> http://www.shorecom.com
> ----- Original Message -----
> From: opensrs pats <[EMAIL PROTECTED]>
> To: Charles Daminato <[EMAIL PROTECTED]>; Mike Kovacich
> <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Thursday, March 01, 2001 3:16 AM
> Subject: RE: default to 2 yrs new registration
>
>
> > hi!
> >
> > you mean to say instead of :
> >            <select name=period>
> >             {{PERIOD_LIST}}
> >             </select>
> >
> > something like following can be done??
> > then what about {{PERIOD_LIST}}?
> >
> > <select name=period>
> >  <option value=1>1
> >  <option value=2 selected>2
> >  <option value=3>3
> >  <option value=10>10
> > </select>
> >
> > thanks
> >
> > --- "Charles Daminato" <[EMAIL PROTECTED]>
> > > wrote:
> > >Our systems, (http://resellers.opensrs.net) and Client Code,
> by default,
> are
> > >set to the lowest registration term.  It is up to the reseller to alter
> this
> > >as they see fit (except for http://resellers.opensrs.net).
> > >
> > >Charles Daminato
> > >Product Manager (ccTLDs)
> > >Tucows Inc. - [EMAIL PROTECTED]
> > >
> > >> -----Original Message-----
> > >> From: [EMAIL PROTECTED]
> > >> [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Kovacich
> > >> Sent: February 27, 2001 8:38 PM
> > >> To: [EMAIL PROTECTED]
> > >> Subject: Re: default to 2 yrs new registration
> > >>
> > >>
> > >> Can you please do this to the order & transfer manually forms ?
> > >>
> > >> Charles Daminato wrote:
> > >>
> > >> > It's a matter of using a FORM tag to make the value what you wish,
> and
> > >> > some editing of the code.
> > >> >
> > >> > Charles Daminato
> > >> > TUCOWS Product Manager (ccTLDs)
> > >> > [EMAIL PROTECTED]
> > >> >
> > >> > On Tue, 27 Feb 2001, opensrs pats wrote:
> > >> >
> > >> > > hello,
> > >> > >
> > >> > > For new registrations, in the no. of years dropdown box it
> > >> shows 1 yr asdefault.
> > >> > > Can change it to 2 years as selected?
> > >> > >
> > >> > > I have seen some RSPs doing it.
> > >> > >
> > >> > > Thanks
> > >> > >
> > >> > > Pats
> > >>
> >
> > _____________________________________________________________
> > Get free 6MB, fast eMail with full features.. [EMAIL PROTECTED]
> > Signup now http://mail.patra.net
>
>

Reply via email to