Jump to content

Invoices dont show products


reeze

Recommended Posts

can anyone help?

We have a problem with our payment modules - it randomly generates invoices with no products listed. 

installed prestashop 1.609 - installed about a month ago

payment modules we use is

 default cheque

and south african bank credit card module

 

the error happens with both modules

 

both generates invoices successfully listing all products and payment made -- then every 2nd or third invoice it creates a perfect invoice but does not list any products 

 

the bank has told us that the the payment module cannot find the response urls of our prestashop?

yet it does find it for every second one?

can this be just a time out issue?

 

 

 

 

IN000027correct (1).pdf

IN000024wrong.pdf

Link to comment
Share on other sites

it gives these errors if i enable debug -- dont know what this means

 

Notice on line 120 in file /home/pollyp5/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : 
 
eval()'d code
[8] Trying to get property of non-object
 
Notice on line 361 in file /home/pollyp5/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : 
 
eval()'d code
[8] Trying to get property of non-object
Link to comment
Share on other sites

  • 4 weeks later...

The error seems to have been that the response urls is not in the correct directory. My module for payment is called vcs. In vcs.php the variable $answer_url is set to look for a file called validation.php inside the /modules/vcs folder, but no such file exists at all in that folder. I have found it inside /modules/vcs/controllers/front

 

So I have copied the validation.php file to where the actual module is calling for it. ie. /modules/vcs/validation.php.

try that?

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...