Skip to content
Snippets Groups Projects
Commit 87c4fa0e authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V4.3: VM3 needs a new trigger plgVmDeclarePluginParamsShipmentVM3

parent 16ee3f2a
No related branches found
No related tags found
No related merge requests found
......@@ -636,7 +636,6 @@ class plgVmShipmentRules_Shipping_Base extends vmPSPlugin {
// Add the whole list of cart value to the values, so we can print them out as a debug statement!
$cartvals['values_debug'] = print_r($cartvals,1);
$cartvals['values'] = $cartvals;
// JFactory::getApplication()->enqueueMessage("<pre>cart values: ".print_r($cartvals,1)."</pre>", 'error');
return $cartvals;
}
......@@ -726,6 +725,10 @@ class plgVmShipmentRules_Shipping_Base extends vmPSPlugin {
return $this->setOnTablePluginParams ($name, $id, $table);
}
function plgVmDeclarePluginParamsShipmentVM3 (&$data) {
return $this->declarePluginParams ('shipment', $data);
}
function plgVmSetOnTablePluginShipment(&$data,&$table){
$name = $data['shipment_element'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment