Base solution for your next web application
Open Closed

How to set parent feature to be visible on pricing table? #8432


User avatar
0
-bitman created

I have created a parent feature with a child feature and I am able to set the IsVisibleOnPricingTable to true for the child feature but not on its parent. Please advise. Thank you.


5 Answer(s)
  • User Avatar
    0
    -bitman created

    I would appreciate any response to this please. Thank you.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ramilcatalandomingo

    Sorry for my late response. Could you share your feature definition if you haven't solved this problem.

  • User Avatar
    0
    -bitman created

    Hello @ismcagdas,

    What I wanted to do is have a pricing scheme depending on the range of users per edition. For example, 5 users will be at no charge. Between 6 and 50 will be $$$ and so on and so forth. On top of this, I am also leaning towards adding features with extra cost. So let's say I have feature called HR and the children would the number of ranged users as well as different child features like maybe generating reports, etc. Do you have any suggestions?

    I hope this makes sense.

    Thank you!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can already implement first requirement, for 5 users free, for 6-50 $$$ and so on. For second one it is not implemented yet, you can follow https://github.com/aspnetzero/aspnet-zero-core/issues/2927

  • User Avatar
    0
    -bitman created

    Thank you @ismcagdas.