NetcoreSaas Demo implements out of the box these types of pricing.
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
Last updated 5 years ago
Was this helpful?