rider Posted May 31, 2010 Share Posted May 31, 2010 Hi, On the domainchecker templates (portal template) ; I have these code that work well from a NOT logged customer, in this case, if selected currencie change, the price domain is updated to new currencie in the footer tab. But if I'am logged as a client, then If I change currencie, the new loaded page has NO CHANGE, it's still the default currencies. ********************* <form method="post" action="{php}echo $_SERVER["REQUEST_URI"];{/php}"> <p class="header">{$LANG.choosecurrency}</p> <p><img src="templates/portal/images/currencies.jpg" border="0" class="absmiddle" /> <select name="currency" onchange="submit()"> {foreach from=$currencies item=curr} <option value="{$curr.id}"{if $curr.id eq $smarty.session.currency} selected{/if}>{$curr.code}</option> {/foreach}</select> </p> </form> ********************* Any idea ? Regards 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted May 31, 2010 WHMCS Support Manager Share Posted May 31, 2010 That's correct, a client cannot change their currency. All subsequent orders will use the currency they selected on their first order. 0 Quote Link to comment Share on other sites More sharing options...
rider Posted June 3, 2010 Author Share Posted June 3, 2010 Thanks John, Ok, but the problem I wrote, even happen with new client (that never never buy) when they go on domainchecker AFTER login to client area. But If client go to domainchecker without login before, all work fine. Any idea ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted June 3, 2010 WHMCS Support Manager Share Posted June 3, 2010 Yes, that's the expected behaviour. 0 Quote Link to comment Share on other sites More sharing options...
rider Posted June 3, 2010 Author Share Posted June 3, 2010 ok, that mean is not a good thing to keep a account "register" button, because if client want buy a domain after he register his account, even if I modified php template for they have a currencies selector, that don't modify any price. My opinion is, there is no formal client before a first buy, that mean it's should be best to allow a registered user (to select currencies/modify price currencies) at his first buy even if he place the order from his account. Does it make sense ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted June 3, 2010 WHMCS Support Manager Share Posted June 3, 2010 You can disable "Allow Client Registration" under Setup > General Settings > Other tab. 0 Quote Link to comment Share on other sites More sharing options...
rider Posted June 6, 2010 Author Share Posted June 6, 2010 thanks for tip 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.