Jump to content

Domain Transfers Text - Am I the only one?


ehuk

Recommended Posts

Am I the only one who thinks this is wrong?

 

When I go to transfer a .com domain (which has a one off charge), and I click 'Check Availability' the more info bit says: 2 Year/s @ £x.xx GBP

 

The same text when you purchase a domain name!! I have looked and I can't find an easy way to change this to something like: One off Fee @ £x.xx GBP or just £x.xx GBP.

 

I have had several customers get confused over this!

 

Any input? :roll:

Link to comment
Share on other sites

Look here to test if this is what you wanted

PLEASE DON'T ORDER IF YOU ARE TESTING

and
If so edit /templates/orderforms/[yourcarttype]/adddomain.tpl

Find

<form method="post" action="{$smarty.server.PHP_SELF}?a=add&domain={$domain}">

Replace the table under it with

<table class="clientareatable" style="width:90%;" align="center" cellspacing="1">
<tr class="clientareatableheading"><td>{$LANG.domainname}</td><td>{$LANG.domainstatus}</td><td>{$LANG.domainmoreinfo}</td></tr>
{foreach key=num item=result from=$availabilityresults}
{if $domain eq "transfer"}
<tr class="clientareatableactive"><td>{$result.domain}</td><td class="{if $result.status eq $searchvar}domaincheckeravailable{else}domaincheckerunavailable{/if}">{if $result.status eq $searchvar}<input type="checkbox" name="domains[]" value="{$result.domain}"{if $result.domain|in_array:$domains} checked{/if} /> Available! Transfer Now{else}{$LANG.domainunavailable}{/if}</td><td>{if $result.regoptions}<select name="domainsregperiod[{$result.domain}]">{foreach key=num item=regoption from=$result.regoptions}<option value="{$regoption.period}">{$currencysymbol}{$regoption.price} {$currency} One Time Fee</option>{/foreach}</select>{/if}</td></tr>
{else}
<tr class="clientareatableactive"><td>{$result.domain}</td><td class="{if $result.status eq $searchvar}domaincheckeravailable{else}domaincheckerunavailable{/if}">{if $result.status eq $searchvar}<input type="checkbox" name="domains[]" value="{$result.domain}"{if $result.domain|in_array:$domains} checked{/if} /> {$LANG.domainavailable}{else}{$LANG.domainunavailable}{/if}</td><td>{if $result.regoptions}<select name="domainsregperiod[{$result.domain}]">{foreach key=num item=regoption from=$result.regoptions}<option value="{$regoption.period}">{$currencysymbol}{$regoption.price} {$currency} for {$regoption.period} {$LANG.orderyears}</option>{/foreach}</select>{/if}</td></tr>
{/if}
{/foreach}
</table>

Link to comment
Share on other sites

Now in /templates/orderforms/[yourcarttype]/configureproductdomain.tpl

Find

{if $availabilityresults}

<p class="cartsubheading">{$LANG.choosedomains}</p>

Replace the table under it with

<table class="clientareatable" style="width:90%;" align="center" cellspacing="1">
<tr class="clientareatableheading"><td>{$LANG.domainname}</td><td>{$LANG.domainstatus}</td><td>{$LANG.domainmoreinfo}</td></tr>
{foreach key=num item=result from=$availabilityresults}
{if $domainoption eq "transfer"}
<tr class="clientareatableactive"><td>{$result.domain}</td><td class="{if $result.status eq $searchvar}domaincheckeravailable{else}domaincheckerunavailable{/if}">{if $result.status eq $searchvar}<input type="checkbox" name="domains[]" value="{$result.domain}" /> Available! Transfer Now{else}{$LANG.domainunavailable}{/if}</td><td>{if $result.regoptions}<select name="domainsregperiod[{$result.domain}]">{foreach key=num item=regoption from=$result.regoptions}<option value="{$regoption.period}">{$currencysymbol}{$regoption.price} {$currency} One Time Fee</option>{/foreach}</select>{/if}</td></tr>
{else}
<tr class="clientareatableactive"><td>{$result.domain}</td><td class="{if $result.status eq $searchvar}domaincheckeravailable{else}domaincheckerunavailable{/if}">{if $result.status eq $searchvar}<input type="checkbox" name="domains[]" value="{$result.domain}" /> {$LANG.domainavailable}{else}{$LANG.domainunavailable}{/if}</td><td>{if $result.regoptions}<select name="domainsregperiod[{$result.domain}]">{foreach key=num item=regoption from=$result.regoptions}<option value="{$regoption.period}">{$currencysymbol}{$regoption.price} {$currency} for {$regoption.period} {$LANG.orderyears}</option>{/foreach}</select>{/if}</td></tr>
{/if}
{/foreach}
</table>

Link to comment
Share on other sites

  • 10 months later...
  • 3 weeks later...
  • 8 months later...

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