Nethinks Posted October 10, 2022 Share Posted October 10, 2022 I got the following problem: I want to change the value inside the "Domain" Field inside the Admin Area. Using {debug} inside my smarty template i already found the correct array and key name to change it (at least i think so), but nothing worked so far. The value i want to change it to is stored inside $params['customfields']['Domain'] : $params['moduleParams']['domain'] = $params['customfields']['Domain']; $moduleParams['domain'] = $params['customfields']['Domain']; $params['domain'] = $params['customfields']['Domain']; Im currently executing this inside the "Create" Function of my Module. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.