Jump to content

curencies on domainchecker


rider

Recommended Posts

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

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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