NETCORESAAS
Search…
Welcome
Getting Started
Getting started
Deploy
Environment variables
API
Testing
Other
Installing
Integrations
Stripe
Subscription Options
Getting the API Keys
Creating Stripe Products
Creating the Customer Portal
Email
Social Login
Conversations
Blog
Powered By
GitBook
Subscription Options
NetcoreSaas Demo implements out of the box these types of pricing.
Subscription with Trial
Subscription without Trial
One payment
Customize
However you can implement your custom pricing and styles with these files:
Your products:
./ClientApp/src/store/modules/pricing/default-pricing.Development.ts
./ClientApp/src/store/modules/pricing/default-pricing.ts
Styling (yourapp.com/pricing)
:
./ClientApp/src/views/marketing/Pricing.vue
Models:
./ClientApp/src/app/models/pricing/Product.ts
./ClientApp/src/app/models/pricing/Price.ts
./Models/Administration/DTO/StripePricingDTOs.cs
Controllers:
./Controllers/Subscriptions/StripeController.cs
​
Previous
Stripe
Next
Getting the API Keys
Last modified
1yr ago
Copy link
Contents
Subscription with Trial
Subscription without Trial
One payment
Customize