Jump to content

maxhost

Member
  • Posts

    5
  • Joined

  • Last visited

About maxhost

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

maxhost's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Well control panel definitely makes it easier, especially managing DNS. For now I have installed Virtualmin, if it will not be efficient I'll try Kloxo.
  2. I suppose it will be best to post it here. I have recently purchased a VPS and a new WHMCS license and going to install it there. There will be only few minor projects so I don't want to buy a control panel, but to use some of the free ones. Which ones are integrated good with WHMCS? I have a 64-bit Centos. Any advice will be much appreciated. Or I can use WHMCS even without hosting control panel?
  3. Thanks, looks like the problem was in browser, although I have deleted cash and cookies, the changes have been shown only when I had put a note into a code to check if that is the correct file.
  4. Hello everyone! I wanted to change an order of registration fields shown upon placing an order, it seems logical to me to select country and city before address. Found out it is configured in viewcart.tpl. I am using a comparison form, so it should be a templates/orderforms/comparison/viewcart.tpl. I have changed <tr><td>{$LANG.clientareaaddress1}</td><td>{if $loggedin}{$clientsdetails.address1}{else}<input type="text" name="address1" style="width:80%;" value="{$clientsdetails.address1}" />{/if}</td></tr> <tr><td>{$LANG.clientareaaddress2}</td><td>{if $loggedin}{$clientsdetails.address2}{else}<input type="text" name="address2" style="width:80%;" value="{$clientsdetails.address2}" />{/if}</td></tr> <tr><td>{$LANG.clientareacity}</td><td>{if $loggedin}{$clientsdetails.city}{else}<input type="text" name="city" style="width:80%;" value="{$clientsdetails.city}" />{/if}</td></tr> <tr><td>{$LANG.clientareastate}</td><td>{if $loggedin}{$clientsdetails.state}{else}<input type="text" name="state" style="width:80%;" value="{$clientsdetails.state}" />{/if}</td></tr> <tr><td>{$LANG.clientareacountry}</td><td>{if $loggedin}{$clientsdetails.country}{else}{$clientcountrydropdown}{/if}</td></tr> to <tr><td>{$LANG.clientareacountry}</td><td>{if $loggedin}{$clientsdetails.country}{else}{$clientcountrydropdown}{/if}</td></tr> <tr><td>{$LANG.clientareastate}</td><td>{if $loggedin}{$clientsdetails.state}{else}<input type="text" name="state" style="width:80%;" value="{$clientsdetails.state}" />{/if}</td></tr> <tr><td>{$LANG.clientareacity}</td><td>{if $loggedin}{$clientsdetails.city}{else}<input type="text" name="city" style="width:80%;" value="{$clientsdetails.city}" />{/if}</td></tr> <tr><td>{$LANG.clientareaaddress1}</td><td>{if $loggedin}{$clientsdetails.address1}{else}<input type="text" name="address1" style="width:80%;" value="{$clientsdetails.address1}" />{/if}</td></tr> <tr><td>{$LANG.clientareaaddress2}</td><td>{if $loggedin}{$clientsdetails.address2}{else}<input type="text" name="address2" style="width:80%;" value="{$clientsdetails.address2}" />{/if}</td></tr> but cannot see any change on the website. What's wrong?
  5. Всем добрый день. Недавно подписался на бесплатный аккаунт Resellerclub в придачу к WHMCS, но не могу понять как работает его платежная система. Когда клиент покупает домен на сайте то он платит мне через платежку как обычно а я за счет положеных на аккаунт реселлерклуба денег регистрирую ему домен? Или клиент оплачивает на реселлерклуб а мне на аккаунт ложится разница между моей ценой и его и я потом должен оттуда выводить? Боюсь тестить как бы деньги не ушли непонятно куда. Как там проходит оплата?
×
×
  • 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