This topic has 4 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
In the WooCommerce Checkout page, when a user enters an address where we don’t deliver, a default text comes which says “There are no shipping options available. Please ensure that your address has been entered correctly, or contact us if you need any help.” and a notice that says: “No shipping method has been selected. Please double-check your address, or contact us if you require any help.” I want to be able to change these two and add something custom
Please check these screenshots: https://prnt.sc/20c3yyu
https://prnt.sc/20c450s
Hello,
Contact support of WooCommerce plugin to get assistance with this.
Regards
Can you look into one more request
In the order level page we are getting to quantity selctors.
One is the weight based one that we have added and the other one is the default one.
Is there a way we can disable the second quantity beside add to cart button
Try to add the next code in Theme Options > Theme custom CSS:
.single-product .product-information-inner .quantity {
display: none;
}
Regards
Tagged: best selling, change text, checkout, checkout page, customization, themes, woocommerce
The issue related to '‘Change Text in the WooCommerce Checkout page’' has been successfully resolved, and the topic is now closed for further responses