|
發表於 1-11-2012 00:39:43
|
顯示全部樓層
可以教大家一個方法,但要用firefox同要識用firebug
如果load 到果版但出 out of stock, Purchased Amount selectbox 0
用firebug改 selectbox value 做 1
<option value='1'>0</option>
然後用firebug console 打
document.cart_add.submit();
然後按 Enter
就可以試加到 shopping cart, 雖然都有好大機會加唔到出error
"Items are not added to your cart, because our inventory falls short for the number of items you ordered"
但你可以即時按 Back, 一定會load得快過你 refresh, 然後繼續不停試
我已經用呢個方法買到三次 |
|