Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376683
    pixie
    Participant

    Hi Team,

    A couple woocommerce details you maybe able to assist with please:

    1. Currently the update cart button is not functioning/disabled?
    <input class=”button” name=”update_cart” value=”Update Cart” disabled=”” type=”submit”>

    Can you assist to either hide this button with css or help to enable it to function.

    #1376692
    pixie
    Participant
    This reply has been marked as private.
    #1376848
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! It sounds like you might be having an issue with a third party plugin, WooCommerce – Gravity Forms Product Add-Ons. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1377283
    pixie
    Participant

    Thanks Rue.

    I deactivated WooCommerce – Gravity Forms Product Add-Ons plugin and neither the above issues stopped.
    The disabled update cart button and missing product image hover (that was working when your team finished the custom work) are both still broken.

    I went one step further and deactivated the child theme and WooBookings too – and the update cart button is still disabled. Can you assist a css newbie in hiding the non-functioning button on the cart page to avoid user confusion?

    Any ideas why the image hover would have been working one moment and then stopped the next?

    #1377298
    pixie
    Participant

    I did try this css and managed to hide the disabled update cart button – in case it helps anyone in the future.
    .woocommerce .cart .actions .button[name=”update_cart”]{
    display: none;
    }

    Would love it if you could point me in the right direction of the product hover images.

    #1377307
    pixie
    Participant

    And this X Forum user supplied the easy fix for the image hover:
    https://community.theme.co/forums/topic/woocommerce-product-image-mouseover/#post-335252

    jQuery(document).ready(function() {
    
       jQuery(document).on('hover','.thumbnails .zoom', function(){
    var photo_fullsize = jQuery(this).attr('href');
    jQuery('.woocommerce-main-image img').attr('src', photo_fullsize);
    });
    
    });

    Worked like a charm.

    #1377612
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Glad you were able to resolve some of the issue. I have investigated the Booking form and I found out that you have to select the date and time before the button gets active. Please check out my screenshot: http://prntscr.com/eaxsqe

    Hope this helps.

    #1377630
    pixie
    Participant

    Thanks Rue – looks like we got our buttons mixed up ~
    I was trying to remove the update cart on the checkout page, not the product page… but thanks for trying :))

    #1377797
    Lely
    Moderator

    Hi There,

    Upon checking, you have Checkout with Paypal enabled. Can you confirm that this is not sorted out?

    #1377799
    pixie
    Participant

    Thank you Lely – yes, all sorted.
    I managed in all my elementary css to hide the “disabled” Update Cart button on the cart page.
    Thank you 🙂 – Themeco r o c k s!

    #1377805
    Nico
    Moderator

    Happ to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1376683 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>