Customizing your success message in the cart page

You can customize the success message on your cart page and fix a yellow background issue on the cart total section with just a few steps.

In this article:

Customizing the success message

To customize the success message on the cart page, follow these simple steps:

1
Launch the app and go to Offers.
2
On the Buy X for $ offer, click the Actions dropdown then choose  Edit.
3
Enter your Success Message in the field provided.
4
Click  Save.

Changing the color and font size

To change the color and font size of the messages on your cart page, follow these simple steps:

1
Launch the app and go to Settings.
2
Click  Notification Bar under the Customize Design tab.
3
Under the Design tab, click the color on the Cart Notes Text and choose your preferred color.
4
Set the Cart Notes Font Size according to your preference.
5
Click  Save.

Removing yellow background on the total cart section

If your total cart section has a yellow background, you may need to do the fixing through the Developer/Custom CSS section of the app.

Note: This process involves HTML/CSS coding so you need to make sure you have an understanding of how this works since it can cause the app to break or yield very unexpected results if not done properly. 

To fix yellow background issues through the Developer/Custom CSS section, follow these steps:

1
Launch the app and click Settings.
2
Click Advanced under Customize Design.
3
Enter this line into the Custom CSS section. 
.wh-cart-total, .wh-discount-info, .wh-extra-note {background-color: transparent;} .additional-notes{background-color:transparent;}
4
Click Save.

Common Questions

Is there a way to turn off the Success message on the cart page?
The only way to turn off the success message is to delete it when you edit an offer within your app. To do this, make sure to leave the field blank. In some cases, leaving it blank and then clicking the Save button will not allow you to do so. If this happens, point your cursor to the Success Message field and press the space bar. This will now allow you to click the Save button and update your settings.

Can I add a note on the cart page aside from the default messages there?
Unfortunately, this is not possible. There is a success message though that you can customize but it shows only after the required quantity of the product has been met and not before since this success message points to the amount or percentage that the customer was able to save.