|
Welcome,
Guest
|
|
|
I have intergrated pesapal plugin successfully and i also enabled the cron job. I do a test purchase on my website and it goes ok upto the confirmation page. When I login in the back end i go to virtual mart and click on orders. When I choose print order i get the error below
Info: Attention, #__virtuemart_payment_plg_pesapal has not any entry for the order Table 'jna_ei11.jml250_virtuemart_payment_plg_pesapal' doesn't exist SQL=SELECT * FROM `jml250_virtuemart_payment_plg_pesapal` WHERE `virtuemart_order_id` = 21 What could be the problem? |
|
|
|
The error am getting now is
createInvoiceNumber $orderDetails has no virtuemart_order_id |
|
|
|
Going through the sample code, i have realized that they have ignored creating a custom table for the plugin and instead altered the orders table,
However Virtual mart expects that every new plugin creates its own table to store plugin specific details for the order, thus when you are viewing the order , virtual mart tries to select values from a non existent table thus the first error |
|
|
|