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

Last updated