After I install Zen-Cart V1.5.0, I found that I can not edit the admin user profiles after "add profiles".
I try to find the answer at this forum, but find nothing
Here is how I solve the problem:
edit file" admin folder\profiles.php"
line:199
<form id="profileBoxes" name="profileBoxes" action="<?php echo zen_href_link(FILENAME_PROFILES) ?>" method="post">
change to
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=edit') ?>
I think this post may be able to help some others.




I think this post may be able to help some others.
Reply With Quote


Bookmarks