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)
-
0
I would appreciate any response to this please. Thank you.
-
0
Hi @ramilcatalandomingo
Sorry for my late response. Could you share your feature definition if you haven't solved this problem.
-
0
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!
-
0
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
-
0
Thank you @ismcagdas.