• Resolved MiKeZZa

    (@mikezza)


    As you can see on the provided URL I’ve installed this plugin and it works great. But after that when we click on ‘continue shopping’ button (it’s translated to ‘Verder winkelen’) something strange happens to the ‘Add to cart’ button.

    Is there a way to fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xootix

    (@xootix)

    Hello @mikezza

    The issue is specific to your theme design.
    Anyway, here is a fix, please add this CSS

    .single-product div.product form.cart .button.added {
        line-height: normal;
        height: 56px;
    }
    
    .single-product div.product form.cart button.added:after {
        display: none;
    }
    Thread Starter MiKeZZa

    (@mikezza)

    Great. Thank you!

    could you please explain how you translated the buttons im stuck on this part

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Continue shopping gives button problem’ is closed to new replies.