我使用的是Magento購物主題(http://shopper.queldorei.com/)。Magento購物主題多「購物車」的車頭標題
當我將產品添加到我的商店購物車,它增加的
<div class="cart-top-title">
<a href="https://droppinstudio.dk/horsepony/index.php/checkout/cart/" class="clearfix">
<span class="icon"></span>Cart</a></div>
多個elemtns我已經想通了,這是jQuery的,使得這裏的錯誤:
function setLocationAjax(url, id)
{
...
if (data.status != 'ERROR' && $('.cart-top-container').length) {
$('.cart-top-container').replaceWith(data.cart_top);
}
...
}
不任何人都有一個好主意來解決這個問題?
很高興我可以幫助:) –