You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
window.document.getElementById('buy-button').addEventListener('click', function () {
TwoCoInlineCart.cart.checkout();
});
window.document.getElementById('add-button').addEventListener('click', function () {
TwoCoInlineCart.products.add({
code : 'OBPower',
quantity: 1
});
});
</script>
Click Add button (after 1 item in cart)
Click buy
Edit cart content
Increase items in cart (for example increse to 5)
Close dialog
Again click Buy button
[BUG] there isonly 1 item in shopping cart instead 5
The text was updated successfully, but these errors were encountered:
mcdis
changed the title
[BUG] inline cart does not remember the number of items in the cart
[BUG] inline cart does not remember the number of items in the cart after edit shopping cart content
Aug 4, 2020
The text was updated successfully, but these errors were encountered: