What the Demo Store Includes
Brands
Categories
Products (27)
Additional Demo Data
Beyond products, brands, and categories, the seeder also populates:Inventory Records
Stock levels are created for every product variant, so inventory tracking works out of the box during your demo exploration.
Event Records
Each event-type variant (seminars, workshops) includes a start time, end time, location, and a colour label for visual scheduling.
Product Attributes
Multi-variant products (apparel, events) include properly configured product attributes (e.g. colour, size) to demonstrate the variant selection UI.
CDN Product Images
All products have professional images served directly from the Site Store Pro demo CDN. No local image files are required.
Cross-Selling Relationships
Cross-selling relationships are pre-configured across the product catalogue, demonstrating the “You may also like” feature on product pages.
Home Page Slideshow
SLideshow with 2 demo slides included slideshow with sample slides.
Sample Testimonials
4 Fake Testimonials including translations.
Default Login Credentials
The base database seed (run during installation) creates a single admin account:How to Seed the Demo Store
1
Ensure Migrations Are Up to Date
If you haven’t already run your database migrations, do so now. If you ran
migrate:fresh --seed during installation, you can skip this step.2
Run the Demo Store Seeder
3
Log in and Explore
Navigate to your Site Store Pro installation and log in with the admin credentials:
The
DemoStoreSeeder is fully idempotent — it is safe to run multiple times. On each run, it checks the seo_slug of each product before inserting; any product that already exists is silently skipped. You will never end up with duplicate demo products.How to Purge Demo Content
When you are ready to go live, purge all demo data through the admin panel. No command line access is required.1
Log in to the Admin Panel
Log in at
/admin using your administrator account.2
Navigate to Settings
In the admin sidebar, click Settings.
3
Locate the Demo Store Banner
If demo content has been seeded, an amber banner reading “Demo Store Content is Active” appears at the top of the Settings page.
If you have never run
DemoStoreSeeder, this banner is completely invisible. The Purge button does not appear on stores with no demo content.4
Click 'Purge Demo Content'
Inside the amber banner, click the red Purge Demo Content button.
5
Confirm the Deletion
A confirmation modal will appear listing everything that will be permanently deleted:
- All 27 demo products and their variants
- All demo product images
- All demo inventory records
- All demo event records
- All demo product attributes
- All 5 demo brands
- All 10 demo categories
- All demo cross-selling relationships
- sample slide show data
- sample testimonials
- ++++ CMS page id 13 is disabled/hidden (not deleted) when the demo data is purged so it can be reactivated later to demonstrate using a landing page as an alternate redirect for a order (webinar sample product).
6
Purge Complete
The purge runs immediately. The amber “Demo Store Content is Active” banner disappears, confirming that all demo data has been removed. Your store is now clean and ready for real products.
Re-Seeding After a Purge
If you purge the demo content and later want to restore it (for example, to demo the platform to a new team member), simply re-run the seeder:seo_slug for existing records before inserting, this is safe to run at any time on a live store — only the missing demo products will be re-inserted, and your real store data is never touched.