WooCommerce tags

Tags to display customer information about logged in user or entered email.

Tags in this group:

TagPreviewDescription
{woocommerce.is_customer}Shows "yes" if logged in user is a customer, "no" if not.Logged in user is customer
{woocommerce.is_customer.EMAIL}Shows "yes" if email is registered as customer, "no" if not. Replace "EMAIL" by the email address to check. You can use a tag for the email like {woocommerce.is_customer.{field.email}}.Email is registered as customer
{woocommerce.is_customer.EMAIL.YES.NO}Shows a custom value if email is registered as customer. Replace "EMAIL" by the email address to check. Replace "YES" and "NO" by the values you want . You can leave "NO" empty to only display a text if is customer like {woocommerce.is_customer.EMAIL.(Customer).}.Custom YES or NO for is customer
{woocommerce.order_history_table}Shows a HTML table with the customer orders history including the order number, payment date and payment status.Logged in user order history
{woocommerce.order_history_table.EMAIL}Shows a HTML table with the customer orders history including the order number, payment date and payment status. Replace "EMAIL" by the customer email address to retrieve the information. You can use a tag for the email like {woocommerce.order_history_table.{field.email}}.Email order history
{woocommerce.admin_order_history_table}Same as {woocommerce.order_history_table} but including links to access to the customer or order details in the admin area. Useful when your team receives an email and you want to place direct links to quickly view the customer or order details from the admin area.Admin logged in user order history
{woocommerce.admin_order_history_table.EMAIL}Same as {woocommerce.order_history_table.EMAIL} but including links to access to the customer or order details in the admin area. Replace "EMAIL" by the customer email address to retrieve the information. You can use a tag for the email like {woocommerce.admin_order_history_table.{field.email}}.Admin email order history