Marketing
Marketing is a launcher page rather than its own settings form — it shows a live SEO Health checklist computed from your real product data, plus four tiles that jump straight into the actual tools: Discount Campaigns, Abandoned Cart Recovery, Email Marketing, and Blogging.
Overview
The SEO Health card fetches up to 1,000 active products and calculates, in real time, what percentage have a storefront URL (slug), a meta title, a meta description, and a social share image — each shown as a progress bar with a raw count/total.
A green checkmark appears next to any row that has reached 100%, and a "Fix gaps in Products" link jumps straight to the Products page to fill in whatever is missing.
Below the health card, four tiles link out to where the actual marketing tools live: Discount Campaigns (Promotions page), Abandoned Cart Recovery (its own Online Channels page), Email Marketing (the Communication category on the Integrations page), and Blogging.
The Blogging tile on this page is marked "Coming soon" and is disabled — however a fully working Blog page already exists and is reachable directly from the Online Channels sidebar, so this tile is out of date relative to the rest of the product.
Before You Start
- Requires the Advanced plan tier or above, same as the rest of Online Channels.
- You need products already entered in the catalog for the SEO Health numbers to mean anything — with zero products the card shows a placeholder message instead of a checklist.
Step-by-Step Guide
1 Check and improve your SEO health score
- Open Marketing — the SEO Health card loads automatically and shows four progress bars.
- Identify the row(s) below 100% (storefront URL / meta title / meta description / social share image).
- Click Fix gaps in Products to jump to the Products page and fill in the missing SEO fields on individual products.
2 Launch a discount campaign
- Click the Discount Campaigns tile — it opens the Promotions page where coupon codes and time-limited offers are actually created.
3 Follow up on customers who didn't check out
- Click the Abandoned Cart Recovery tile to open the Abandoned Carts page and send WhatsApp reminders to customers who left items in an online cart.
4 Connect an email marketing provider
- Click the Email Marketing tile — it opens Integrations, where the Communication category holds the actual Email Marketing connection (Mailchimp/SendGrid/Brevo).
Every Field & Button, Explained
| Field / Button | What it does |
|---|---|
SEO Health card | Four progress rows — storefront URL, meta title, meta description, social share image — each with a count/total and percentage bar computed live from your active products. |
Fix gaps in Products | Shortcut link that jumps to the Products page so you can fill in missing SEO fields on individual products. |
Discount Campaigns tile | Opens the Promotions page to create coupon codes and time-limited offers. |
Abandoned Cart Recovery tile | Opens the Abandoned Carts page to view and follow up on unfinished online carts. |
Email Marketing tile | Opens Integrations → Communication category to connect an email provider for campaigns/receipts. |
Blogging tile | Disabled and labelled "Coming soon" on this page — despite a working Blog page already existing under Online Channels in the sidebar. |
Tips & Best Practices
- Give every active product a slug, meta title, meta description and social share image to push the SEO Health score to 100% — search engines and WhatsApp/social link previews both depend on these.
- Treat Marketing as a morning checklist stop rather than a destination — every tile's real functionality lives on its own dedicated page.
- Ignore the disabled "Blogging — Coming soon" tile here if you actually want to publish articles now; use the Blog item in the Online Channels sidebar directly, since that page is fully functional.
Troubleshooting & FAQ
The SEO Health card shows 0/0 for everything.
The Blogging tile is greyed out — does that mean I cannot blog?
Clicking a tile does not open anything.
Why is there no Save button on this page?
🧑💻 Developer Notes
Source component(s):
frontend-app/packages/pos-react-lib/src/pages/MarketingPage.jsx
Backend endpoints used:
GET /products
Related tables (db-core repositories):
Product
Feature flag key: integrations (requires advanced plan tier or above)
SEO Health is computed entirely client-side from a single GET /products?limit=1000&isActive=true call — there is no dedicated SEO-stats endpoint. The four tiles are plain react-router navigate() calls to other pages' routes; the Blogging tile is intentionally left disabled with a "Coming soon" badge even though BlogPage.jsx is a complete, working page reachable via the sidebar — worth reconciling in a future update so the tile and the sidebar do not disagree.