Okay
  Public Ticket #903891
Can't remove items on cart with mobile view
Closed

Comments

  •  2
    kasparjarve started the conversation

    Hi,

    With Aurum theme, it is not possible to remove items from cart on mobile view. Could you provice fix for this?

    BR,
    Kaspar

  • [deleted] replied

    Hi Kaspar,

    You just need to minus the quantity of that product and then click the Update Cart button

    http://drops.laborator.co/1hDNj

  •  2
    kasparjarve replied

    Hi Ylli,

    It is not possible with some products - if there is 1pc of some product in stock, then you can't change the quantity of the product on cart page - try with this product: http://www.kuld24.ee/toode/sig-sauer-p226s-9x19/

    Hope you can find a fix for that.

    BR,
    Kaspar

  • [deleted] replied

    Hi Kaspar,

    Please add this CSS:

    @media screen and (max-width: 768px) {
    .view-cart td .remove-item,
    .view-cart td .remove_from_wishlist {
    display: block;
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 16px;
    height: 16px;
    background-size: 16px;
    }


    .view-cart td .remove-item + a,
    .view-cart td .remove_from_wishlist + a {
    margin-left: 30px
    }
    }

    This should work for you. Here is the result:


    (view large version)

  •  2
    kasparjarve replied

    Thanks! Works fine!

    BR,
    Kaspar

  • [deleted] replied

    Hi Kaspar,

    Great to hear that! I'm closing this ticket, if you have other issues, please open new ticket.

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!