File goods_list.htm, privilege.php privilege.php — find set_admin_session($row[‘user_id’], $row[‘user_name’], $row[‘action_list’], $row[‘last_login’]); add the following above and below it respectively: $admin_zk=explode(“||”,$row[‘adminzk’ ]); on top, $_SESSION[‘adminzk’] = $admin_zk[2]; below. Then find if(!empty($ec_salt)) and add the field adminzk to the SQL statement. In goods_list.htm find {$goods.shop_price} and change {$goods.shop_price} to {if $goods.shop_price=$goods.shop_price*$smarty.session.adminzk/100} {$goods.shop_price} {/if}. The discount adminzk is stored in the administrator list in the format ###|###|###|###|###||###||###

