Quote Originally Posted by DrByte View Post
If you display that admin page in your browser, where those customer or product details apparently don't "show", and then choose View Source in your browser, do those details show up in the raw HTML?
This is the source for the "New Customers" section:

<div class="header">New customers: </div>
<div class="row"><span class="left"><a href="http://www.donallnagealai.ie/shop/admin/customers.php?search=&origin=index" class="contentlink"> </a></span><span class="rigth">
28/10/2010 </span></div>
<div class="row"><span class="left"><a href="http://www.donallnagealai.ie/shop/admin/customers.php?search=&origin=index" class="contentlink"> </a></span><span class="rigth">
28/10/2010 </span></div>
<div class="row"><span class="left"><a href="http://www.donallnagealai.ie/shop/admin/customers.php?search=&origin=index" class="contentlink"> </a></span><span class="rigth">
26/10/2010 </span></div>
<div class="row"><span class="left"><a href="http://www.donallnagealai.ie/shop/admin/customers.php?search=&origin=index" class="contentlink"> </a></span><span class="rigth">
26/10/2010 </span></div>
<div class="row"><span class="left"><a href="http://www.donallnagealai.ie/shop/admin/customers.php?search=&origin=index" class="contentlink"> </a></span><span class="rigth">
23/10/2010 </span></div>
</div>

(I have actually renamed the "admin" directory but have edited the urls here for clarity)

So, no, the customer details don't appear in the source.

Here's a short extract from the corresponding source for the same page in version 1.3.9g:

<div class="row"><span class="left"><a href="http://www.donallnagealai.ie/shop/admin/customers.php?search=Deane&origin=index" class="contentlink">Michael Deane</a></span><span class="rigth">
28/10/2010 </span></div>

Also what CHARSET are you using in your english.php file?
What Character Set and/or collation is your database using?
For english.php I have:

// charset for web pages and emails
define('CHARSET', 'iso-8859-1');

On the "Version" info page I have:

HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7

Is that what you're looking for?

In both cases it's unchanged from the default and is the same as I used in all the previous versions of Zen Cart up to 1.3.9g.

Regards

Nick