installed a payment method of payumoney (as was developed for previous version of joomla i have changed it to work in 3.x)
It got installed successfully but the payment config of this is empty , i hope xml is working fine but the php file needs some changes.
Attaching the plugin files below
New to joomla and vm pls help on this .
Look at any of the bundled payment plug xmls and you'll see your problems
using params - should use fields
e.g.
<vmconfig>
<fields name="params">
<fieldset name="payment" addfieldpath="/administrator/components/com_virtuemart/fields">
u have no
function plgVmDeclarePluginParamsPaymentVM3( &$data) {
return $this->declarePluginParams('payment', $data);
}
in your php file
Thank you GJC for your reply ,
I am very new to this , and i didnt understand your solution. Can you elaborate it more.
and what exactly changes do i have to do in my php file with respect to xml file .
i am getting no help around.
It would be great if help me
thank you
just check e.g. plugins\vmpayment\authorizenet\authorizenet.xml to see what it should be
Sir,
I have done the changes as per you guided but now its not even installing , giving error
"Warning
JInstaller: :Install: Cannot find Joomla XML setup file"
attached is the updated file
Pls see that whether your instance installs this or gives error , and if so then what could be way outs .
Thank you
double check your xml .. some very basic mistakes in it
stray closing </field>
</fields> missing