Hi,
Thought we figured this out but could use tour help Wyatt...
We're using [testing right now] TurboActivate which is perfect. And generating pkeys with PHP script in Fastspring fulfilment. The problem is we offer our app with number of server/activation options: 1, 2, 3.... etc. The only way it seems we can do this is to offer an add-on/bolt-on product in Fastspring for every single option; so say 10 bolt-on products with the same PHP for pkey generation, with the exception to each one being the "num_acts" having different values, for example: the 5 server version has "num_acts => $quantity*5" [other license fields will be used also]. But how would that correspond to LimeLM products and versions?...
Would we use just one product in LimeLM, then pass the Fastspring PHP to it every time, regardless of which option the customer chooses in Fastspring?
Or do we have multiple 'Versions' of the product in LimeLM? In which case, how does LimeLM "know" which version to reference from the PHP pkey script?
Thanks!