これは、ショッピングカート内のすべての商品をリストするために当時私が書いたプログラムです。必要に応じて書き換えることができます
ob_start();
session_start() ;
/*
$s=array (" id" => 6, "name" => "テストa", "price" => "6", "count" =>3);
$t=array("id" => ; 7 , "名前" => "テスト b", "価格" => "7", "数" =>15);
$u=array("id" => 8, "名前" => "テスト c", "価格" => "8", "カウント" =>21);
$rst=array($s, $t, $u);
*/
require_once( "HTML /IT.php");
$tpl = new HTML_Template_IT("./");
//テンプレートファイルを読み込みます
$tpl->setRoot("./");
$tpl->loadTemplatefile (" listcart.html", true, true);
require_once "../classes/cart.php" ;
$cart = 新しいカート ;
// $cart->addData($rst);
$i= count($ _POST [LINES]); val)
unset($addData[$key]) ($addData) ;
}
}
$dat = $cart->getData();
if(count($dat) > 0)
{
foreach($dat as $key=>$val)
id", $key) ;setVariable("i" , $key) ; getTotalCost()) ;
$tpl->setVariable($val) ; "ページ") ;
if($key==false)$key=0;
$tpl->setVariable("i" , $key) ; >setVariable("mytitle", "マイ ショッピング バスケット") ;
// $tpl->setVariable($ language->getLanUrl());
$tpl->parseCurrentBlock("page"); ();
?>