I'm writting a custom server module and I'm now working on the code that allows users to upgrade (configurable options) their hosting. Therefor I use the _ChangePackage hook in the module. I hope this is correct? In the params I can find the ID and the configurable options for that package but how can I check which configurable option was changed?
Regards.
Okay, I think I found it. I only set a configurable option from the admincp and but it didn't recalculate the price automatically but I didn't see the "auto recalculate on save" option yet. And in the client area it creates an invoice automatically and recalculates the price as expected.
1) Clients have the ability to choose configurable options at the orderform but is there also a way for clients to change those configurable options from the clientarea after the package was activated?
2) You can set up pricing for configurable options; like price/month, price/year, ...; but that doesn't seem to get billed. Am I missing something?
Regards.