VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: AnthonyWang on March 05, 2016, 11:34:43 AM

Title: can't save xml config
Post by: AnthonyWang on March 05, 2016, 11:34:43 AM
could anyone tell me in textinput plugin which function is for save xml config?
is public function plgVmOnStoreInstallPluginTable?or?
i can't figure out it
Title: Re: can't save xml config
Post by: GJC Web Design on March 05, 2016, 11:36:24 AM
to save the config?

function plgVmDeclarePluginParamsCustomVM3(&$data){

      return $this->declarePluginParams('custom', $data);
   }
Title: Re: can't save xml config
Post by: AnthonyWang on March 05, 2016, 11:46:31 AM
Thanks GJC!
Title: Re: can't save xml config
Post by: Milbo on March 07, 2016, 10:35:39 AM
Actually it just declares the params. Storing happens automatically