Descripció
InfiniteDG Order Alerts with LINE for WooCommerce sends a clean, emoji-formatted notification to your LINE app the moment a new WooCommerce order comes in.
LINE Notify was shut down by LINE Corporation, so this plugin uses the LINE Messaging API with your own free LINE Official Account (LINE OA) instead — no third-party relay service, no monthly fees for basic alerts.
What you get
- Instant new-order notifications pushed to your LINE User ID, group, or room
- Order number, customer name, order total, payment method, and the full item list in every message
- A simple settings page under WooCommerce LINE Order Alerts
- A one-click Send test message button to verify your setup
- Duplicate-safe: each order triggers exactly one notification
- Compatible with High-Performance Order Storage (HPOS) and both classic and block checkout
Support the developer
This plugin is free and built by an independent developer. If it helps your business run smoothly, consider supporting its continuous development — buy me a coffee via PayPal. ☕
Requirements
- WooCommerce 7.0 or newer
- A free LINE Official Account with a Messaging API channel (create one in the LINE Developers Console)
External services
This plugin connects to the LINE Messaging API, a service operated by LY Corporation, to deliver order notifications. It is required for the plugin’s core purpose: without it, no messages can be sent.
- What is sent: when a new order is placed (or when you press «Send test message»), the plugin sends an HTTPS POST request to
https://api.line.me/v2/bot/message/pushcontaining your Channel Access Token, your configured destination ID, and the notification text (order number, customer billing name, order total, payment method, and purchased item names/quantities). - When it is sent: only at order creation and on manual test — never in the background and never for browsing visitors.
- Service provider: LY Corporation — Terms of Use · Privacy Policy
No data is sent to the plugin author or any other third party.
Instal·lació
- Upload the plugin ZIP via Plugins Add New Upload Plugin, or extract it into
/wp-content/plugins/. - Activate the plugin through the Plugins screen.
- In the LINE Developers Console, create (or open) a Messaging API channel for your LINE Official Account and issue a long-lived Channel Access Token.
- Find your User ID on the channel’s Basic settings tab (it starts with «U»).
- Go to WooCommerce LINE Order Alerts, paste the token and User ID, and click Save Settings.
- Click Send test message — you should receive a LINE message within seconds.
PMF
-
Where do I get a Channel Access Token?
-
In the LINE Developers Console, open your Messaging API channel, go to the Messaging API tab, and click Issue under Channel access token (long-lived).
-
Where do I find my LINE User ID?
-
On the Basic settings tab of your channel in the LINE Developers Console, listed as Your user ID. It starts with a capital «U». You must also add your LINE OA as a friend to receive push messages.
-
Can I send alerts to a group chat?
-
Yes. Invite your LINE OA (bot) into the group, then use the Group ID (starts with «C») as the Destination ID. Group IDs are delivered in webhook events; several free tools can display them.
-
Does this send messages to my customers?
-
No — this plugin notifies you (the admin) only. Customer-facing order status messages may arrive in a future version.
-
Does it work with the block-based (Gutenberg) checkout?
-
Yes. The plugin hooks the order creation event itself, so classic checkout, block checkout, and manually created orders all trigger alerts.
-
Is LINE Notify supported?
-
No — LINE Notify was discontinued by LINE. This plugin uses its official replacement, the Messaging API, which is free for typical store volumes (check LINE’s current free message quota for your country).
-
A notification didn’t arrive. How do I debug?
-
Check WooCommerce Status Logs and select the log source
idwlm. Failed API calls are logged there with LINE’s full error response (e.g. invalid token, invalid user ID, or monthly quota reached).
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«InfiniteDG Order Alerts with LINE for WooCommerce» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «InfiniteDG Order Alerts with LINE for WooCommerce» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0.0
- Initial release: new-order push notifications via the LINE Messaging API, settings page, test message button, HPOS compatibility, WooCommerce log integration.