logo
  • 教程列表
  • SO官方文檔
  • CodeIgniter 購物車
    • 在購物車中新增商品
    • 你可以插入這樣的多個專案
    • CI 購物車的基本要素
    • 顯示購物車專案
    • 更新購物車專案
    • 刪除購物車專案
  1. StackOverflow 文件
  2. codeigniter 教程
  3. CodeIgniter 購物車
  4. 刪除購物車專案

刪除購物車專案

Created: November-22, 2018

通過使用 rowid 元素,你可以從購物車中刪除商品。你只需要將 item 的數量設定為 0

$deleteItem = array(
    'rowid' => 'b99ccdf16028f015540f341130b6d8ec',
    'qty'   => 0
);

$this->cart->update($data);

這將刪除帶有此 rowid 的專案。

  • 更新購物車專案

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明