Docs SMS for WooCommerce How to customize admin SMS messages using placeholders ?

How to customize admin SMS messages using placeholders ?

Enhance admin alerts with specific details like product SKU, stock quantity, or shipping method.

  • Open WooCommerce → SMS Settings → SMS Notifications.
  • Edit an admin notification message.
  • Insert placeholders where dynamic data should appear.
  • Use \n to format multi-line messages.
  • Save your changes.

Available placeholders for admin SMS:

  • {shop_name} – the name of your site
  • {product_formatted_name} – Product name with Qty
  • {product_name} – Product name
  • {product_sku} – Product SKU
  • {quantity} – back order quantity.
  • {order_id} – back order id.
  • {stock_quantity} – get product qty after law stock.
  • {billing_last} – the customer last name from the billing information
  • {order_amount} – order amount
  • {order_status} – Order Status
  • {billing_name} – Billing Name
  • {billing_phone} – Billing Phone Number
  • {shipping_name} – Shipping Name
  • {shipping_method} – Shipping Method
  • {billing_first} – Billing First name
  • {billing_last} – Billing Last name