Great Plugin but having 2 small issues
-
Thanks for building this, it’s great and exactly what I was looking for. I’m just having following two issues:
1. On Ajax update of product total, my delete (x) button is vanishing. That is, the plugin is deleting the .product-remove div Here’s code pre-Ajax update:
<li> <div class="product-details"> <div class="product-name">Product</div> <span class="quantity">1 × <span class="amount">$14.95</span></span></div> <div class="product-remove"> <a href="https://test.someurl.dev/cart/?remove_item=e0601ca81190bcf86488ba846679ffb6&_wpnonce=a42ed9c522" class="remove remove-product" title="Remove this item" data-cart_id="e0601ca81190bcf86488ba846679ffb6">×</a> </div <div class="ajax-loading"></div>
And here’s after:
<li> <div class="product-details"> <div class="product-name">Product</div> <span class="quantity">2 × <span class="amount">$29.90</span></span></div> <div class="ajax-loading"></div> </li>
Can this be solved?
2) Any way for plugin to target subtotal for cart only, like this:
<span class="subtotal"> <? php wc_cart_totals_subtotal_html(); ?> </span>
Thanks,
Michael
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Great Plugin but having 2 small issues’ is closed to new replies.