私の PHP サイトでは、ユーザーがカートに何かを追加すると、URL の変更をトリガーして、ページにいくつかの関数とトリガーを作成します。
元の URL
/category/product/10
新しい URL
/category/product/10#addtocartbutton
URLは
/category/product/10?x=1
メソッド:
/category/product/10
/category/product/10#addtocartbutton (user clicks an onclick href to submit form)
/category/product/10?x=1 (the form adds the item to the session and appends this URL querystring)
問題は、彼らがbac bを押すときです