예제 #1
0
 public function plgVmOnCheckoutAdvertise($cart, &$html)
 {
     // we will create hash only when cart view calls checkoutAdvertise
     if (method_exists('plgSystemOpc', 'registerCart')) {
         plgSystemOpc::registerCart();
     }
 }