Tuesday 10 June 2014

Blank page during Order Status Updates on Joomla VirtueMart

If you are trying the update the orders' status on Joomla VirtueMart, and you are left with blank page while updating, in that case there is problem with PDF Invoice generation, so for quick redirection to avoid blank page, do following modification.

But, mind you it will not generate any PDF Invoices (its just a quick fix to redirect back after updates). However, I will come back later with solution for PDF Invoice generation.

Go to joomla project root/components/com_virtuemart/controllers/invoice.php > Line no 279
Then comment the line and add the code as below;
279   //return VmPdf::createVmPdf($view, $path, 'F', $metadata);
280   return true;

No comments:

Post a Comment

Please post any queries and comments here.