Inside my CartMadeSimple module files i'm trying to create a link to FrontEndUsers module where i will see the user detail info:
Code: Select all
$onerow->username = $this->CreateLink($id, 'edituser', $returnid, $row['username'], array('user_id' => $row['customer_id']));
moduleinterface.php?mact=CartMadeSimple,m1_,edituser,0&_sx_=1fe148af&m1_user_id=19
how do i change the "mact=CartMadeSimple" to "mact=FrontEndUsers" ?
Thanks