Jump to content

techsavyy

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by techsavyy

  1. techsavyy

    Renew Domain

    Is there any way to renew domain without using cron ? i.e. When user click on renew button payment gets done and its service get renewed?
  2. how can I transfer domain from admin panel?? Using add service always perform register domain.
  3. How can I renew Domain with namecheap?
  4. I want to display terms and conditions in module for domain registration. I have written code as following in config file. Configure::set("domain_fields.nl",array( 'Term' => array( 'label' => Language::_("domain.Terms",true), 'type' => "checkbox", 'options' => array( 'Yes' => Language::_("domain.RegistryTerms",true) ) ) ); Currently if i write <a href="#">Terms & Conditions</a> in Language::_("domain.RegisteryTerms",true), it show as it is instead of showing it as link.
  5. I want to create checkbox for I agree to Terms & Conditions. But when I add link to label attribute of checkbox. it shows <a> tag as it is. How can I add html attribute to the label of checkbox?
×
×
  • Create New...