The proceed to check out button from the cart page is only visible when hovered over. if a user doesn’t hover, the text does not show and it is very difficult for customers to proceed to checkout. Please can you help me identify how i change this?
]]>The setting for requiring users to be logged in is disabled. But even when I am logged in it is not shown.
When I remove the display:none
in the inspector, I can checkout and get to the Paypal website fine. Paypal is my only payment method.
Is it possible to fix this issue?
Thanks
Ila
]]>I recently noticed a bug on my /checkout page.
I use the 2-column checkout page, and saw that the payment methods section is randomly placed into an empty div called “col-lg-6”.
You can see a screenshot here:
https://walloha.com/wp-content/uploads/2021/12/checkout-button-issue.jpg
This div cuts off my payment button and text where customers can see the selected payment method.
I checked a lot of .php files of this plugin and WooCommerce, but I couldn’t find the root where this div is coming from and where I can disable it.
I’d appreciate your help since this is the most important button of my webshop :).
Thanks,
]]>I’ve been trying to change the checkout button’s width but to no success.
I’ve tried adding this snippet to the style.css but it didn’t really help.
#top .woocommerce-checkout-payment .button {
display:block;
width:100%;
text-align:center;
}
The ‘Proceed to Checkout’ button on the Cart page is full width and centered – as it should be. But the ‘Place Order’ button (or in my case ‘Finalise Order’) is aligned to the right and not full width.
Thanks in advance for your help.
]]>My site is almost ready to go live. Just some things to get ready now.
One of this is the checkout page for mobile. I’m using Multiple Checkout and everything looks good, except for mobile. The “volgende” (next) and “vorige” (previous) buttons are divided over 2 lines. Could someone help me to put these buttons among each other? If you have another good solution, that’s okay too.
https://IMG_1687.PNG How it looks
Thank you in advance.
Kind regards,
Robin
Can you please tell me how to change the text string “I don’t have an account” in the multi-step checkout button to “Checkout as guest”?
Thank you very much in advance.
]]>