Shortcodes
Three shortcodes place WhatsApp buttons anywhere: global, dynamic, and product-aware.
Three shortcodes cover every placement the settings tabs do not. The Shortcode tab holds the settings for the global one and a generator that writes the other two for you.
[wa-order], the global shortcode
Renders one button configured on the Shortcode tab: number, button text, and message. Set those, save, and drop [wa-order] into any page, post, or widget.
[waorder], the dynamic shortcode
Carries its own settings as attributes, so different pages can have different buttons without touching the settings:
[waorder phone="6281234567890" button="Chat with us" message="Hello, I have a question about" target="yes"]
target="yes" opens the chat in a new tab. The General Shortcode Generator on the Shortcode tab assembles this for you from dropdowns.
[oneclick], the product shortcode
Renders a full product button, with the product’s name, price, and URL in the message, anywhere a shortcode works:
[oneclick single="true" product="current" phone="6281234567890" text="Order via WhatsApp" message="Hello, I want to buy:" fullwidth="true"]
product="current" uses the product being viewed and belongs on single product pages or their templates. Anywhere else, always set product to a numeric product ID, for example product="123". Text and message fall back to the product’s own settings, then the Basic tab. The button respects the exclude-price, exclude-URL, and GDPR options.