WooCommerce Notifications - pressden/emma GitHub Wiki

This is a living document - add new notifications as found since documentation is sparse.

Multi Page Notifications

  • If a product is in your cart, then changed so it is no longer valid (e.g. changed from simple to variable product) a message will appear on the next loaded page about the product no longer being valid.

image

Product Page Notifications

  • Product added to cart

image

  • Message about needing product options to be chosen (this appears when you resubmit a page such that it tried to add a product to the cart, after that product has been changed from simple to variable)

image

  • Not enough stock notification

image

Cart Page Notifications

  • Cart empty

image

  • Please enter coupon code (when attempting to submit empty coupon code)

image

  • Successful coupon code attempt

image

  • Invalid coupon code attempt

image

  • Removing a product from cart

image

  • Update quantity

image

  • Attempted quantity change above available inventory

image

Checkout Page Notifications

  • Coupon entry

image

  • Invalid coupon code attempt

image

  • Successful coupon code attempt

image

  • Required field errors

image

  • No payment methods available

image

My Account > Orders

  • No orders made yet

image

My Account > Downloads

  • No downloads available yet

image

Others There are a few other places in areas like My Account and the Login Form that have error messages when you leave required fields blank. All error messages seem to work because they do not have any issues with the grid CSS that other notifications that have buttons use.