Payment Configuration Empty in VM 3.0.4 Have to check xml or php Pls help !!!

Started by D3S Solutions, August 25, 2015, 17:03:27 PM

Previous topic - Next topic

D3S Solutions

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 .

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

D3S Solutions

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

GJC Web Design

just check e.g.   plugins\vmpayment\authorizenet\authorizenet.xml to see what it should be
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

D3S Solutions

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

GJC Web Design

double check your xml .. some very basic mistakes in it

stray closing </field>

</fields> missing

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation