Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、顧客がカートに任意の数のアイテムを 1 つだけ追加することを望んでいます。カートに既にアイテムがある場合は、それを削除して、Opencart 2.x で新しく追加されたアイテムをカートに追加する必要があります。
system/library/cart.php を開きます。次の機能があります。
public function add
この関数では非常に高速に削除クエリを実行できます。