# Auto-Tag Orders
Source: https://simplicityapps.mintlify.app/features/auto-tagging
Automatically tag Shopify orders with NPS ratings (Premium feature)
**Premium Feature** - Available on the Premium plan (\$7.99/month)
## What is Auto-Tagging?
Auto-tagging automatically adds tags to your Shopify orders when customers submit NPS ratings. This allows you to segment and filter orders based on customer satisfaction.
### Tag Format
Tags are added in this format:
```
simple_nps_rating:9
```
Where the number is the actual rating (0-10) the customer provided.
## Why Use Auto-Tagging?
Filter orders by satisfaction level in Shopify admin
Use tags to trigger automated actions via Shopify Flow
Quickly find and reward your most satisfied customers
Export tagged orders for targeted email campaigns
## How It Works
After completing their purchase, the customer rates your store (0-10) on the thank you page
The rating is saved to your NPS dashboard
If auto-tagging is enabled, the order is immediately tagged with `simple_nps_rating:X`
The tag appears in the Shopify admin order details
Tags are added in real-time as soon as the customer submits their rating.
## Enabling Auto-Tagging
Auto-tagging requires an active Premium subscription
In your Shopify admin, open Simple NPS Survey and click **Settings**
Toggle the "Auto-tag orders with their NPS rating" switch to ON (it is already enabled by default when upgrading to Premium)
Settings are saved automatically after 2 seconds
## Using Tags in Shopify
### Filtering Orders
In your Shopify admin Orders page:
1. Click "Filter" button
2. Select "Tagged with"
3. Enter `simple_nps_rating:9` (or any rating)
4. View all orders with that specific rating
### Finding Promoters
To find your happiest customers:
```
simple_nps_rating:9 OR simple_nps_rating:10
```
### Finding Detractors
To identify unhappy customers:
```
simple_nps_rating:0 OR simple_nps_rating:1 OR ... simple_nps_rating:6
```
Use saved filters in Shopify to quickly access common segments like "Promoters" or "Detractors"
## Use Cases
### 1. Follow Up with Detractors
Find orders tagged with ratings 0-6
Check for issues: late delivery, damaged products, etc.
Send a personal email or offer compensation
Show you care and turn negative experiences around
### 2. Request Reviews from Promoters
Filter for ratings 9-10 and export to CSV
Use email marketing to ask for Google/Trustpilot reviews
### 3. VIP Customer Program
Find customers with multiple high-rated orders
Tag with additional VIP tag or add to Shopify customer group
Send exclusive offers, early access, or free shipping
### 4. Shopify Flow Automation
If you have Shopify Plus and Shopify Flow:
```
Trigger: Order is tagged with "simple_nps_rating:10"
Action: Add customer to "Brand Advocates" email list
Action: Send thank you email with referral code
```
Shopify Flow is available on Shopify Plus. Learn more about [Shopify Flow](https://help.shopify.com/en/manual/shopify-flow).
## FAQ
No. Tags are only added to orders going forward after you enable auto-tagging. Existing ratings are not retroactively tagged.
Yes! Tags work like any other Shopify order tag. You can manually remove or edit them in the Shopify admin if needed.
Existing tags will remain on orders. New ratings will not add tags. You can manually remove old tags if desired.
No. Tags are purely organizational. They don't affect shipping, inventory, taxes, or any other Shopify functionality.
Currently, the tag format is fixed as `simple_nps_rating:X`. Custom tag formats may be added in a future update.
## Upgrade to Premium
Auto-tagging is included in the Premium plan.
Get unlimited ratings + auto-tagging + CSV export for \$7.99/month
## Need Help?
More questions about auto-tagging
Get help from our team
# CSV Export
Source: https://simplicityapps.mintlify.app/features/csv-export
Download all customer ratings and feedback as CSV (Premium feature)
**Premium Feature** - Available on the Premium plan (\$7.99/month)
## What is CSV Export?
CSV Export allows you to download all your customer rating data in a spreadsheet-friendly format. Perfect for deeper analysis, reporting, or importing into other tools.
## What's Included in the Export?
Each exported row contains:
| Column | Description | Example |
| ---------------- | ------------------------------- | ---------------- |
| **Rating** | 0-10 score | 9 |
| **Category** | Promoter, Passive, or Detractor | Promoter |
| **Order Number** | Shopify order number | #1234 |
| **Comment** | Customer feedback (if provided) | "Great service!" |
| **Date** | When rating was submitted | 01/15/2025 |
## How to Export Data
Navigate to the Simple NPS Survey dashboard in your Shopify admin
Use the filter buttons to narrow down data:
* All responses
* Promoters only (9-10)
* Passives only (7-8)
* Detractors only (0-6)
Click the "Export to CSV" button in the top right of the responses section
Your browser will automatically download a file named `nps-responses-YYYY-MM-DD.csv`
The export includes only the filtered data. Apply filters before exporting if you want a subset of your data.
## Using Exported Data
### Open in Excel or Google Sheets
1. Open Microsoft Excel
2. Click File → Open
3. Select your downloaded CSV file
4. Data will automatically populate in columns
1. Open Google Sheets
2. Click File → Import
3. Upload your CSV file
4. Choose "Import data" and "Replace spreadsheet"
1. Open Apple Numbers
2. Drag and drop the CSV file
3. Data will import automatically
### Analysis Use Cases
Create pivot tables to analyze rating trends by month, category, or product
Visualize data with custom charts beyond the dashboard
Extract order numbers for targeted email campaigns
Build monthly or quarterly reports for stakeholders
## Advanced Analysis Examples
### 1. Month-over-Month Comparison
Export all data from your dashboard
Use Excel's GROUP BY or pivot table features
Calculate NPS for each month and compare trends
### 2. Comment Sentiment Analysis
Filter for Promoters (9-10) and export
Read through comments and tag common positive themes
Use recurring praise in product descriptions and ads
## Integration with Other Tools
### Import into CRM
Many CRMs accept CSV imports:
* **HubSpot** - Import contacts with custom NPS field
* **Salesforce** - Add NPS data to customer records
* **ActiveCampaign** - Create segments based on NPS
### Analytics Platforms
Analyze data in dedicated tools:
* **Google Data Studio** - Create custom dashboards
* **Tableau** - Build advanced visualizations
* **Power BI** - Enterprise reporting
### Email Marketing
Use for targeted campaigns:
* **Klaviyo** - Segment by NPS score
* **Mailchimp** - Import as tags or custom fields
* **Omnisend** - Create automation workflows
When importing to other tools, the "Order Number" column helps you match ratings back to customers and products.
## CSV File Format
The exported file uses standard CSV format:
```csv theme={null}
Rating,Category,Order Number,Comment,Date
9,Promoter,#1234,"Great service!",01/15/2025
7,Passive,#1235,,01/15/2025
10,Promoter,#1236,"Best store ever!",01/16/2025
```
Comments with quotes or commas are automatically escaped for compatibility with all spreadsheet software.
## Export Best Practices
**Monthly exports** work well for most stores. Export at the end of each month for consistent records.
It depends on your use case:
* **Full exports**: Good for complete backups
* **Filtered exports**: Useful for targeted campaigns (e.g., only Promoters for review requests)
For thousands of ratings:
* Use Excel's Power Query for advanced filtering
* Consider database tools like MySQL or PostgreSQL
## Upgrade to Premium
CSV Export is included in the Premium plan.
Get unlimited ratings + CSV export + auto-tagging for \$7.99/month
## Need Help?
More questions about CSV export
Get help from our team
# NPS Dashboard
Source: https://simplicityapps.mintlify.app/features/nps-dashboard
Track customer satisfaction with real-time analytics
## Dashboard Overview
The NPS Dashboard is your command center for understanding customer satisfaction. It provides real-time insights into how customers feel about your brand.
## Key Metrics
### Net Promoter Score
Your NPS score is displayed prominently with color-coded status:
**Score: 70+**
Green indicator - You're doing great!
**Score: 0-69**
Amber indicator - Room for improvement
**Score: Below 0**
Red indicator - Focus on customer satisfaction
### Response Breakdown
See how your customers are distributed:
* **Promoters (9-10)** - Loyal enthusiasts who will refer others
* **Passives (7-8)** - Satisfied but unenthusiastic
* **Detractors (0-6)** - Unhappy customers at risk of churning
The donut chart visualizes this distribution, making it easy to spot trends.
## 30-Day Trend Graph
Track how your NPS score changes over time:
* **Daily data points** - See scores for each day
* **Trend line** - Identify improving or declining satisfaction
* **Response volume** - Understand sample size for each day
A consistent upward trend indicates improving customer satisfaction. Focus on maintaining and building on positive changes.
## Customer Responses
### Viewing Responses
All customer ratings appear in a sortable table:
* **Rating badge** - Color-coded (green, amber, red)
* **Order number** - Click to view order in Shopify admin
* **Customer comment** - Read detailed feedback
* **Date submitted** - When the rating was given
### Filtering Options
Filter responses by category:
View all responses regardless of score
See only ratings of 9-10
See only ratings of 7-8
See only ratings of 0-6
Filter counts update in real-time. Use filters to quickly identify patterns in positive or negative feedback.
## Dashboard Tips
Review your dashboard weekly at a minimum. Monday mornings work well for identifying weekend patterns.
NPS becomes more reliable with more responses. Aim for at least 30-50 ratings before making major decisions based on score.
Look for patterns across multiple comments rather than reacting to individual feedback. Common themes indicate systemic issues or strengths.
Industry average NPS varies widely. E-commerce typically sees scores between 30-60. Focus on improving your own trend rather than comparing to others.
## Next Steps
Download ratings for deeper analysis (Premium)
Automatically tag orders with ratings (Premium)
# Features Overview
Source: https://simplicityapps.mintlify.app/features/overview
Complete guide to Simple NPS Survey features
## All Features at a Glance
Beautiful analytics dashboard with NPS score, trends, and customer feedback
Automatically tag Shopify orders with NPS ratings (Premium)
Download all customer responses and ratings (Premium)
Clean, modern survey widget on your order confirmation page
## Core Features (All Plans)
### Real-Time NPS Tracking
Monitor your Net Promoter Score as customers submit ratings. The dashboard updates automatically with:
* **Current NPS Score** - Calculated in real-time
* **Total Responses** - How many customers have rated you
* **Category Breakdown** - Promoters, Passives, and Detractors
* **Average Rating** - Mean score across all ratings
### Customer Feedback Collection
Collect ratings on a 0-10 scale with optional comments:
* Simple, intuitive interface for customers
* Optional comment field for detailed feedback
* Mobile-responsive design
* Appears immediately after purchase
### Beautiful Dashboard
Your dashboard includes:
* Visual NPS score with color-coded status
* Donut chart showing distribution of Promoters, Passives, Detractors
* 30-day trend graph to track score changes over time
* Complete list of all customer responses with filters
### Response Management
* **Filter by category** - View only Promoters, Passives, or Detractors
* **Pagination** - Navigate through all of your responses
* **Order linking** - Click order numbers to view in Shopify admin
## Premium Features (\$7.99/month)
### Unlimited Ratings
Free plan: 120 ratings/month
Premium plan: Unlimited ratings
Perfect for high-volume stores.
### Auto-Tag Orders
[Learn more →](/features/auto-tagging)
Automatically tag orders in Shopify with the NPS rating:
* Tags format: `simple_nps_rating:9`
* Enable/disable in settings
* Use tags for segmentation and workflows
### CSV Export
[Learn more →](/features/csv-export)
Download all your rating data for external analysis:
* One-click export from dashboard
* Includes rating, category, order number, comment, date
* Filter before exporting (Promoters only etc.)
* Compatible with Excel, Google Sheets, and analytics tools
Have a feature request? [Contact support](/support/contact)
## Feature Comparison
| Feature | Free Plan | Premium Plan |
| -------------------- | --------- | ------------ |
| NPS Dashboard | ✓ | ✓ |
| Customer Comments | ✓ | ✓ |
| 30-Day Trend Graph | ✓ | ✓ |
| Response Filtering | ✓ | ✓ |
| Monthly Rating Limit | 120 | Unlimited |
| CSV Export | ✗ | ✓ |
| Auto-Tag Orders | ✗ | ✓ |
[View detailed pricing →](/pricing/overview)
## Need Help with Features?
Common questions about features
Get help from our team
# Installation
Source: https://simplicityapps.mintlify.app/installation
Install Simple NPS Survey from the Shopify App Store in minutes
## Prerequisites
Before installing Simple NPS Survey, ensure you have:
Shopify store (any plan)
Admin access to your Shopify store
Checkout settings access (required to add extension)
## Installation Steps
### Step 1: Install from Shopify App Store
Go to the [Simple NPS Survey app listing](https://apps.shopify.com/simple-nps-survey) in the Shopify App Store
Click the **Install** button on the app listing page
Review the app permissions:
* **Read orders** - To identify which orders to survey
* **Write orders** - To tag orders with NPS ratings (Premium feature)
Click **Install app** to authorize the installation
**Installation time:** Less than 1 minute
### Step 2: Initial Setup
After installation, you'll be redirected to the app dashboard where you can:
1. **View setup instructions** - Step-by-step guide to add the survey to your thank you page
2. **Choose your plan** - Start with the free plan or upgrade to Premium
3. **Customize settings** - Configure auto-tagging and other preferences (Premium)
The app is installed, but customers won't see the survey until you complete the [setup process](/setup).
## What Happens Next?
After installation:
Add the NPS widget to your thank you page
Customize app settings and features
## Uninstalling the App
If you need to uninstall Simple NPS Survey:
Uninstalling will delete all collected ratings and data. Export your data first if you want to keep it.
In your Shopify admin, go to **Settings** → **Apps and sales channels**
Locate Simple NPS Survey in your installed apps list
Click the **...** menu and select **Uninstall**
## Need Help?
Complete setup instructions
Get help from our team
# Introduction
Source: https://simplicityapps.mintlify.app/introduction
Measure customer satisfaction with simple NPS surveys on your Shopify thank you page
## What is Simple NPS Survey?
Simple NPS Survey is a Shopify app that helps you measure customer satisfaction by collecting Net Promoter Score (NPS) ratings directly on your order confirmation (thank you) page.
Install and configure in under 5 minutes
View NPS scores, trends, and customer feedback
Automatically tag orders with NPS ratings (Premium)
Download all responses as CSV (Premium)
## What is NPS?
Net Promoter Score (NPS) is a customer satisfaction metric that measures how likely customers are to recommend your business to others. It's calculated based on a simple 0-10 rating scale:
Loyal customers who love your brand and will recommend you to others.
Satisfied but unenthusiastic customers who could be swayed by competitors.
Unhappy customers who may damage your brand through negative word-of-mouth.
**NPS Score Formula:** `((Promoters - Detractors) / Total Responses) × 100`
## Why Use Simple NPS Survey?
Survey customers immediately after purchase when their experience is fresh
Install directly from Shopify App Store - no developer needed
Beautiful UI that matches your Shopify checkout design
Identify trends, read comments, and improve customer satisfaction
## Pricing
* 120 ratings per month
* Basic NPS dashboard
* View customer comments
* **Unlimited ratings**
* CSV export
* Auto-tag orders with ratings
* Priority support
[View detailed pricing →](/pricing/overview)
## Ready to Get Started?
Get started in under 5 minutes
# Privacy Policy
Source: https://simplicityapps.mintlify.app/legal/privacy
Privacy policy for Simple NPS Survey by Simplicity Apps
# Privacy Policy
**Last Updated:** December 2025
## Introduction
This Privacy Policy describes how Simplicity Apps ("we", "our", or "us") collects, uses, and protects your information when you use the Simple NPS Survey app (the "App") for Shopify.
## Information We Collect
### Store Information
When you install the App, we collect and store:
* **Store domain** - Your Shopify store URL
* **Access tokens** - Required to authenticate API requests
* **Installation data** - Date and time of installation
### Customer Rating Data
When your customers submit NPS ratings, we collect:
* **Order ID** - To link ratings to specific orders
* **Rating score** - The 0-10 NPS rating provided
* **Optional comments** - If the customer chooses to leave feedback
* **Timestamp** - When the rating was submitted
We **do not** collect customer personal information such as names, email addresses, phone numbers, or payment details.
### Usage Information
We automatically collect:
* **App usage statistics** - Which features you use
* **Performance data** - To monitor app stability
* **Error logs** - To troubleshoot technical issues
## How We Use Your Information
We use the collected information to:
* Display NPS statistics in your dashboard
* Calculate Net Promoter Score metrics
* Tag orders with ratings (Premium feature)
* Export rating data to CSV (Premium feature)
* Analyze usage patterns to enhance features
* Fix bugs and technical issues
* Develop new features based on merchant needs
* Send important app updates
* Provide customer support
* Notify you about billing and subscription changes
## Data Storage and Security
### Where We Store Data
* **Database**: PostgreSQL hosted on Railway cloud infrastructure
* **Location**: United States-based data centers
* **Sub-processors**: Railway (hosting), Shopify (platform integration)
* **Encryption**: All data is encrypted in transit (HTTPS/TLS) and at rest
### Data Retention
* **Active stores**: We retain rating data as long as the App is installed
* **Uninstalled stores**: We delete all data within 30 days of app uninstallation
* **Backups**: Automated backups are retained for 90 days for disaster recovery
## Data Sharing and Third Parties
We **do not** sell, rent, or share your data with third parties, except:
**Shopify** - As required for app functionality within the Shopify platform
**Hosting providers** - Secure cloud infrastructure for data storage
**Legal compliance** - If required by law or legal process
We **never** share customer rating data with advertisers or marketing companies.
## Your Rights and Controls
As a merchant, you have the right to:
### Access Your Data
View all collected ratings through the app dashboard or request a complete data export.
### Export Your Data
Premium plan subscribers can export all rating data as CSV at any time.
### Delete Your Data
Uninstalling the app will automatically delete all your data within 30 days. You can also request immediate deletion by contacting support.
### Correct Your Data
Contact support if you need to correct any inaccurate information.
## GDPR Compliance
For merchants and customers in the European Union:
### Legal Basis for Processing
We process your data under the following lawful bases:
* **Contract performance**: Processing necessary to provide the app service you subscribed to
* **Legitimate interests**: Improving app functionality, fraud prevention, and technical support
* **Legal obligation**: Compliance with tax laws, court orders, and regulatory requirements
* **Consent**: Optional marketing communications (where applicable)
### Your GDPR Rights
* **Access**: View all collected data about you
* **Rectification**: Correct inaccurate information
* **Erasure**: Request deletion of your data (right to be forgotten)
* **Portability**: Export your data in a machine-readable format
* **Objection**: Object to processing based on legitimate interests
* **Restriction**: Request limited processing of your data
### Supervisory Authority
You have the right to lodge a complaint with your local data protection supervisory authority if you believe we have not complied with GDPR requirements.
**Data Protection Officer**: [support@simplicityapps.com.au](mailto:support@simplicityapps.com.au)
## CCPA Compliance
For California merchants and customers:
* We do not sell personal information
* You have the right to know what data we collect
* You have the right to delete your data
* You have the right to opt-out of data sharing (though we don't share)
## Shopify Integration
The App integrates with Shopify's platform and:
* Uses Shopify's secure OAuth authentication
* Complies with Shopify's App Store requirements
* Follows Shopify's API usage policies
* Adheres to Shopify's data protection standards
For information about how Shopify handles your data, please review [Shopify's Privacy Policy](https://www.shopify.com/legal/privacy).
## Cookies and Tracking
The App does not use cookies or tracking technologies on your storefront. The admin dashboard may use:
* **Session cookies** - To keep you logged in
* **Performance monitoring** - To track app stability
## Changes to This Privacy Policy
We may update this Privacy Policy from time to time. Changes will be:
* Posted on this page with an updated "Last Updated" date
* Notified via email for significant changes
* Effective immediately upon posting
## Children's Privacy
The App is not intended for use by children under 13, and we do not knowingly collect information from children. We do not verify ages of merchants or their customers.
## Data Breach Notification
In the unlikely event of a data breach affecting your personal information:
* We will notify affected merchants within 72 hours of discovering the breach
* We will inform relevant supervisory authorities as required by applicable law
* We will take immediate steps to contain, investigate, and remediate the breach
* We will provide guidance on steps you can take to protect yourself
## Automated Decision-Making
We do not use automated decision-making or profiling that produces legal effects or similarly significant effects on you.
## International Data Transfers
Your data may be processed in countries outside your own. We ensure appropriate safeguards are in place for international transfers, including:
* Standard contractual clauses
* Adequate data protection frameworks
* Encryption during transfer
## Contact Us
If you have questions about this Privacy Policy or how we handle your data:
Simplicity Apps
Braidwood, NSW, Australia
Email: [support@simplicityapps.com.au](mailto:support@simplicityapps.com.au)
ABN: 96291748600
For data protection inquiries, please include "Privacy" in the subject line.
## Your Consent
By installing and using the Simple NPS Survey app, you consent to this Privacy Policy.
***
Contact our support team
# Terms of Service
Source: https://simplicityapps.mintlify.app/legal/terms
Terms of Service for Simple NPS Survey
# Terms of Service
**Last Updated:** December 2025
## Agreement to Terms
By installing and using the Simple NPS Survey app ("the App"), you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not install or use the App.
## Service Description
Simple NPS Survey is a Shopify app that collects Net Promoter Score (NPS) ratings from your customers on the order confirmation page.
## Your Responsibilities
As a merchant using the App, you agree to:
Use the App in compliance with all applicable laws and regulations
Ensure you have the right to collect feedback from your customers
Not misuse or attempt to reverse engineer the App
Maintain the security of your Shopify store credentials
Comply with Shopify's Terms of Service
## Subscription and Billing
### Free Plan
* 120 ratings per month
* No credit card required
* Can be used indefinitely
### Premium Plan (\$7.99/month)
* Unlimited ratings per month
* Billed monthly through Shopify
* Can be canceled at any time
Exceeding the free plan limit will prevent new ratings from being collected until you upgrade or the next month begins.
## Data and Privacy
* We collect and process data as described in our [Privacy Policy](/legal/privacy)
* You own all rating data collected through your store
* We do not sell your data to third parties
* Data is deleted within 30 days of app uninstallation
## Service Availability
We strive to provide 99.9% uptime, but cannot guarantee uninterrupted access. We are not liable for:
* Scheduled maintenance downtime
* Issues caused by third-party services (including Shopify)
* Problems arising from your internet connection
* Events beyond our reasonable control
## Intellectual Property
* The App and its code remain the property of Simplicity Apps
* You may not copy, modify, or redistribute the App
* Your rating data and branding remain your property
## Limitation of Liability
To the maximum extent permitted by law:
* The App is provided "as is" without warranties
* We are not liable for lost profits or indirect damages
* Our total liability is limited to fees paid in the last 12 months
* We are not responsible for customer disputes related to ratings
## Termination
You may terminate this agreement by:
* Uninstalling the App from your Shopify store
We may terminate your access if you:
* Violate these Terms of Service
* Use the App for fraudulent purposes
* Fail to pay subscription fees
## Changes to Terms
We may modify these terms at any time. Continued use of the App after changes constitutes acceptance of the new terms.
## Governing Law
These terms are governed by the laws of Australia.
## Contact
For questions about these terms:
**Simplicity Apps** Email: [support@simplicityapps.com.au](mailto:support@simplicityapps.com.au)
# Free Plan
Source: https://simplicityapps.mintlify.app/pricing/free-plan
Start collecting NPS ratings at no cost
## Free Plan Features
The Free plan is perfect for small stores just getting started with customer satisfaction tracking.
### What's Included
Collect up to 120 customer ratings each month
View your score, trends, and customer feedback
Read detailed feedback from your customers
Filter by Promoters, Passives, and Detractors
### No Credit Card Required
Start using Simple NPS Survey immediately - no payment information needed.
### Monthly Limit
The 120-rating limit resets on the first day of each month. If you reach the limit:
* Existing data remains accessible
* New survey submissions are blocked
* Upgrade to Premium for unlimited ratings
## Upgrade When Ready
When your store grows beyond 120 ratings/month, upgrade to Premium:
\$7.99/month for unlimited ratings + premium features
# Pricing Overview
Source: https://simplicityapps.mintlify.app/pricing/overview
Simple, transparent pricing for Simple NPS Survey
## Pricing Plans
Simple NPS Survey offers two plans to fit stores of all sizes:
**\$0/month**
Perfect for small stores getting started with NPS
**\$7.99/month**
For growing stores that need unlimited ratings
## Feature Comparison
| Feature | Free | Premium |
| ------------------------ | ----------- | ------------ |
| **Monthly Rating Limit** | 120 ratings | Unlimited ♾️ |
| **NPS Dashboard** | ✓ | ✓ |
| **30-Day Trend Graph** | ✓ | ✓ |
| **Customer Comments** | ✓ | ✓ |
| **Response Filtering** | ✓ | ✓ |
| **CSV Export** | ✗ | ✓ |
| **Auto-Tag Orders** | ✗ | ✓ |
## Frequently Asked Questions
**Yes!** Switch plans instantly from your app dashboard. Upgrades are effective immediately. Downgrades take effect at the end of your current billing period.
When you reach 120 ratings in a month, new survey submissions will be blocked until:
* You upgrade to Premium (immediate access)
* The next month begins (limit resets)
Existing ratings and your dashboard remain accessible.
The **Free plan is your trial!** Test all core features with no credit card required. When you're ready for unlimited ratings and premium features, upgrade to Premium.
**No.** Pricing is transparent. Premium plan is \$7.99USD/month. No setup fees, no per-response fees, no surprises.
Yes there is a discount for paying annually which you can see in the Shopify app store listing.
**No.** All your rating data is preserved when downgrading. You just lose access to Premium features like CSV export and auto-tagging.
## Upgrading to Premium
Ready to unlock unlimited ratings?
Go to Simple NPS Survey in your Shopify admin
Click the "Upgrade to Premium" button in the usage banner or settings
Review the \$7.99/month charge and click "Subscribe"
Premium features are active immediately
Get unlimited ratings for \$7.99/month
## Need Help Deciding?
Questions about which plan is right for you?
More questions about pricing and billing
# Premium Plan
Source: https://simplicityapps.mintlify.app/pricing/premium-plan
Unlimited ratings and advanced features for $7.99/month
## Premium Plan - \$7.99/Month
Unlock unlimited customer ratings and advanced features to scale your NPS tracking.
### All Features Included
No monthly limits - collect as many ratings as you need
Download all your data for external analysis
Automatically tag Shopify orders with NPS ratings
Get faster responses from our support team
Plus all Free plan features:
* NPS Dashboard with trends
* Customer comments
* Response filtering
## Pricing Details
* **\$7.99 per month**
* Billed through Shopify
* No setup fees
* No contracts
* Cancel anytime
## How to Upgrade
In the app dashboard, click "Upgrade to Premium"
Review the subscription and confirm
Premium features activate immediately
## Cancel Anytime
Downgrade to Free at any time from Settings.
[Learn more about pricing →](/pricing/overview)
# Setup Guide
Source: https://simplicityapps.mintlify.app/setup
Add the NPS survey widget to your Shopify thank you page
## Overview
After [installing the app](/installation), you need to add the NPS survey widget to your thank you page. This is a one-time setup that takes about 2 minutes.
The survey appears **only on the order confirmation page** after customers complete their purchase.
## Adding the Survey to Your Thank You Page
In your Shopify admin, navigate to: **Settings** → **Checkout** → Click the **Customize** button
You can also access this directly from the app dashboard by clicking "Open Checkout Settings"
In the checkout editor:
1. Click the **Apps** icon (puzzle piece) in the left sidebar
2. This opens the panel showing available checkout extensions
1. Find **Simple NPS Survey** in the apps list
2. Click the **+** (plus) icon next to it
3. Select **Thank you** from the dropdown menu
The NPS widget will appear on the thank you page. You can drag it to reposition if needed.
Click on the widget to customize:
* Title text
* Subtitle text (leaving subtitle blank will hide this element)
* Show/hide comments textbox
* Comments textbox label
* Button text
* Successful submission title
* Successful submission subtitle
Click the **Save** button in the top right to publish your changes
Your NPS survey is now live! Customers will see it after completing their purchase.
## Testing Your Setup
To verify the survey is working correctly:
Create a test order in your store.
Go through the entire checkout process
After completing the order, you should see the NPS survey widget on the thank you page
Submit a test rating and check if it appears in your app dashboard
Development stores and test mode orders work perfectly for testing. The survey will appear for all orders. For stores already setup with live payments then consider using a 100% off discount code or gift card and refunding the order after you've tested.
## Common Setup Issues
**Solution:**
* Ensure the app is fully installed from the App Store
* Refresh the checkout editor page
* Check that you have permission to modify checkout settings
**Solution:**
* Check if you've exceeded the free plan monthly limit (120 ratings)
* Verify you clicked "Save" in the checkout editor
* Clear your browser cache and try a new test order
* Ensure the widget is added to the "Thank you" page specifically (not other checkout pages)
**Solution:**
* Wait 10-15 seconds and refresh the dashboard
* Verify the order was completed successfully
* Check if you've exceeded the free plan monthly limit (120 ratings)
## Next Steps
Start collecting and analyzing customer feedback
Unlock unlimited ratings and advanced features
## Need Help?
Can't get it working? We're here to help!
Get help from our support team
# Contact Support
Source: https://simplicityapps.mintlify.app/support/contact
Get help from the Simplicity Apps team
## Get in Touch
We're here to help! Contact our support team for assistance with Simple NPS Survey.
[**support@simplicityapps.com.au**](mailto:support@simplicityapps.com.au)
Response time: Within 24 hours (usually faster)
## Before You Contact Us
To help us assist you faster, please include:
Your Shopify store domain (e.g., yourstore.myshopify.com)
Description of the issue
Screenshots if applicable
Steps you've already tried
Your current plan (Free or Premium)
## Response Times
We aim to get back to everyone within 24 hours on business days.
**Business hours:** Monday-Friday, 9am-5pm AEDT (Australian Eastern Time)
## Other Resources
Before reaching out, check if these resources answer your question:
Common questions and answers
Fix common issues yourself
Step-by-step installation instructions
Learn about all app features
## Feature Requests
Have an idea to improve the app? We'd love to hear it!
Email us at [**support@simplicityapps.com.au**](mailto:support@simplicityapps.com.au) with "Feature Request" in the subject line.
## Bug Reports
Found a bug? Please report it so we can fix it!
Include:
* What you were trying to do
* What happened instead
* Screenshots or screen recordings if possible
* Your browser and device type
# FAQ
Source: https://simplicityapps.mintlify.app/support/faq
Frequently asked questions about Simple NPS Survey
## General Questions
Net Promoter Score (NPS) is a metric that measures customer loyalty on a scale of -100 to +100, based on asking customers "How likely are you to recommend us?" on a 0-10 scale.
The NPS survey appears on your Shopify thank you page (order confirmation page) immediately after customers complete their purchase.
Yes! The survey widget is fully responsive and works perfectly on desktop, tablet, and mobile devices.
Currently, the survey uses the standard NPS survey layout but with the text full customisable.
## Pricing & Billing
The Free plan serves as your trial - use it as long as you want with no credit card required. Upgrade when you need more than 120 ratings/month.
When you reach 120 ratings in a month, new submissions are blocked until you upgrade or the next month begins. Your existing data remains accessible.
Yes, anytime! Downgrade from Settings.
## Technical Questions
No. The survey only appears on the thank you page after checkout is complete, so it has zero impact on checkout performance.
Yes. We use encryption in transit and at rest. We don't collect customer personal information - only order IDs and ratings.
No. Each order can only be rated once. If a customer tries to rate the same order again, they'll see a message that it's already been rated.
All your data is deleted within 30 days of uninstallation. Export your data first if you want to keep it.
## Features
When enabled (Premium only), orders are automatically tagged with `simple_nps_rating:X` where X is the rating (0-10). [Learn more →](/features/auto-tagging)
Standard CSV format with columns: Rating, Category, Order Number, Comment, Date. Compatible with Excel, Google Sheets, and all major tools.
The dashboard shows all responses. Use the 30-day trend graph to see recent patterns, or export to CSV and filter by date externally.
## Still Have Questions?
Get help from our support team
# Troubleshooting
Source: https://simplicityapps.mintlify.app/support/troubleshooting
Common issues and solutions
## Survey Not Appearing
**Solutions:**
* Ensure you haven't gone over the 120 ratings per month if on the Free plan
* Verify the extension is added to your checkout settings (Settings → Checkout → Customize)
* Ensure you selected "Thank you" page (not other checkout pages)
* Click "Save" in the checkout editor
* Clear browser cache and try a new test order
* Check that the extension is enabled (not hidden or removed)
## Data & Ratings
**Solutions:**
* Wait 10-15 seconds and refresh the dashboard
* Verify the order completed successfully
* Check if you've exceeded the free plan limit
* Try submitting another test rating
**Solutions:**
* Hard refresh your browser (Cmd+Shift+R or Ctrl+Shift+R)
* Clear browser cache
* Try accessing from an incognito window
* Check if you're viewing the correct store (if you have multiple)
**Remember the formula:**
```
NPS = ((Promoters - Detractors) / Total) × 100
```
* Promoters = Ratings 9-10
* Passives = Ratings 7-8 (not counted in NPS)
* Detractors = Ratings 0-6
Passives don't affect the score directly, which can seem counterintuitive.
## Premium Features
**Check:**
* Premium subscription is active
* Auto-tagging is enabled in Settings
* Settings were saved (wait 2 seconds after toggling)
* Tags only apply to NEW ratings (not retroactive)
**View tags:** Go to Orders in Shopify admin → Select an order → Check Tags section
**Cause:** CSV export requires an active Premium subscription.
**Solution:** Upgrade to Premium to unlock CSV export.
**Check:**
* Your browser's Downloads folder
* Pop-up blocker settings (may block download)
* Browser download settings
File name format: `nps-responses-YYYY-MM-DD.csv`
## Billing & Subscription
**Solutions:**
* Ensure you're logged in as store owner or have billing permissions
* Check your Shopify subscription allows app charges
* Try from a different browser
* Contact Shopify support if issue persists
**Wait:** It can take a few minutes for subscription status to update.
**If still not working after 10 minutes:**
* Refresh the app dashboard
* Check Settings to confirm Premium status
* [Contact support](/support/contact) with your shop domain
**Location:** App dashboard → Settings → Scroll to "Current plan: Premium" section → Click "Downgrade to Free Plan"
Changes take effect immediately.
## Still Stuck?
Get help with your issue and shop domain