コード例 #1
0
ファイル: systempay.php プロジェクト: joselapria/virtuemart
 public function plgVmonSelectedCalculatePricePayment(VirtueMartCart $cart, array &$cart_prices, &$cart_prices_name)
 {
     return parent::onSelectedCalculatePrice($cart, $cart_prices, $cart_prices_name);
 }