• Resolved ultra123

    (@ultra123)


    Hello,

    There is this button (“Actualizeaza cosul”). This button is on the cart page, but is unresponsive and I want to take it off. How can I do that?

    Here is the image: https://imgur.com/dlMdzqy

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Stef

    (@serafinnyc)

    Hello @ultra123 the reason that you’re not able to use that is because you have Ajax enabled on there and so there’s no need for that button. If you’d like to hide it you can add this css to your Customizer section under Additional CSS or if you know how to add CSS to your child theme you have enabled do so there as well.

    Go to Appearance, Customize > Additional CSS and paste this there.

    .actions{
    padding:1rem 0 !important;
    }
    .actions button:first-child{
    display:none !important;
    }

    I added some padding to the action div, it’s pretty tight there. You can remove it if you want though.

    Thread Starter ultra123

    (@ultra123)

    How can I remove it and then add a new button in the exact same position?

    Stef

    (@serafinnyc)

    @ultra123 We don’t offer customization services in this forum per its rules. You’ll have to seek out a developer to help with adding anything new.

    Thread Starter ultra123

    (@ultra123)

    OK, thank you for the help!

    Stef

    (@serafinnyc)

    You’re very welcome

    Hey there, @ultra123! Thanks for contacting us.

    While the plugin support can’t provide support for code customization as per our support policy, we do our best to offer advice and direct you to appropriate resources.

    You can visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there too.

    Having said that, the “update cart” button should work correctly. Please let us know if you want help troubleshooting why it is unresponsive, we will be happy to help ??

    Have a wonderful day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.