VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: SiEMdj on February 06, 2013, 12:51:03 PM

Title: Plugin for editing array on product page
Post by: SiEMdj on February 06, 2013, 12:51:03 PM
Hello,
i need a plugin for edit original product array.

How i can do for it? I've already made a simply base with a joomla plugin.

class plgSystemVm2feedaty extends JPlugin {
function onContentBeforeDisplay($context, $row, $params, $page = 0){
   
}
}


How can i access to VirtueMartControllerProductdetails class?