I have tried adding the stock like this:
$ticket->stock(8);
and also like this:
$ticket->stock = 8;
And neither seem to do the trick. I’ve also tried setting manage stock to true as well like this:
$ticket->manage_stock(true);
But that also had no effect.
Please can you let me know what the implications of the change from global capacity to global stock are and how it might have impact on this process.
Is there any documentation on this except for the code?
Cheers.
-
This reply was modified 8 years, 1 month ago by
altastic.