Pesapal.com

Forum

Welcome, Guest
Username
Password:
 

order error
(1 viewing) (1) Guest
Welcome to the Pesapal integration forum!

This forum discusses everything about Pesapal integration on your web site. Having any problems? This is the right place to post a question and we are sure you will get an answer
  • Page:
  • 1

TOPIC: order error

order error 13 years, 5 months ago #109

  • bulksms
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
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?

Re: order error 13 years, 5 months ago #116

  • bulksms
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
The error am getting now is

createInvoiceNumber $orderDetails has no virtuemart_order_id

Re: order error 13 years, 5 months ago #121

  • komujohn
  • OFFLINE
  • Senior Boarder
  • Posts: 51
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
  • Page:
  • 1