fbpx

Customize Error Messages on the Checkout Page

Note: This solution is a legacy article for versions 2.00 to 3.0.5. Versions 3.0.6 and newer should be translated normally using Loco Translate or the standard PO/MO translation files.

If you're using the MM_Form_Message type='error' SmartTag on your checkout page, this SmartTag™ is responsible for outputting any error messages that come from MemberMouse. The exact error message that should be displayed is passed to the checkout page via the URL query string in the ‘message' parameter:



Since the error message is passed through the query string, it's stored in the PHP ‘$_GET' array and can be accessed in PHP as follows: ‘$_GET[‘message']'.

If you are technically inclined, you can write code to detect particular messages coming from MemberMouse. If you'd like to change them, you can set the new message in the ‘$_GET' array.

$_GET['message'] = "This is my custom error message";

You'll just need to make sure you do this early enough in the page execution such that it happens before the MemberMouse MM_Form_Message type='error' SmartTag attempts to display the message on the screen.

In order to get a head start on this process, we have included this Sample Script for you as mentioned above.

Below is a list of some of the possible error messages MemberMouse may present.

Note: This is only a partial list as an example of messages your users may see:

TypeMessages
messageInvalid username or password.
messageYour card number is incorrect.
messageThis product can only be purchased once. To gain the same access, please purchase the alternate product shown below.
messageInvalid captcha entry
messageYou don't have permission to place an order for another user
messageCannot complete order. Membership level ID is not valid.
messageCannot complete order. Membership level is not active.
messagePayment Service is not configured for this site.
messageNo onsite or off site payment methods are configured for this site
messageYou must be logged into your account in order to succesfully checkout
messageYou don't have sufficient permissions to place an order for another user.
messageAn account with that email already exists.
messageCannot complete order. Product is not available.
messageYou must be logged in to purchase a gift.
messageError creating free account.
messagePayment for order number was successful but there was an error granting access to your content
Was this article helpful?

Related Articles

Can’t find the answer you’re looking for?

Reach out to our Customer Success Team
Contact us!