Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865252

    MrsMcGoo
    Participant

    I installed WooCommerce on my site and have added a product. All functionality works for the ecommerce application thus far except that my “Place Order” button is grayed out and unable to be selected within CHECKOUT even after Billing Details are completed. Please help. Without functionality of the “Place Order” button, my store cannot open and I do not want to add additional products. Image attached.

    url: theforsakenchildren.org
    Wordpress version 4.4.2
    All themes and plugins updated

    #865554

    Christopher
    Moderator

    Hi there,

    Please provide us with URL of shop page.

    Thanks.

    #870007

    MrsMcGoo
    Participant
    #870528

    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have some restrictions for the field (i.e. specific format for phone number etc.). However if you can’t find the settings and want to get rid of this, you can add this under Custom > CSS in the Customizer.

    .woocommerce-checkout .blockUI.blockOverlay {
      display: none;
    }

    Hope this helps.

    Cheers!

    #872979

    MrsMcGoo
    Participant

    I could not find the settings you spoke of to change the formatting requirements of the phone number and such and therefore used the code you gave in the CUSTOMIZER to see if that would alleviate the problem. I did not have any success. The PLACE ORDER button continues to be grayed out and unavailable during check out.

    Any other suggestions?

    #873756

    Rad
    Moderator

    Hi there,

    Looks like related to your payment method, though I can’t confirm that. Would you mind providing your admin login credentials in private reply?

    For the meantime, please add more payment method under your woocommerce setting.

    Thanks!

    #877043

    MrsMcGoo
    Participant
    This reply has been marked as private.
    #877741

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .woocommerce-checkout .blockUI.blockOverlay {
        z-index: -1 !important;
    }

    Hope it helps.

    #878641

    MrsMcGoo
    Participant

    Thank you! The “place order” button became active with that extra customization code.

    #879414

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

    #887760

    Andy W
    Participant

    I have been looking everywhere for this answer….. and it fixed the problem.

    #887936

    Christopher
    Moderator

    Glad we could help you with this.

    #893959

    MrsMcGoo
    Participant

    Although the “place order” button is now active and working great thanks to you guys, I am running into an issue processing my “credit card” orders. All other forms of payment process correctly.

    The error that arrives when attempting to pay via CC states “Invalid Expire Month” although the format of the expiration month is provided exactly as requested in the field: “MM/YY”. I know it’s not a CC issue, because regardless of the CC provided it still gives the same error. Is this a formatting issue that can be overwritten with a custom code again? Or do you have another suggestion how to move forward on this for order processing?

    Thanks again for your assistance.

    #894877

    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! Have you check the BluePay settings? Please make sure that you have set it up properly.

    For further information, you can check it here:
    https://docs.woothemes.com/document/bluepay/
    https://www.woothemes.com/products/bluepay-payment-gateway/

    Hope this helps.

    #895808

    MrsMcGoo
    Participant

    Thank you. I went through the “set up bluepay payment gateway” information you provided and all is filled out correctly within my WooCommerce settings. I have an active BluePay account.