Oddbean new post about | logout
 Hmmm, do you actually need to do them separately? In other words, could you not add a prompt before checking out with a digital item that says “do you need any add ons?” With a list of options so that they don’t complete the sale until you know they are already sure of all that they want? 

I don’t know the product/service they are buying exactly, so maybe this situation is a little different, but I feel I wouldn’t want someone to complete a sale for an item with add ons, until they have already selected all of the add ons — which sounds like what you are doing, but it seems you are trying to hack it together *after* the purchase, rather than ensuring the add ons have been fully selected *before* they actually make the purchase.

If you are having trouble (or honestly if you are having to code AT ALL in this situation — which is too much headache, imo — then I would go that route instead.

Unfortunately I don’t know enough about woocommerce or webdev stuff to be of much use if you are set on doing it via the “processing” route.

PS. Another reason I might stay away from hacked together code for an added “processing” stage, is because it’s likely to break very easily with any updates or changes to the other tools. 
 No, you see I am trying to do it before the purchase and also before the checkout page. The digital product can be bought as is (in which case it all works perfectly right now, the order is completed as soon as the customer pays and he/she gets the download link). 
OR on the product page, the customer can choose a particular add-on service, in which case I need to manually prepare the files before sending them out to the customer and marking the order as "completed" - hence why it needs to stay in a "processing" status. The checkout page is too late to be asking about the add-ons, the option needs to be visible and prominent from the very beginning, because it's a feature that sort of changes the dynamics of how the product will be used later. 

If you're interested in details I can share them via a DM - it's actually a really simple idea, but I'm not yet fully comfortable putting it all out in the public - little, but critical hiccups like this one are a big part of it. 😄

The PS part is probably very true though... damnit. Might need to start seriously looking into hiring a dev. 

What do you use for the automation and stuff you usually do with AI though? ChatGPT? Or I remember something about you building your own rig for it and training your own model? I'm sorry if this has been asked a million times from you, I haven't been following AI Unchained super closely TBF 😄