章 俊
zhang****@comwo*****
2003年 11月 26日 (水) 15:07:47 JST
こんにちは。章です。 NICOSサイトへ行って、また返ってきてので、その時は checkout_process.phpページで変数$GLOBALS['shipping_cost'] と $GLOBALS'shipping_method']が見えなかった。 それで、送料の計算が必要になっています。 送料の計算を知っている方がいれば、お教えて頂きたいんです。 一応私が書いたソースは以下のようです: include('includes/application_top.php'); include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CHECKOUT_PROCESS); $total_weight = $cart->show_weight(); // load shipping modules as objects require(DIR_WS_CLASSES . 'shipping.php'); $shipping_modules = new shipping; $shipping_modules->quote(); $shipping_modules->cheapest(); $shipping_modules->confirm(); 以上のソースで、計算はちゃんとできません、$shipping_cost と $shipping_method 二つ変数の値はNULLです。