我已經安裝了一個magento安裝程序,其中包含可在Safari,Firefox和Chrome中正常運行的自定義主題。在IE瀏覽器中,似乎也都工作得很好,只是當我將產品添加到購物車時,它會將它添加到2倍而不是1倍。Magento Theme在IE(Javascript)中將產品2x添加到購物車
我正在尋找具有足夠的JS經驗誰能夠幫助我,或解決這個問題的人。
看一看。 sbx.mujjo.com,在首頁上懸停產品縮略圖>點擊[快速瀏覽]> [添加到購物車]。
謝謝!
<form action="http://sbx.mujjo.com/checkout/cart/add/uenc/aHR0cDovL3NieC5tdWpqby5jb20vY2F0YWxvZy9hamF4X3Byb2R1Y3Qvdmlldy9pZC8yNQ,,/product/25/" method="post" class="addcart-form" id="product_addtocart_form">
<fieldset>
<input type="hidden" name="product" value="25">
<input type="hidden" name="related_product" id="related-products-field" value="">
<div class="cell">
<label for="qty">Quantity</label>
<!--<input type="text" class="quantity-text" name="qty" id="qty" maxlength="12" value="1" title="Qty" /> -->
<input type="text" class="quantity-text" name="qty" id="qty" maxlength="12" value="1" title="Qty">
</div>
<button type="button btn-checkout" title="Add to Cart" class="button btn-cart" onclick="productAddToCartForm.submitLight(this)"><span><span>Add to Cart</span></span></button>
</fieldset>
</form>
請在這裏發佈相關代碼。如果十年後這個問題仍然存在,但你的網址不是,任何答案對於尋求幫助的其他人都是無用的。此外,這使我們更難以幫助您。 –