Magento Shopperテーマ(http://shopper.queldorei.com/)を使用しています。
ショップカートに商品を追加すると、複数の要素が追加されます。
<div class="cart-top-title">
<a href="https://droppinstudio.dk/horsepony/index.php/checkout/cart/" class="clearfix">
<span class="icon"></span>Cart</a></div>
ここで間違いを犯しているのはjQueryであることがわかりました。
function setLocationAjax(url, id)
{
...
if (data.status != 'ERROR' && $('.cart-top-container').length) {
$('.cart-top-container').replaceWith(data.cart_top);
}
...
}
誰かがこれを修正するために何をすべきかについて良い考えを持っていますか?