Jump to content

Client area - blank domain details page


ddenev

Recommended Posts

Hi,

 

when I click on 'View Details' button from the Domains page in the Client Area I get the following:

 

Registration Date:	//
Domain:	
Registration Period:	Year/s
Next Due Date:	//
Amount:	lv.
Payment Method:	
Status:

 

I put {debug} into clientareadomaindetails.tpl and saw that {domainid} is empty.

 

What to do? Thank you.

Link to comment
Share on other sites

No, I didn't. It is the original clientareadomains.tpl file. The form in clientareadomains.tpl that submits to the details page is:

<form method="post" action="{$SERVER.PHP_SELF}?action=domaindetails">
<input type="hidden" name="id" value="{$domain.id}">
<td id="{$domain.class}">
	{$domain.registrationdate}
</td>
<td id="{$domain.class}">
	[url="http://{$domain.domain}"]{$domain.domain}[/url]
</td>
<td id="{$domain.class}">
	{$domain.nextduedate}
</td>
<td id="{$domain.class}">
	{$currencysymbol}{$domain.amount} {$currency}
</td>
<td id="{$domain.class}">
	<input type="submit" value="{$LANG.clientareaviewdetails}">
</td>
</form>

and the debug info for clientareadomains.tpl is OK:

{$domains}	Array (1)
0 => Array (
 id => 0000000012
 registrationdate => 20/06/2007
 domain => dragomirdenev19062007.com
 expirydate => empty
 amount => 19.00
 nextduedate => 19/06/2008
 status => empty
 class => clientarealistactive

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