<?php
//呼叫例項
require_once 'cart.class.php'
;session_start();
if(!isset(
$_session
['cart']))
$cart=&
$_session
['cart'];
if((
$_server
['request_method']==
"post")&&
($_post
['action']==
'add'))
if((
$_get
['action']==
'remove')&&
($_get
['key']!=
""))if(
($_server
['request_method']==
"post")&&
($_post
['action']==
'modi'))
}$items
=$cart->getcart();
//列印
echo"";
setlocale(lc_monetary, 'it_it');
foreach(
$items as $item)
// }}}
// reset(
$item
); //這一句是必須的,因為上面的判斷已經移動了陣列的指標
$key
= current(
$item);
if($key
==""
)return
$this->cart;
if($this->_i***ists(
$key
))$this->cart[
$key][
'id']=
$key
;$this->cart[
$key][
'name'
]= next(
$item);
$this->cart[
$key][
'price'
]= next(
$item);
$this->cart[
$key][
'count'
]= next(
$item);
return
$this->cart;
} // }}}
// if(
!array_key_exists(
$key,$this->cart))
return
false
; if(
$count
==""
)else
return
$this->cart;
} // }}}
// $this->cart[
$key][
'count']=
$value
;return
$this->cart;
} /**
* 返回當前購物車內商品的陣列
* * @access public
* @return array 返回當前購物車內商品的陣列;
*/function getcart(
) // }}}
// // }}}
// // }}}
// return
true;}
// }}}
// // }}}
// }//end class cart
?>
angularjs簡單購物車原始碼
顯示 產品名字 購買數量 產品單價 產品總價 操作 rmb 移除 總購買價 總購買數量 清空購物車 您的購物車為空 實現類模組 var cartcontroller function scope 計算總價 scope.totalprice function return totalprice 計算總...
js簡單購物車原始碼 心得
一 所用基礎知識點 css基礎知識 略js基礎知識 js獲取節點 getelementsbytagname 標籤名 getelementbyid id名 this.parentnode.parentnode.children 0 通過節點之間的關係。parentnode乙個節點的父節點,childr...
帶貨直播原始碼,側滑刪除
madapter setonrightitemclicklistener new swipeadapter onrightitemclicklistener mlistview setonitemclicklistener new adapterview onitemclicklistener 核心...