Onboard a WooCommerce client
The full setup, from an empty portal to a live assistant on your client's storefront.
You run all of it yourself, start to finish. Nothing in this guide waits on ShopAssist.
| Who | Does what |
|---|---|
| You | All of it. Add the client, connect the plugin, build and test the assistant, hand the merchant their login, take the shop live. |
| The merchant | Nothing, if you hold their WordPress admin. If you do not, send them steps 3 and 4. |
| ShopAssist | Nothing in the normal path. Contact us only if something is wrong. |
Before your first client
ShopAssist creates your agency and makes one person an owner. You cannot create an agency yourself. That owner signs in with a magic link and lands in the partner portal.
Invite the rest of your team from the Team page. An owner can add clients and start setup runs. A member can review and edit everything else. Invitation links expire after 48 hours.

One person belongs to one agency. An address that already sits in another agency must be released there first.
1. Make sure that the store qualifies
- WordPress 6.0 or newer, PHP 7.4 or newer.
- WooCommerce installed and active.
- The store is public over HTTPS.
- No security plugin blocks
/wp-json/wc/v3/products.
That last one matters more than it looks. ShopAssist reads exactly that URL to validate the store credentials. If it is blocked, step 4 fails with a 422 error and nothing after it works.
2. Add the client in the portal
Owners only.
- Open Clients and select Add client.
- Enter the shop domain, for example
store.com. - Enter a name, or leave it empty to use the domain.
- Set the platform to WooCommerce and select Add client.

Add as many clients as you need. The one refusal is a domain another agency already implements. The name becomes the shop's internal slug, so pick it once and keep it.
3. Install the plugin
Do this in the client's WordPress admin.
- Download
shopassist.zipfrom the link ShopAssist gave you. - Open Plugins → Add New → Upload Plugin.
- Choose the zip, select Install Now, then Activate.
- Open WooCommerce → ShopAssist.
Later plugin updates arrive on their own, on the Plugins screen, so you never upload the zip twice.
4. Connect the store
The panel at the top reads Connect your store. Use the first button. The plugin creates a read-only WooCommerce REST key by itself and sends it to ShopAssist. Nobody copies a key by hand.

- Select Connect to ShopAssist.
- Sign in with your own agency address when the page asks.
- Land back on WooCommerce → ShopAssist.

Signing in with an agency address claims the store for your agency. It creates no merchant login and gives you no merchant session. You reach the client through the portal, the same as every other client.
Ignore the second button, Verify manual connection. It pushes no key and only polls for a store ShopAssist has already set up by hand. If the sign-in page says the store belongs to another agency, stop: only ShopAssist can move a store.
5. Confirm the connection
The plugin panel now reads Pending activation. That is correct here, and it is not something to fix.

The panel re-checks itself every time the settings page loads, so it flips on its own once the shop is activated.
Back in the portal, the client badge moves from created to Connected.

If the badge stays on created, the credentials never arrived. Repeat step 4 and
read the error on the plugin panel. Connected means the credentials arrived. It
does not mean the widget is serving.
6. Generate the assistant
Owners only.
- Open the client card and select Assistant setup.
- Select Generate assistant.
- Watch the Progress tab until the run finishes.

Do this after step 5, never before. The run reads the product catalog using the store credentials, so a run started earlier produces a thin, half-empty result.
A run takes a few minutes and the progress is stored, so you can close the tab and come back. One run at a time per shop, and ten runs per day across your agency.
7. Correct what the assistant knows
- Open the Knowledge tab.
- Read the shipping, returns and sizing sections against the merchant's real policy.
- Correct anything wrong and select Save.
- Select Regenerate prompt at the top of the page.
Saving alone changes nothing. The badge reads prompt out of date until you regenerate. Regenerating reuses the stored text and does not read the shop again, so it is quick.
Most wrong answers start here rather than in the prompt. Fix the fact first, and only then reach for step 8.
8. Adjust how the assistant behaves
- Open the Prompt tab.
- Edit the text, or ask the side-panel assistant to make the change.
- Save.
Every save is a draft, and the badge unpublished draft confirms it landed. Drafts change nothing for shoppers until you publish in step 12, so edit freely.
9. Set the widget
Open dashboard is greyed out while the shop is pending, because a pending shop has no merchant dashboard yet. Select Enable test mode on the client card to unlock it. Test mode serves test traffic only, so shoppers still see nothing.
- Select Open dashboard on the client card.
- Open the Testing Tool page.
- Set the color, button position, greeting and tooltip.
- Write three suggested questions, taken from the merchant's real inbox.
- Set the language, and limit the pages if the widget belongs on only some.
- Save.
Your dashboard session lasts one hour. Open it again when it runs out. Back in WordPress, make sure that Enable Widget is on.
10. Give the merchant their dashboard login
- Open Clients and select Dashboard access on the client card.
- Enter the merchant's email address and select Add.

Connecting the store does not create a merchant login, so this is a deliberate step. They sign in with a link sent to that address, once the shop is active. Add as many addresses as the merchant needs, and remove one at any time.
11. Test the assistant
- Open the Testing Tool page and turn on test mode.
- Ask the ten questions this merchant's customers ask most.
- Make sure that it answers in the shop's language.
- Make sure that the products it shows are real and in stock.
- Make sure that shipping and returns answers match the real policy.
- Ask one question the shop cannot answer, and make sure that it refuses.
Test mode records nothing as real traffic and changes no analytics. Fix a wrong fact in Knowledge and regenerate. Fix tone or behavior in Prompt.
12. Publish and go live
Owners only. These are the two actions that reach real shoppers.
- On the Prompt tab, select Publish. The draft becomes what customers get.
- On the client card, select Go live and confirm.
Go live starts the widget answering real shoppers on the storefront. Publish the prompt first, or the shop goes live on whatever was published before.
13. Confirm the result


Open the storefront in a private window and make sure that the floating chat button appears. Open a product page and make sure that the question pills appear.
Reading the plugin panel
The heading on that panel always follows the shop's real status on our side. Read it before you debug anything else.
| Panel heading | Status | What it means |
|---|---|---|
| Connect your store | no shop yet | Step 4 has not run. |
| Pending activation | pending | Waiting for ShopAssist to activate. |
| Test mode | testing | Answers test traffic only. Shoppers see nothing. |
| Connected | active | Live for shoppers. |
| Suspended | suspended | ShopAssist switched the shop off. Contact us. |
| Archived | archived | Ask ShopAssist to reopen the shop. |
| Disconnected | uninstalled | The plugin was deactivated. Activate it again. |
Deactivating the plugin is the disconnect. There is no separate disconnect button on a connected store.
When something goes wrong
| What you see | Why | What to do |
|---|---|---|
| "ShopAssist requires WooCommerce" | WooCommerce is not active | Activate WooCommerce first. |
| "ShopAssist rejected the connection", or a 422 | We cannot read /wp-json/wc/v3/products | Make the store public over HTTPS and unblock the WooCommerce REST API. |
| "Could not reach ShopAssist. Try again." | WordPress cannot reach our API | Ask the host to allow outbound HTTPS, then retry. |
| "Connection could not be verified. Try again." | The one-time link expired after 15 minutes | Start step 4 again from WordPress. |
| "This store is already set up by another agency" | Another agency holds the shop | Contact ShopAssist. You cannot move it yourself. |
| Badge stuck on created | The credentials never arrived | Repeat step 4 and read the plugin panel error. |
| Panel stuck on Pending activation | The shop is not live yet | Select Go live on the client card. |
| Connected, but no widget on the storefront | Enable Widget is off, or the dashboard disabled it | Turn it on in the plugin, then in the dashboard. |
Screenshots on this page come from a live demo store. Your client's screens carry their own name and domain.
Last updated on