Posted by Orhan Sadik
2013-10-19

Hi Tom,

Thanks for your answer. I made it. Visitors can see address without loging in. But they can editing address. How can I disable editing address for visitors?
Posted by Tom
2013-10-19

Hi Orhan
Open "web/staff/app/cls_ps_addresses.inc.php" and
put "exit;" after the "case 'edit_inp':" line like
case 'edit_inp': exit;
Do the same for "case 'edit_done':" line.
That should disable the editing code!