• Resolved akshsandhu

    (@akshsandhu)


    So basically I had to download the WooCommerce AJAX Cart plugin because my cart would not update the price as you updated the quantity. The plugin fixed that problem but now I am left with the original quantity buttons and update cart button which are useless now because the plugin fixes that. I want to delete the buttons but I have to do so from the code, and am not sure which lines of code to delete specifcally. Ill link the code and pictures of what I want to delete below.

    https://i.gyazo.com/dae72a7e56edbee5aa4c5f50eec0f991.jpg

    https://sharetext.me/akwmdc5mmo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there,

    So basically I had to download the WooCommerce AJAX Cart plugin because my cart would not update the price as you updated the quantity

    It sounds like the actual problem here is that your site wasn’t able to update the quantity of products on the cart. Your workaround was to install another plugin which handles the quantity, but now you have duplicate buttons.

    This kind of problem is usually caused by a conflict with your theme or with another plugin. If that’s the case, then you can track down that conflict, have the cart page function normally, and then not need the extra plugin that’s causing the extra buttons.
    ?
    The best way to determine this is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Repeat the action that is causing the problem

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.`

    Thread Starter akshsandhu

    (@akshsandhu)

    Hey, I figured out that my theme was conflicting with woocomemerce. What could I do now to fix this problem other then switching themes.

    Hi @akshsandhu

    Thank you for the update! Now, we recommend reaching out to the theme developer directly since fixes can only be made by them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to delete the quantity buttons and the “update cart” button from the cart’ is closed to new replies.