Hi Diva,

I can't repeat this on a clean install. The error is obviously coming from tpl_snaf_display_order.php.

Darn, just spotted a possible error. The code reads:

Code:
<?foreach($_GET as $key=>$value)
{
try changing that to :

Code:
<?php
foreach($_GET as $key=>$value)
{
yeah, that will cause errors on some servers/php versions I believe. And it is just a typo on my part.

let me know.