diff --git a/design/admin/templates/shop/orderlist.tpl b/design/admin/templates/shop/orderlist.tpl index 62e6f0414a0..4ffb226e64e 100644 --- a/design/admin/templates/shop/orderlist.tpl +++ b/design/admin/templates/shop/orderlist.tpl @@ -73,7 +73,7 @@ {if is_null($Orders.item.account_name)} {'( removed )'|i18n( 'design/admin/shop/orderlist' )} {else} - {$Orders.item.account_name|wash} + hasGetVariable( "email" ) ) +{ + $Email = $http->getVariable( "email" ); +} + $productList = eZOrder::productList( $CustomerID, $Email ); $orderList = eZOrder::orderList( $CustomerID, $Email );