• Hi,

    Client site has been using your plugin for years.

    I notice when the popup when product is added to cart and your popup shows the product added and the VIEW CART, CHECKOUT & CONTINUE SHOPPING BUTTONS, there is no issue here.

    BUT the QTY Button cannot be fully viewed on the mobile

    It has beside the pricing – 1 +

    And the Qty number and + sign cannot be seen (goes off the edge of the mobile) on smaller devices since an update.

    We need to Scroll with a bar to see it to change qty. This is a pain for the customer.

    HOW can we fix this please? Maybe just some simple css code?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kristinubute

    (@kristinubute)

    So I’m guessing this plugin is OBSOLETE as no-one has replied at all over 2 months ago when I submitted my ticket?

    Plugin Author xootix

    (@xootix)

    Sorry for the delayed response. Please try this CSS

    @media only screen and (max-width: 500px){
        table.xoo-cp-pdetails tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    table.xoo-cp-pdetails td {
        width: auto!important;
    }
    
    .xoo-cp-pdetails td.xoo-cp-remove {
        max-width: 20%;
    }
    
    td.xoo-cp-pimg {
        max-width: 75%;
        display: block;
    }
    }
    Thread Starter kristinubute

    (@kristinubute)

    Thanks for that.

    So this plugin is NOT obsolete?

    I’ve just changed to your other plugin as I was getting frustrated as it took 2 months to respond.

    I assume the Side Cart Woocommerce that you have also will be better than this plugin ?

    Thanks

    Plugin Author xootix

    (@xootix)

    Hello,

    Yes, Side cart is the advanced one and more modern looking.
    Both the plugins are active, use whichever suits best to you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I hope this plugin is still active and has support? Issue’ is closed to new replies.