Jump to content

Ayzeta

Retired Forum Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ayzeta

  1. Hello SwiftModders Use in header.tpl ; <html lang="{$LANG.locale|substr:0:2}">
  2. Domain names cant include affiliate, I did not know that. The topic can be deleted.
  3. I cant setting this. My customer using our domain checking form on their site; <form action="https://ayzeta.net/cart.php?a=add&domain=register" method="post"> Find your Domain: <input type="text" name="query" size="20" /> <input type="submit" value="Go" /> </form> We want when coming new domain order on this form, adding their affiliate. We try; <form action="https://ayzeta.net/cart.php?a=add&domain=register&*?aff=3" method="post"> Find your Domain: <input type="text" name="query" size="20" /> <input type="submit" value="Go" /> </form> Its not work. Its check domain status, but not adding affiliate static. And try; <form action="https://ayzeta.net/*?aff=3&gocart=true&a=add&domain=register" method="post"> Find your Domain: <input type="text" name="query" size="20" /> <input type="submit" value="Go" /> </form> Its adding affiliate static, but its not checking domain status. Thanks in advance for any support.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated