Trying to make our website a little more huuman friendly with customised message upon error or failure, Advanced Settings -> Custom Error Message and Extra Failure Message, but these do not seem to display when error occur.
]]>Re the closed topic https://www.ads-software.com/support/topic/paypal-events-plugin-purchase-now-redirects-to-your-shopping-cart-is-empty/
I had the same problem with a customer. Is there a way for non-coders like me to create a custom error page that replaces the default error message “Error detected – Your shopping cart is empty.” ?
I had a person who must have gotten excited about buying, and just blew by the option to select the number of tickets and went straight down and hit the Pay Now button– without making that or two other options.
Is there a way to create a custom let them know they need to make a selection? That error message could be confusing to analog customers, and cause cart abandonment.
Thanks!
]]>We are having an issue in that since the 2.3 update, the custom error message for non members is not showing, only the “Sorry, No Posts Match your Criteria” message is displayed on restricted pages/posts instead. As you can appreciate, this is not helpful for non members so is there a fix or is this even a known issue elsewhere?
All plugins and Wp core is up to date and we are utilising PHP7.4. We have gone through the usual plugin/theme conflict process and nothing makes any difference.
Any help is appreciated.
Many thanks.
]]>In addition to creating the booking system, a form is also used which has 4x fields (i.e. Name, Email, Contact number, Postcode). They were created using “Custom form fields”.
If the fields are left blank and the user clicks the Submit button, error message appear that state “This field is required.”
Is there a way to customise these Error Messages?
Example:
Current error message: “This field is required.”
Proposed error message: “Please enter your name”
Appreciate any guidance. Thanks.
]]>I need to add custom error message for “10846” error.
Kindly advice me, what is the hook function for to add custom error message.
Looking forward your reply
]]>I was able to make the Notes a required field using the woocommerce_checkout_fields filter, but the generic error message comes up when it’s left blank:
“Order Notes is a required field.”
I would like to replace this with my own custom message, and found this script which I thought would do the trick:
function my_woocommerce_add_error( $error ) {
if( 'Order Notes is a required field.' == $error ) {
$error = 'The shiny brand new error message';
}
return $error;
}
add_filter( 'woocommerce_add_error', 'my_woocommerce_add_error' );
No luck – I tried with and without the period in the message. I have several input fields that will need error message customizations as well (like the phone number). Any help would be greatly appreciated.
Thanks,
-Ben
https://www.ads-software.com/plugins/woocommerce/
]]>I need to customize the error messages in wp-security-user-login.php. For example, when the message says “contact the administrator” I need to tell them exactly who to contact either by name or email address.
Is there a way to override these messages in my functions.php file? I had to edit the plugin file for now, but, know it will get overwritten.
Thank you!
https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
]]>Is it possible to insert links in the Custom error messsage that appears to unregistered users?
I would like to offer the unregistered users two or three alternatives to different pages
Thanks
Carlos
https://www.ads-software.com/plugins/clean-login/
]]>