News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

plgVmDisplayInOrderFEVM3 event is not triggered

Started by mylearn, March 30, 2015, 09:45:48 AM

Previous topic - Next topic

mylearn

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.