News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Help developing PikPay payment plugin

Started by triolatice, May 20, 2013, 21:32:55 PM

Previous topic - Next topic

triolatice

I am developing a payment plugin .
Plugin install and enable. I added a new payment method, but my plugin does not create database table.
Can someone help me.

[attachment cleanup by admin]

alatak

Hello

The SQL table is create via this trigger plgVmOnStoreInstallPaymentPluginTable

Add this function in your code
function plgVmOnStoreInstallPaymentPluginTable ($jplugin_id) {

return $this->onStoreInstallPluginTable ($jplugin_id);
}