VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: mylearn on March 30, 2015, 09:45:48 AM

Title: plgVmDisplayInOrderFEVM3 event is not triggered
Post by: mylearn on March 30, 2015, 09:45:48 AM
Hello
I used Joomla3.4.0 and VirtueMart3.0.6.4,I want create a VMCustom plugin, But plgVmDisplayInOrderFEVM3 and plgVmDisplayInOrderBEVM3 is not triggered.
I do not know where is the problem. :P


function plgVmDisplayInOrderBEVM3(&$product, &$productCustom, &$html) {
    ......
}



function plgVmDisplayInOrderFEVM3(&$product, &$productCustom, &$html) {
    .....
}


Thanks.