VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: ruudjonk on January 11, 2012, 21:58:23 PM

Title: undefined method VirtuemartViewOrders::renderMailLayout()
Post by: ruudjonk on January 11, 2012, 21:58:23 PM
Hello All,

I'm currently working on a new payment plugin but now I run into a small problem. The plugin is working okay but when I use: $order['customer_notified'] = 1; like is used in the paypal plugin I get a fatal error:


Fatal error: Call to undefined method VirtuemartViewOrders::renderMailLayout() in /home/xxxxxxx/public_html/joomla17/components/com_virtuemart/helpers/shopfunctionsf.php on line 339.


Does someone know how to get this one fixed?

Thanks.
Title: Re: undefined method VirtuemartViewOrders::renderMailLayout()
Post by: revo1 on January 11, 2012, 23:46:53 PM
I have a same problem.
I watch paypal payment module and make my exacly same as paypal,but i get error like you

:o